Shades of Deco #CAC889
Tints of Deco #CAC889
RGB
CMYK
RGB Variations
Color information
#CAC889 (or 0xCAC889) is known color: Deco. HEX triplet: CA, C8 and 89. RGB value is (202,200,137). Sum of RGB (Red+Green+Blue) = 202+200+137=539 (71% of max value = 765). Red value is 202 (79.30% from 255 or 37.48% from 539); Green value is 200 (78.52% from 255 or 37.11% from 539); Blue value is 137 (53.91% from 255 or 25.42% from 539); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC889 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CAC889 is #353776. Grayscale: #C1C1C1. Windows color (decimal): -3487607 or 9029834. OLE color: 9029834.
HSL color Cylindrical-coordinate representation of color #CAC889: hue angle of 58.15º 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 #CAC889 is Cyan = 0, Magento = 0.01, Yellow = 0.32 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 200 | 137 | - |
| CMYK | 0 | 0.01 | 0.32 | 0.21 |
| HSL | 58.15º | 0.38% | 0.66% | - |
| HSV(B) | 58.15º | 0.32% | 0.79% | - |
| XYZ | 49.53 | 55.67 | 31.8 | - |
| YUV | 193.42 | 96.16 | 134.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 200 | 137 | 0 | 0.01 | 0.32 | 0.21 | 58.15 | 0.38 | 0.66 |
| Hex | CA | C8 | 89 | 0 | 1 | 20 | 15 | 3A | 26 | 42 |
| Octal | 312 | 310 | 211 | 0 | 1 | 40 | 25 | 72 | 46 | 102 |
| Binary | 11001010 | 11001000 | 10001001 | 0 | 1 | 100000 | 10101 | 111010 | 100110 | 1000010 |
Color Harmonies of #CAC889
Complementary color
Monochromatic Colors of #CAC889
Black with #CAC889
Text Example
Text Example
White with #CAC889
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAC889; }
p { color: rgb(202,200,137); }
H1.HeaderClassName
{
color: #CAC889;
}
.AnyTagClassName
{
color: #CAC889;
}
</style>
background-color css
<style>
a { background-color: #CAC889; }
a { background-color: rgb(202,200,137); }
div.DivClassName
{
background-color: #CAC889;
}
.BgClassName
{
background-color: #CAC889;
}
</style>
border-color css
<style>
span { border-color: #CAC889; }
span { border-color: rgb(202,200,137); }
td.TdClassName
{
border-color: #CAC889;
}
.TagClassName
{
border-color: #CAC889;
}
</style>