Shades of Deco #CAC985
Tints of Deco #CAC985
RGB
CMYK
RGB Variations
Color information
#CAC985 (or 0xCAC985) is known color: Deco. HEX triplet: CA, C9 and 85. RGB value is (202,201,133). Sum of RGB (Red+Green+Blue) = 202+201+133=536 (70% of max value = 765). Red value is 202 (79.30% from 255 or 37.69% from 536); Green value is 201 (78.91% from 255 or 37.5% from 536); Blue value is 133 (52.34% from 255 or 24.81% from 536); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC985 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CAC985 is #35367A. Grayscale: #C1C1C1. Windows color (decimal): -3487355 or 8767946. OLE color: 8767946.
HSL color Cylindrical-coordinate representation of color #CAC985: hue angle of 59.13º degrees, saturation: 0.39, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #CAC985 is Cyan = 0, Magento = 0.00, Yellow = 0.34 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 201 | 133 | - |
| CMYK | 0 | 0.00 | 0.34 | 0.21 |
| HSL | 59.13º | 0.39% | 0.66% | - |
| HSV(B) | 59.13º | 0.34% | 0.79% | - |
| XYZ | 49.48 | 56.02 | 30.4 | - |
| YUV | 193.55 | 93.83 | 134.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 201 | 133 | 0 | 0.00 | 0.34 | 0.21 | 59.13 | 0.39 | 0.66 |
| Hex | CA | C9 | 85 | 0 | 0 | 22 | 15 | 3B | 27 | 42 |
| Octal | 312 | 311 | 205 | 0 | 0 | 42 | 25 | 73 | 47 | 102 |
| Binary | 11001010 | 11001001 | 10000101 | 0 | 0 | 100010 | 10101 | 111011 | 100111 | 1000010 |
Color Harmonies of #CAC985
Complementary color
Monochromatic Colors of #CAC985
Black with #CAC985
Text Example
Text Example
White with #CAC985
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAC985; }
p { color: rgb(202,201,133); }
H1.HeaderClassName
{
color: #CAC985;
}
.AnyTagClassName
{
color: #CAC985;
}
</style>
background-color css
<style>
a { background-color: #CAC985; }
a { background-color: rgb(202,201,133); }
div.DivClassName
{
background-color: #CAC985;
}
.BgClassName
{
background-color: #CAC985;
}
</style>
border-color css
<style>
span { border-color: #CAC985; }
span { border-color: rgb(202,201,133); }
td.TdClassName
{
border-color: #CAC985;
}
.TagClassName
{
border-color: #CAC985;
}
</style>