Shades of Deco #CAC87A
Tints of Deco #CAC87A
RGB
CMYK
RGB Variations
Color information
#CAC87A (or 0xCAC87A) is known color: Deco. HEX triplet: CA, C8 and 7A. RGB value is (202,200,122). Sum of RGB (Red+Green+Blue) = 202+200+122=524 (69% of max value = 765). Red value is 202 (79.30% from 255 or 38.55% from 524); Green value is 200 (78.52% from 255 or 38.17% from 524); Blue value is 122 (48.05% from 255 or 23.28% from 524); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC87A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CAC87A is #353785. Grayscale: #C0C0C0. Windows color (decimal): -3487622 or 8046794. OLE color: 8046794.
HSL color Cylindrical-coordinate representation of color #CAC87A: hue angle of 58.5º degrees, saturation: 0.43, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #CAC87A is Cyan = 0, Magento = 0.01, Yellow = 0.40 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 200 | 122 | - |
| CMYK | 0 | 0.01 | 0.40 | 0.21 |
| HSL | 58.5º | 0.43% | 0.64% | - |
| HSV(B) | 58.5º | 0.4% | 0.79% | - |
| XYZ | 48.52 | 55.27 | 26.52 | - |
| YUV | 191.71 | 88.66 | 135.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 200 | 122 | 0 | 0.01 | 0.40 | 0.21 | 58.5 | 0.43 | 0.64 |
| Hex | CA | C8 | 7A | 0 | 1 | 28 | 15 | 3A | 2B | 40 |
| Octal | 312 | 310 | 172 | 0 | 1 | 50 | 25 | 72 | 53 | 100 |
| Binary | 11001010 | 11001000 | 1111010 | 0 | 1 | 101000 | 10101 | 111010 | 101011 | 1000000 |
Color Harmonies of #CAC87A
Complementary color
Monochromatic Colors of #CAC87A
Black with #CAC87A
Text Example
Text Example
White with #CAC87A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAC87A; }
p { color: rgb(202,200,122); }
H1.HeaderClassName
{
color: #CAC87A;
}
.AnyTagClassName
{
color: #CAC87A;
}
</style>
background-color css
<style>
a { background-color: #CAC87A; }
a { background-color: rgb(202,200,122); }
div.DivClassName
{
background-color: #CAC87A;
}
.BgClassName
{
background-color: #CAC87A;
}
</style>
border-color css
<style>
span { border-color: #CAC87A; }
span { border-color: rgb(202,200,122); }
td.TdClassName
{
border-color: #CAC87A;
}
.TagClassName
{
border-color: #CAC87A;
}
</style>