Shades of Deco #CAC789
Tints of Deco #CAC789
RGB
CMYK
RGB Variations
Color information
#CAC789 (or 0xCAC789) is known color: Deco. HEX triplet: CA, C7 and 89. RGB value is (202,199,137). Sum of RGB (Red+Green+Blue) = 202+199+137=538 (71% of max value = 765). Red value is 202 (79.30% from 255 or 37.55% from 538); Green value is 199 (78.12% from 255 or 36.99% from 538); Blue value is 137 (53.91% from 255 or 25.46% from 538); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC789 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CAC789 is #353876. Grayscale: #C1C1C1. Windows color (decimal): -3487863 or 9029578. OLE color: 9029578.
HSL color Cylindrical-coordinate representation of color #CAC789: hue angle of 57.23º degrees, saturation: 0.38, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #CAC789 is Cyan = 0, Magento = 0.01, Yellow = 0.32 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 199 | 137 | - |
| CMYK | 0 | 0.01 | 0.32 | 0.21 |
| HSL | 57.23º | 0.38% | 0.66% | - |
| HSV(B) | 57.23º | 0.32% | 0.79% | - |
| XYZ | 49.3 | 55.21 | 31.73 | - |
| YUV | 192.83 | 96.49 | 134.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 199 | 137 | 0 | 0.01 | 0.32 | 0.21 | 57.23 | 0.38 | 0.66 |
| Hex | CA | C7 | 89 | 0 | 1 | 20 | 15 | 39 | 26 | 42 |
| Octal | 312 | 307 | 211 | 0 | 1 | 40 | 25 | 71 | 46 | 102 |
| Binary | 11001010 | 11000111 | 10001001 | 0 | 1 | 100000 | 10101 | 111001 | 100110 | 1000010 |
Color Harmonies of #CAC789
Complementary color
Monochromatic Colors of #CAC789
Black with #CAC789
Text Example
Text Example
White with #CAC789
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAC789; }
p { color: rgb(202,199,137); }
H1.HeaderClassName
{
color: #CAC789;
}
.AnyTagClassName
{
color: #CAC789;
}
</style>
background-color css
<style>
a { background-color: #CAC789; }
a { background-color: rgb(202,199,137); }
div.DivClassName
{
background-color: #CAC789;
}
.BgClassName
{
background-color: #CAC789;
}
</style>
border-color css
<style>
span { border-color: #CAC789; }
span { border-color: rgb(202,199,137); }
td.TdClassName
{
border-color: #CAC789;
}
.TagClassName
{
border-color: #CAC789;
}
</style>