Shades of Cameo #CBAB87
Tints of Cameo #CBAB87
RGB
CMYK
RGB Variations
Color information
#CBAB87 (or 0xCBAB87) is known color: Cameo. HEX triplet: CB, AB and 87. RGB value is (203,171,135). Sum of RGB (Red+Green+Blue) = 203+171+135=509 (67% of max value = 765). Red value is 203 (79.69% from 255 or 39.88% from 509); Green value is 171 (67.19% from 255 or 33.60% from 509); Blue value is 135 (53.12% from 255 or 26.52% from 509); Max value from RGB is 203 - color contains mainly: red. Hex color #CBAB87 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CBAB87 is #345478. Grayscale: #B0B0B0. Windows color (decimal): -3429497 or 8891339. OLE color: 8891339.
HSL color Cylindrical-coordinate representation of color #CBAB87: hue angle of 31.76º 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 #CBAB87 is Cyan = 0, Magento = 0.16, Yellow = 0.33 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 171 | 135 | - |
| CMYK | 0 | 0.16 | 0.33 | 0.20 |
| HSL | 31.76º | 0.4% | 0.66% | - |
| HSV(B) | 31.76º | 0.33% | 0.8% | - |
| XYZ | 43.56 | 43.57 | 29.04 | - |
| YUV | 176.46 | 104.6 | 146.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 171 | 135 | 0 | 0.16 | 0.33 | 0.20 | 31.76 | 0.4 | 0.66 |
| Hex | CB | AB | 87 | 0 | 10 | 21 | 14 | 20 | 28 | 42 |
| Octal | 313 | 253 | 207 | 0 | 20 | 41 | 24 | 40 | 50 | 102 |
| Binary | 11001011 | 10101011 | 10000111 | 0 | 10000 | 100001 | 10100 | 100000 | 101000 | 1000010 |
Color Harmonies of #CBAB87
Complementary color
Monochromatic Colors of #CBAB87
Black with #CBAB87
Text Example
Text Example
White with #CBAB87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBAB87; }
p { color: rgb(203,171,135); }
H1.HeaderClassName
{
color: #CBAB87;
}
.AnyTagClassName
{
color: #CBAB87;
}
</style>
background-color css
<style>
a { background-color: #CBAB87; }
a { background-color: rgb(203,171,135); }
div.DivClassName
{
background-color: #CBAB87;
}
.BgClassName
{
background-color: #CBAB87;
}
</style>
border-color css
<style>
span { border-color: #CBAB87; }
span { border-color: rgb(203,171,135); }
td.TdClassName
{
border-color: #CBAB87;
}
.TagClassName
{
border-color: #CBAB87;
}
</style>