Shades of Deco #CAC785
Tints of Deco #CAC785
RGB
CMYK
RGB Variations
Color information
#CAC785 (or 0xCAC785) is known color: Deco. HEX triplet: CA, C7 and 85. RGB value is (202,199,133). Sum of RGB (Red+Green+Blue) = 202+199+133=534 (70% of max value = 765). Red value is 202 (79.30% from 255 or 37.83% from 534); Green value is 199 (78.12% from 255 or 37.27% from 534); Blue value is 133 (52.34% from 255 or 24.91% from 534); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC785 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CAC785 is #35387A. Grayscale: #C0C0C0. Windows color (decimal): -3487867 or 8767434. OLE color: 8767434.
HSL color Cylindrical-coordinate representation of color #CAC785: hue angle of 57.39º 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 #CAC785 is Cyan = 0, Magento = 0.01, Yellow = 0.34 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 199 | 133 | - |
| CMYK | 0 | 0.01 | 0.34 | 0.21 |
| HSL | 57.39º | 0.39% | 0.66% | - |
| HSV(B) | 57.39º | 0.34% | 0.79% | - |
| XYZ | 49.01 | 55.1 | 30.24 | - |
| YUV | 192.37 | 94.49 | 134.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 199 | 133 | 0 | 0.01 | 0.34 | 0.21 | 57.39 | 0.39 | 0.66 |
| Hex | CA | C7 | 85 | 0 | 1 | 22 | 15 | 39 | 27 | 42 |
| Octal | 312 | 307 | 205 | 0 | 1 | 42 | 25 | 71 | 47 | 102 |
| Binary | 11001010 | 11000111 | 10000101 | 0 | 1 | 100010 | 10101 | 111001 | 100111 | 1000010 |
Color Harmonies of #CAC785
Complementary color
Monochromatic Colors of #CAC785
Black with #CAC785
Text Example
Text Example
White with #CAC785
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAC785; }
p { color: rgb(202,199,133); }
H1.HeaderClassName
{
color: #CAC785;
}
.AnyTagClassName
{
color: #CAC785;
}
</style>
background-color css
<style>
a { background-color: #CAC785; }
a { background-color: rgb(202,199,133); }
div.DivClassName
{
background-color: #CAC785;
}
.BgClassName
{
background-color: #CAC785;
}
</style>
border-color css
<style>
span { border-color: #CAC785; }
span { border-color: rgb(202,199,133); }
td.TdClassName
{
border-color: #CAC785;
}
.TagClassName
{
border-color: #CAC785;
}
</style>