Shades of Deco #CACB91
Tints of Deco #CACB91
RGB
CMYK
RGB Variations
Color information
#CACB91 (or 0xCACB91) is known color: Deco. HEX triplet: CA, CB and 91. RGB value is (202,203,145). Sum of RGB (Red+Green+Blue) = 202+203+145=550 (72% of max value = 765). Red value is 202 (79.30% from 255 or 36.73% from 550); Green value is 203 (79.69% from 255 or 36.91% from 550); Blue value is 145 (57.03% from 255 or 26.36% from 550); Max value from RGB is 203 - color contains mainly: green. Hex color #CACB91 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CACB91 is #35346E. Grayscale: #C4C4C4. Windows color (decimal): -3486831 or 9554890. OLE color: 9554890.
HSL color Cylindrical-coordinate representation of color #CACB91: hue angle of 61.03º degrees, saturation: 0.36, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #CACB91 is Cyan = 0.00, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 202 | 203 | 145 | - |
| CMYK | 0.00 | 0 | 0.29 | 0.20 |
| HSL | 61.03º | 0.36% | 0.68% | - |
| HSV(B) | 61.03º | 0.29% | 0.8% | - |
| XYZ | 50.82 | 57.31 | 35.17 | - |
| YUV | 196.09 | 99.17 | 132.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 203 | 145 | 0.00 | 0 | 0.29 | 0.20 | 61.03 | 0.36 | 0.68 |
| Hex | CA | CB | 91 | 0 | 0 | 1D | 14 | 3D | 24 | 44 |
| Octal | 312 | 313 | 221 | 0 | 0 | 35 | 24 | 75 | 44 | 104 |
| Binary | 11001010 | 11001011 | 10010001 | 0 | 0 | 11101 | 10100 | 111101 | 100100 | 1000100 |
Color Harmonies of #CACB91
Complementary color
Monochromatic Colors of #CACB91
Black with #CACB91
Text Example
Text Example
White with #CACB91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CACB91; }
p { color: rgb(202,203,145); }
H1.HeaderClassName
{
color: #CACB91;
}
.AnyTagClassName
{
color: #CACB91;
}
</style>
background-color css
<style>
a { background-color: #CACB91; }
a { background-color: rgb(202,203,145); }
div.DivClassName
{
background-color: #CACB91;
}
.BgClassName
{
background-color: #CACB91;
}
</style>
border-color css
<style>
span { border-color: #CACB91; }
span { border-color: rgb(202,203,145); }
td.TdClassName
{
border-color: #CACB91;
}
.TagClassName
{
border-color: #CACB91;
}
</style>