Shades of Deco #CACB76
Tints of Deco #CACB76
RGB
CMYK
RGB Variations
Color information
#CACB76 (or 0xCACB76) is known color: Deco. HEX triplet: CA, CB and 76. RGB value is (202,203,118). Sum of RGB (Red+Green+Blue) = 202+203+118=523 (69% of max value = 765). Red value is 202 (79.30% from 255 or 38.62% from 523); Green value is 203 (79.69% from 255 or 38.81% from 523); Blue value is 118 (46.48% from 255 or 22.56% from 523); Max value from RGB is 203 - color contains mainly: green. Hex color #CACB76 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CACB76 is #353489. Grayscale: #C1C1C1. Windows color (decimal): -3486858 or 7785418. OLE color: 7785418.
HSL color Cylindrical-coordinate representation of color #CACB76: hue angle of 60.71º degrees, saturation: 0.45, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #CACB76 is Cyan = 0.00, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 202 | 203 | 118 | - |
| CMYK | 0.00 | 0 | 0.42 | 0.20 |
| HSL | 60.71º | 0.45% | 0.63% | - |
| HSV(B) | 60.71º | 0.42% | 0.8% | - |
| XYZ | 48.98 | 56.58 | 25.48 | - |
| YUV | 193.01 | 85.67 | 134.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 203 | 118 | 0.00 | 0 | 0.42 | 0.20 | 60.71 | 0.45 | 0.63 |
| Hex | CA | CB | 76 | 0 | 0 | 2A | 14 | 3D | 2D | 3F |
| Octal | 312 | 313 | 166 | 0 | 0 | 52 | 24 | 75 | 55 | 77 |
| Binary | 11001010 | 11001011 | 1110110 | 0 | 0 | 101010 | 10100 | 111101 | 101101 | 111111 |
Color Harmonies of #CACB76
Complementary color
Monochromatic Colors of #CACB76
Black with #CACB76
Text Example
Text Example
White with #CACB76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CACB76; }
p { color: rgb(202,203,118); }
H1.HeaderClassName
{
color: #CACB76;
}
.AnyTagClassName
{
color: #CACB76;
}
</style>
background-color css
<style>
a { background-color: #CACB76; }
a { background-color: rgb(202,203,118); }
div.DivClassName
{
background-color: #CACB76;
}
.BgClassName
{
background-color: #CACB76;
}
</style>
border-color css
<style>
span { border-color: #CACB76; }
span { border-color: rgb(202,203,118); }
td.TdClassName
{
border-color: #CACB76;
}
.TagClassName
{
border-color: #CACB76;
}
</style>