Shades of Cameo #CBA987
Tints of Cameo #CBA987
RGB
CMYK
RGB Variations
Color information
#CBA987 (or 0xCBA987) is known color: Cameo. HEX triplet: CB, A9 and 87. RGB value is (203,169,135). Sum of RGB (Red+Green+Blue) = 203+169+135=507 (67% of max value = 765). Red value is 203 (79.69% from 255 or 40.04% from 507); Green value is 169 (66.41% from 255 or 33.33% from 507); Blue value is 135 (53.12% from 255 or 26.63% from 507); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA987 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CBA987 is #345678. Grayscale: #AFAFAF. Windows color (decimal): -3430009 or 8890827. OLE color: 8890827.
HSL color Cylindrical-coordinate representation of color #CBA987: hue angle of 30º 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 #CBA987 is Cyan = 0, Magento = 0.17, Yellow = 0.33 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 169 | 135 | - |
| CMYK | 0 | 0.17 | 0.33 | 0.20 |
| HSL | 30º | 0.4% | 0.66% | - |
| HSV(B) | 30º | 0.33% | 0.8% | - |
| XYZ | 43.19 | 42.82 | 28.91 | - |
| YUV | 175.29 | 105.26 | 147.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 169 | 135 | 0 | 0.17 | 0.33 | 0.20 | 30 | 0.4 | 0.66 |
| Hex | CB | A9 | 87 | 0 | 11 | 21 | 14 | 1E | 28 | 42 |
| Octal | 313 | 251 | 207 | 0 | 21 | 41 | 24 | 36 | 50 | 102 |
| Binary | 11001011 | 10101001 | 10000111 | 0 | 10001 | 100001 | 10100 | 11110 | 101000 | 1000010 |
Color Harmonies of #CBA987
Complementary color
Monochromatic Colors of #CBA987
Black with #CBA987
Text Example
Text Example
White with #CBA987
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBA987; }
p { color: rgb(203,169,135); }
H1.HeaderClassName
{
color: #CBA987;
}
.AnyTagClassName
{
color: #CBA987;
}
</style>
background-color css
<style>
a { background-color: #CBA987; }
a { background-color: rgb(203,169,135); }
div.DivClassName
{
background-color: #CBA987;
}
.BgClassName
{
background-color: #CBA987;
}
</style>
border-color css
<style>
span { border-color: #CBA987; }
span { border-color: rgb(203,169,135); }
td.TdClassName
{
border-color: #CBA987;
}
.TagClassName
{
border-color: #CBA987;
}
</style>