Shades of Deco #CAC97C
Tints of Deco #CAC97C
RGB
CMYK
RGB Variations
Color information
#CAC97C (or 0xCAC97C) is known color: Deco. HEX triplet: CA, C9 and 7C. RGB value is (202,201,124). Sum of RGB (Red+Green+Blue) = 202+201+124=527 (69% of max value = 765). Red value is 202 (79.30% from 255 or 38.33% from 527); Green value is 201 (78.91% from 255 or 38.14% from 527); Blue value is 124 (48.83% from 255 or 23.53% from 527); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC97C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CAC97C is #353683. Grayscale: #C0C0C0. Windows color (decimal): -3487364 or 8178122. OLE color: 8178122.
HSL color Cylindrical-coordinate representation of color #CAC97C: hue angle of 59.23º 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 #CAC97C is Cyan = 0, Magento = 0.00, Yellow = 0.39 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 201 | 124 | - |
| CMYK | 0 | 0.00 | 0.39 | 0.21 |
| HSL | 59.23º | 0.42% | 0.64% | - |
| HSV(B) | 59.23º | 0.39% | 0.79% | - |
| XYZ | 48.88 | 55.79 | 27.26 | - |
| YUV | 192.52 | 89.33 | 134.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 201 | 124 | 0 | 0.00 | 0.39 | 0.21 | 59.23 | 0.42 | 0.64 |
| Hex | CA | C9 | 7C | 0 | 0 | 27 | 15 | 3B | 2A | 40 |
| Octal | 312 | 311 | 174 | 0 | 0 | 47 | 25 | 73 | 52 | 100 |
| Binary | 11001010 | 11001001 | 1111100 | 0 | 0 | 100111 | 10101 | 111011 | 101010 | 1000000 |
Color Harmonies of #CAC97C
Complementary color
Monochromatic Colors of #CAC97C
Black with #CAC97C
Text Example
Text Example
White with #CAC97C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAC97C; }
p { color: rgb(202,201,124); }
H1.HeaderClassName
{
color: #CAC97C;
}
.AnyTagClassName
{
color: #CAC97C;
}
</style>
background-color css
<style>
a { background-color: #CAC97C; }
a { background-color: rgb(202,201,124); }
div.DivClassName
{
background-color: #CAC97C;
}
.BgClassName
{
background-color: #CAC97C;
}
</style>
border-color css
<style>
span { border-color: #CAC97C; }
span { border-color: rgb(202,201,124); }
td.TdClassName
{
border-color: #CAC97C;
}
.TagClassName
{
border-color: #CAC97C;
}
</style>