Shades of Deco #CACA91
Tints of Deco #CACA91
RGB
CMYK
RGB Variations
Color information
#CACA91 (or 0xCACA91) is known color: Deco. HEX triplet: CA, CA and 91. RGB value is (202,202,145). Sum of RGB (Red+Green+Blue) = 202+202+145=549 (72% of max value = 765). Red value is 202 (79.30% from 255 or 36.79% from 549); Green value is 202 (79.30% from 255 or 36.79% from 549); Blue value is 145 (57.03% from 255 or 26.41% from 549); Max value from RGB is 202 - color contains mainly: red, green. Hex color #CACA91 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CACA91 is #35356E. Grayscale: #C3C3C3. Windows color (decimal): -3487087 or 9554634. OLE color: 9554634.
HSL color Cylindrical-coordinate representation of color #CACA91: hue angle of 60º degrees, saturation: 0.35, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #CACA91 is Cyan = 0, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 202 | 145 | - |
| CMYK | 0 | 0 | 0.28 | 0.21 |
| HSL | 60º | 0.35% | 0.68% | - |
| HSV(B) | 60º | 0.28% | 0.79% | - |
| XYZ | 50.59 | 56.84 | 35.09 | - |
| YUV | 195.5 | 99.5 | 132.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 202 | 145 | 0 | 0 | 0.28 | 0.21 | 60 | 0.35 | 0.68 |
| Hex | CA | CA | 91 | 0 | 0 | 1C | 15 | 3C | 23 | 44 |
| Octal | 312 | 312 | 221 | 0 | 0 | 34 | 25 | 74 | 43 | 104 |
| Binary | 11001010 | 11001010 | 10010001 | 0 | 0 | 11100 | 10101 | 111100 | 100011 | 1000100 |
Color Harmonies of #CACA91
Complementary color
Monochromatic Colors of #CACA91
Black with #CACA91
Text Example
Text Example
White with #CACA91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CACA91; }
p { color: rgb(202,202,145); }
H1.HeaderClassName
{
color: #CACA91;
}
.AnyTagClassName
{
color: #CACA91;
}
</style>
background-color css
<style>
a { background-color: #CACA91; }
a { background-color: rgb(202,202,145); }
div.DivClassName
{
background-color: #CACA91;
}
.BgClassName
{
background-color: #CACA91;
}
</style>
border-color css
<style>
span { border-color: #CACA91; }
span { border-color: rgb(202,202,145); }
td.TdClassName
{
border-color: #CACA91;
}
.TagClassName
{
border-color: #CACA91;
}
</style>