Shades of Deco #CAC87C
Tints of Deco #CAC87C
RGB
CMYK
RGB Variations
Color information
#CAC87C (or 0xCAC87C) is known color: Deco. HEX triplet: CA, C8 and 7C. RGB value is (202,200,124). Sum of RGB (Red+Green+Blue) = 202+200+124=526 (69% of max value = 765). Red value is 202 (79.30% from 255 or 38.40% from 526); Green value is 200 (78.52% from 255 or 38.02% from 526); Blue value is 124 (48.83% from 255 or 23.57% from 526); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC87C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CAC87C is #353783. Grayscale: #C0C0C0. Windows color (decimal): -3487620 or 8177866. OLE color: 8177866.
HSL color Cylindrical-coordinate representation of color #CAC87C: hue angle of 58.46º degrees, saturation: 0.42, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #CAC87C is Cyan = 0, Magento = 0.01, Yellow = 0.39 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 200 | 124 | - |
| CMYK | 0 | 0.01 | 0.39 | 0.21 |
| HSL | 58.46º | 0.42% | 0.64% | - |
| HSV(B) | 58.46º | 0.39% | 0.79% | - |
| XYZ | 48.65 | 55.32 | 27.18 | - |
| YUV | 191.93 | 89.66 | 135.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 200 | 124 | 0 | 0.01 | 0.39 | 0.21 | 58.46 | 0.42 | 0.64 |
| Hex | CA | C8 | 7C | 0 | 1 | 27 | 15 | 3A | 2A | 40 |
| Octal | 312 | 310 | 174 | 0 | 1 | 47 | 25 | 72 | 52 | 100 |
| Binary | 11001010 | 11001000 | 1111100 | 0 | 1 | 100111 | 10101 | 111010 | 101010 | 1000000 |
Color Harmonies of #CAC87C
Complementary color
Monochromatic Colors of #CAC87C
Black with #CAC87C
Text Example
Text Example
White with #CAC87C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAC87C; }
p { color: rgb(202,200,124); }
H1.HeaderClassName
{
color: #CAC87C;
}
.AnyTagClassName
{
color: #CAC87C;
}
</style>
background-color css
<style>
a { background-color: #CAC87C; }
a { background-color: rgb(202,200,124); }
div.DivClassName
{
background-color: #CAC87C;
}
.BgClassName
{
background-color: #CAC87C;
}
</style>
border-color css
<style>
span { border-color: #CAC87C; }
span { border-color: rgb(202,200,124); }
td.TdClassName
{
border-color: #CAC87C;
}
.TagClassName
{
border-color: #CAC87C;
}
</style>