Shades of Deco #CAC87F
Tints of Deco #CAC87F
RGB
CMYK
RGB Variations
Color information
#CAC87F (or 0xCAC87F) is known color: Deco. HEX triplet: CA, C8 and 7F. RGB value is (202,200,127). Sum of RGB (Red+Green+Blue) = 202+200+127=529 (70% of max value = 765). Red value is 202 (79.30% from 255 or 38.19% from 529); Green value is 200 (78.52% from 255 or 37.81% from 529); Blue value is 127 (50% from 255 or 24.01% from 529); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC87F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CAC87F is #353780. Grayscale: #C0C0C0. Windows color (decimal): -3487617 or 8374474. OLE color: 8374474.
HSL color Cylindrical-coordinate representation of color #CAC87F: hue angle of 58.4º degrees, saturation: 0.41, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #CAC87F is Cyan = 0, Magento = 0.01, Yellow = 0.37 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 200 | 127 | - |
| CMYK | 0 | 0.01 | 0.37 | 0.21 |
| HSL | 58.4º | 0.41% | 0.65% | - |
| HSV(B) | 58.4º | 0.37% | 0.79% | - |
| XYZ | 48.84 | 55.4 | 28.2 | - |
| YUV | 192.28 | 91.16 | 134.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 200 | 127 | 0 | 0.01 | 0.37 | 0.21 | 58.4 | 0.41 | 0.65 |
| Hex | CA | C8 | 7F | 0 | 1 | 25 | 15 | 3A | 29 | 41 |
| Octal | 312 | 310 | 177 | 0 | 1 | 45 | 25 | 72 | 51 | 101 |
| Binary | 11001010 | 11001000 | 1111111 | 0 | 1 | 100101 | 10101 | 111010 | 101001 | 1000001 |
Color Harmonies of #CAC87F
Complementary color
Monochromatic Colors of #CAC87F
Black with #CAC87F
Text Example
Text Example
White with #CAC87F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAC87F; }
p { color: rgb(202,200,127); }
H1.HeaderClassName
{
color: #CAC87F;
}
.AnyTagClassName
{
color: #CAC87F;
}
</style>
background-color css
<style>
a { background-color: #CAC87F; }
a { background-color: rgb(202,200,127); }
div.DivClassName
{
background-color: #CAC87F;
}
.BgClassName
{
background-color: #CAC87F;
}
</style>
border-color css
<style>
span { border-color: #CAC87F; }
span { border-color: rgb(202,200,127); }
td.TdClassName
{
border-color: #CAC87F;
}
.TagClassName
{
border-color: #CAC87F;
}
</style>