Shades of Deco #CAC984
Tints of Deco #CAC984
RGB
CMYK
RGB Variations
Color information
#CAC984 (or 0xCAC984) is known color: Deco. HEX triplet: CA, C9 and 84. RGB value is (202,201,132). Sum of RGB (Red+Green+Blue) = 202+201+132=535 (70% of max value = 765). Red value is 202 (79.30% from 255 or 37.76% from 535); Green value is 201 (78.91% from 255 or 37.57% from 535); Blue value is 132 (51.95% from 255 or 24.67% from 535); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC984 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CAC984 is #35367B. Grayscale: #C1C1C1. Windows color (decimal): -3487356 or 8702410. OLE color: 8702410.
HSL color Cylindrical-coordinate representation of color #CAC984: hue angle of 59.14º degrees, saturation: 0.4, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #CAC984 is Cyan = 0, Magento = 0.00, Yellow = 0.35 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 201 | 132 | - |
| CMYK | 0 | 0.00 | 0.35 | 0.21 |
| HSL | 59.14º | 0.4% | 0.65% | - |
| HSV(B) | 59.14º | 0.35% | 0.79% | - |
| XYZ | 49.41 | 56 | 30.03 | - |
| YUV | 193.43 | 93.33 | 134.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 201 | 132 | 0 | 0.00 | 0.35 | 0.21 | 59.14 | 0.4 | 0.65 |
| Hex | CA | C9 | 84 | 0 | 0 | 23 | 15 | 3B | 28 | 41 |
| Octal | 312 | 311 | 204 | 0 | 0 | 43 | 25 | 73 | 50 | 101 |
| Binary | 11001010 | 11001001 | 10000100 | 0 | 0 | 100011 | 10101 | 111011 | 101000 | 1000001 |
Color Harmonies of #CAC984
Complementary color
Monochromatic Colors of #CAC984
Black with #CAC984
Text Example
Text Example
White with #CAC984
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAC984; }
p { color: rgb(202,201,132); }
H1.HeaderClassName
{
color: #CAC984;
}
.AnyTagClassName
{
color: #CAC984;
}
</style>
background-color css
<style>
a { background-color: #CAC984; }
a { background-color: rgb(202,201,132); }
div.DivClassName
{
background-color: #CAC984;
}
.BgClassName
{
background-color: #CAC984;
}
</style>
border-color css
<style>
span { border-color: #CAC984; }
span { border-color: rgb(202,201,132); }
td.TdClassName
{
border-color: #CAC984;
}
.TagClassName
{
border-color: #CAC984;
}
</style>