#cfa382

Color #CFA382 Cameo (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cameo #CFA382

Tints of Cameo #CFA382

Color information

#CFA382 (or 0xCFA382) is unknown color: approx Cameo. HEX triplet: CF, A3 and 82. RGB value is (207,163,130). Sum of RGB (Red+Green+Blue) = 207+163+130=500 (66% of max value = 765). Red value is 207 (81.25% from 255 or 41.4% from 500); Green value is 163 (64.06% from 255 or 32.6% from 500); Blue value is 130 (51.17% from 255 or 26% from 500); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA382 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CFA382 is #305C7D. Grayscale: #ACACAC. Windows color (decimal): -3169406 or 8561615. OLE color: 8561615.

HSL color Cylindrical-coordinate representation of color #CFA382: hue angle of 25.71º degrees, saturation: 0.45, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #CFA382 is Cyan = 0, Magento = 0.21, Yellow = 0.37 and Black (K on CMYK) = 0.19.

Color convert

RGB207163130-
CMYK00.210.370.19
HSL25.71º44.51%66.08%-
HSV(B)25.71º37.2%81.18%-
XYZ42.8641.0726.79-
YUV172.39104.08152.68-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 207 (81.25% from 255) = 41.4%
GREEN value IS 163 (64.06% from 255) = 32.6%
BLUE value IS 130 (51.17% from 255) = 26%
R=41.4%
G=32.6%
B=26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.37
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20716313000.210.370.1925.7144.5166.08
HexCFA38201525131a2d42
Octal31724320202545233255102
Binary11001111101000111000001001010110010110011110101011011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #cfa382

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #cfa382; }

 p { color: rgb(207,163,130); }

 H1.HeaderClassName
 {
   color: #cfa382;
 }
 .AnyTagClassName
 {
   color: #cfa382;
 }
</style>
background-color css

<style>
 a { background-color: #cfa382; }

 a { background-color: rgb(207,163,130); }

 div.DivClassName
 {
   background-color: #cfa382;
 }
 .BgClassName
 {
   background-color: #cfa382;
 }
</style>
border-color css

<style>
 span { border-color: #cfa382; }

 span { border-color: rgb(207,163,130); }

 td.TdClassName
 {
   border-color: #cfa382;
 }
 .TagClassName
 {
   border-color: #cfa382;
 }
</style>