Shades of Deco #CAC676
Tints of Deco #CAC676
RGB
CMYK
RGB Variations
Color information
#CAC676 (or 0xCAC676) is known color: 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
RGB | 202 | 198 | 118 | - |
CMYK | 0 | 0.02 | 0.42 | 0.21 |
HSL | 57.14º | 0.44% | 0.63% | - |
HSV(B) | 57.14º | 0.42% | 0.79% | - |
XYZ | 47.82 | 54.25 | 25.09 | - |
YUV | 190.08 | 87.33 | 136.5 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 202 | 198 | 118 | 0 | 0.02 | 0.42 | 0.21 | 57.14 | 0.44 | 0.63 |
Hex | CA | C6 | 76 | 0 | 2 | 2A | 15 | 39 | 2C | 3F |
Octal | 312 | 306 | 166 | 0 | 2 | 52 | 25 | 71 | 54 | 77 |
Binary | 11001010 | 11000110 | 1110110 | 0 | 10 | 101010 | 10101 | 111001 | 101100 | 111111 |
Color Harmonies of #CAC676
Complementary color
Monochromatic Colors of #CAC676
Black with #CAC676
Text Example
Text Example
White with #CAC676
Text Example
Text Example
HTML Codes & Css Web 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>