Shades of Deco #CACB88
Tints of Deco #CACB88
RGB
CMYK
RGB Variations
Color information
#CACB88 (or 0xCACB88) is known color: Deco. HEX triplet: CA, CB and 88. RGB value is (202,203,136). Sum of RGB (Red+Green+Blue) = 202+203+136=541 (71% of max value = 765). Red value is 202 (79.30% from 255 or 37.34% from 541); Green value is 203 (79.69% from 255 or 37.52% from 541); Blue value is 136 (53.52% from 255 or 25.14% from 541); Max value from RGB is 203 - color contains mainly: green. Hex color #CACB88 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CACB88 is #353477. Grayscale: #C3C3C3. Windows color (decimal): -3486840 or 8965066. OLE color: 8965066.
HSL color Cylindrical-coordinate representation of color #CACB88: hue angle of 60.9º degrees, saturation: 0.39, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #CACB88 is Cyan = 0.00, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 202 | 203 | 136 | - |
| CMYK | 0.00 | 0 | 0.33 | 0.20 |
| HSL | 60.9º | 0.39% | 0.66% | - |
| HSV(B) | 60.9º | 0.33% | 0.8% | - |
| XYZ | 50.16 | 57.05 | 31.66 | - |
| YUV | 195.06 | 94.67 | 132.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 203 | 136 | 0.00 | 0 | 0.33 | 0.20 | 60.9 | 0.39 | 0.66 |
| Hex | CA | CB | 88 | 0 | 0 | 21 | 14 | 3D | 27 | 42 |
| Octal | 312 | 313 | 210 | 0 | 0 | 41 | 24 | 75 | 47 | 102 |
| Binary | 11001010 | 11001011 | 10001000 | 0 | 0 | 100001 | 10100 | 111101 | 100111 | 1000010 |
Color Harmonies of #CACB88
Complementary color
Monochromatic Colors of #CACB88
Black with #CACB88
Text Example
Text Example
White with #CACB88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CACB88; }
p { color: rgb(202,203,136); }
H1.HeaderClassName
{
color: #CACB88;
}
.AnyTagClassName
{
color: #CACB88;
}
</style>
background-color css
<style>
a { background-color: #CACB88; }
a { background-color: rgb(202,203,136); }
div.DivClassName
{
background-color: #CACB88;
}
.BgClassName
{
background-color: #CACB88;
}
</style>
border-color css
<style>
span { border-color: #CACB88; }
span { border-color: rgb(202,203,136); }
td.TdClassName
{
border-color: #CACB88;
}
.TagClassName
{
border-color: #CACB88;
}
</style>