Shades of Deco #CACB87
Tints of Deco #CACB87
RGB
CMYK
RGB Variations
Color information
#CACB87 (or 0xCACB87) is known color: Deco. HEX triplet: CA, CB and 87. RGB value is (202,203,135). Sum of RGB (Red+Green+Blue) = 202+203+135=540 (71% of max value = 765). Red value is 202 (79.30% from 255 or 37.41% from 540); Green value is 203 (79.69% from 255 or 37.59% from 540); Blue value is 135 (53.12% from 255 or 25% from 540); Max value from RGB is 203 - color contains mainly: green. Hex color #CACB87 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CACB87 is #353478. Grayscale: #C3C3C3. Windows color (decimal): -3486841 or 8899530. OLE color: 8899530.
HSL color Cylindrical-coordinate representation of color #CACB87: hue angle of 60.88º degrees, saturation: 0.4, 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 #CACB87 is Cyan = 0.00, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 202 | 203 | 135 | - |
| CMYK | 0.00 | 0 | 0.33 | 0.20 |
| HSL | 60.88º | 0.4% | 0.66% | - |
| HSV(B) | 60.88º | 0.33% | 0.8% | - |
| XYZ | 50.09 | 57.02 | 31.29 | - |
| YUV | 194.95 | 94.17 | 133.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 203 | 135 | 0.00 | 0 | 0.33 | 0.20 | 60.88 | 0.4 | 0.66 |
| Hex | CA | CB | 87 | 0 | 0 | 21 | 14 | 3D | 28 | 42 |
| Octal | 312 | 313 | 207 | 0 | 0 | 41 | 24 | 75 | 50 | 102 |
| Binary | 11001010 | 11001011 | 10000111 | 0 | 0 | 100001 | 10100 | 111101 | 101000 | 1000010 |
Color Harmonies of #CACB87
Complementary color
Monochromatic Colors of #CACB87
Black with #CACB87
Text Example
Text Example
White with #CACB87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CACB87; }
p { color: rgb(202,203,135); }
H1.HeaderClassName
{
color: #CACB87;
}
.AnyTagClassName
{
color: #CACB87;
}
</style>
background-color css
<style>
a { background-color: #CACB87; }
a { background-color: rgb(202,203,135); }
div.DivClassName
{
background-color: #CACB87;
}
.BgClassName
{
background-color: #CACB87;
}
</style>
border-color css
<style>
span { border-color: #CACB87; }
span { border-color: rgb(202,203,135); }
td.TdClassName
{
border-color: #CACB87;
}
.TagClassName
{
border-color: #CACB87;
}
</style>