Shades of Deco #CAC982
Tints of Deco #CAC982
RGB
CMYK
RGB Variations
Color information
#CAC982 (or 0xCAC982) is known color: Deco. HEX triplet: CA, C9 and 82. RGB value is (202,201,130). Sum of RGB (Red+Green+Blue) = 202+201+130=533 (70% of max value = 765). Red value is 202 (79.30% from 255 or 37.90% from 533); Green value is 201 (78.91% from 255 or 37.71% from 533); Blue value is 130 (51.17% from 255 or 24.39% from 533); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC982 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CAC982 is #35367D. Grayscale: #C1C1C1. Windows color (decimal): -3487358 or 8571338. OLE color: 8571338.
HSL color Cylindrical-coordinate representation of color #CAC982: hue angle of 59.17º degrees, saturation: 0.4, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #CAC982 is Cyan = 0, Magento = 0.00, Yellow = 0.36 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 201 | 130 | - |
| CMYK | 0 | 0.00 | 0.36 | 0.21 |
| HSL | 59.17º | 0.4% | 0.65% | - |
| HSV(B) | 59.17º | 0.36% | 0.79% | - |
| XYZ | 49.27 | 55.94 | 29.32 | - |
| YUV | 193.21 | 92.33 | 134.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 201 | 130 | 0 | 0.00 | 0.36 | 0.21 | 59.17 | 0.4 | 0.65 |
| Hex | CA | C9 | 82 | 0 | 0 | 24 | 15 | 3B | 28 | 41 |
| Octal | 312 | 311 | 202 | 0 | 0 | 44 | 25 | 73 | 50 | 101 |
| Binary | 11001010 | 11001001 | 10000010 | 0 | 0 | 100100 | 10101 | 111011 | 101000 | 1000001 |
Color Harmonies of #CAC982
Complementary color
Monochromatic Colors of #CAC982
Black with #CAC982
Text Example
Text Example
White with #CAC982
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAC982; }
p { color: rgb(202,201,130); }
H1.HeaderClassName
{
color: #CAC982;
}
.AnyTagClassName
{
color: #CAC982;
}
</style>
background-color css
<style>
a { background-color: #CAC982; }
a { background-color: rgb(202,201,130); }
div.DivClassName
{
background-color: #CAC982;
}
.BgClassName
{
background-color: #CAC982;
}
</style>
border-color css
<style>
span { border-color: #CAC982; }
span { border-color: rgb(202,201,130); }
td.TdClassName
{
border-color: #CAC982;
}
.TagClassName
{
border-color: #CAC982;
}
</style>