Shades of Deco #CACA76
Tints of Deco #CACA76
RGB
CMYK
RGB Variations
Color information
#CACA76 (or 0xCACA76) is known color: Deco. HEX triplet: CA, CA and 76. RGB value is (202,202,118). Sum of RGB (Red+Green+Blue) = 202+202+118=522 (69% of max value = 765). Red value is 202 (79.30% from 255 or 38.70% from 522); Green value is 202 (79.30% from 255 or 38.70% from 522); Blue value is 118 (46.48% from 255 or 22.61% from 522); Max value from RGB is 202 - color contains mainly: red, green. Hex color #CACA76 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CACA76 is #353589. Grayscale: #C0C0C0. Windows color (decimal): -3487114 or 7785162. OLE color: 7785162.
HSL color Cylindrical-coordinate representation of color #CACA76: hue angle of 60º 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 #CACA76 is Cyan = 0, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 202 | 118 | - |
| CMYK | 0 | 0 | 0.42 | 0.21 |
| HSL | 60º | 0.44% | 0.63% | - |
| HSV(B) | 60º | 0.42% | 0.79% | - |
| XYZ | 48.75 | 56.11 | 25.4 | - |
| YUV | 192.42 | 86 | 134.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 202 | 118 | 0 | 0 | 0.42 | 0.21 | 60 | 0.44 | 0.63 |
| Hex | CA | CA | 76 | 0 | 0 | 2A | 15 | 3C | 2C | 3F |
| Octal | 312 | 312 | 166 | 0 | 0 | 52 | 25 | 74 | 54 | 77 |
| Binary | 11001010 | 11001010 | 1110110 | 0 | 0 | 101010 | 10101 | 111100 | 101100 | 111111 |
Color Harmonies of #CACA76
Complementary color
Monochromatic Colors of #CACA76
Black with #CACA76
Text Example
Text Example
White with #CACA76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CACA76; }
p { color: rgb(202,202,118); }
H1.HeaderClassName
{
color: #CACA76;
}
.AnyTagClassName
{
color: #CACA76;
}
</style>
background-color css
<style>
a { background-color: #CACA76; }
a { background-color: rgb(202,202,118); }
div.DivClassName
{
background-color: #CACA76;
}
.BgClassName
{
background-color: #CACA76;
}
</style>
border-color css
<style>
span { border-color: #CACA76; }
span { border-color: rgb(202,202,118); }
td.TdClassName
{
border-color: #CACA76;
}
.TagClassName
{
border-color: #CACA76;
}
</style>