#CAC676

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

Shades of Deco #CAC676

Tints of Deco #CAC676

Color information

#CAC676 (or 0xCAC676) is unknown color: approx Deco. HEX triplet: CA, C6 and 76. RGB value is (202,198,118). Sum of RGB (Red+Green+Blue) = 202+198+118=518 (68% of max value = 765). Red value is 202 (79.30% from 255 or 39.00% from 518); Green value is 198 (77.73% from 255 or 38.22% from 518); Blue value is 118 (46.48% from 255 or 22.78% from 518); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC676 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CAC676 is #353989. Grayscale: #BEBEBE. Windows color (decimal): -3488138 or 7784138. OLE color: 7784138.

HSL color Cylindrical-coordinate representation of color #CAC676: hue angle of 57.14º degrees, saturation: 0.44, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #CAC676 is Cyan = 0, Magento = 0.02, Yellow = 0.42 and Black (K on CMYK) = 0.21.

Color convert

RGB202198118-
CMYK00.020.420.21
HSL57.14º44.21%62.75%-
HSV(B)57.14º41.58%79.22%-
XYZ47.8254.2525.09-
YUV190.0887.33136.5-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 39.00%
GREEN value IS 198 (77.73% from 255) = 38.22%
BLUE value IS 118 (46.48% from 255) = 22.78%
R=39.00%
G=38.22%
B=22.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.42
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20219811800.020.420.2157.1444.2162.75
HexCAC676022A15392c3f
Octal312306166025225715477
Binary1100101011000110111011001010101010101111001101100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAC676

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAC676; }

 p { color: rgb(202,198,118); }

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

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

 a { background-color: rgb(202,198,118); }

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

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

 span { border-color: rgb(202,198,118); }

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