Shades of Cameo #CBA787
Tints of Cameo #CBA787
RGB
CMYK
RGB Variations
Color information
#CBA787 (or 0xCBA787) is known color: Cameo. HEX triplet: CB, A7 and 87. RGB value is (203,167,135). Sum of RGB (Red+Green+Blue) = 203+167+135=505 (66% of max value = 765). Red value is 203 (79.69% from 255 or 40.20% from 505); Green value is 167 (65.62% from 255 or 33.07% from 505); Blue value is 135 (53.12% from 255 or 26.73% from 505); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA787 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CBA787 is #345878. Grayscale: #AEAEAE. Windows color (decimal): -3430521 or 8890315. OLE color: 8890315.
HSL color Cylindrical-coordinate representation of color #CBA787: hue angle of 28.24º 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 #CBA787 is Cyan = 0, Magento = 0.18, Yellow = 0.33 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 167 | 135 | - |
| CMYK | 0 | 0.18 | 0.33 | 0.20 |
| HSL | 28.24º | 0.4% | 0.66% | - |
| HSV(B) | 28.24º | 0.33% | 0.8% | - |
| XYZ | 42.82 | 42.08 | 28.79 | - |
| YUV | 174.12 | 105.93 | 148.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 167 | 135 | 0 | 0.18 | 0.33 | 0.20 | 28.24 | 0.4 | 0.66 |
| Hex | CB | A7 | 87 | 0 | 12 | 21 | 14 | 1C | 28 | 42 |
| Octal | 313 | 247 | 207 | 0 | 22 | 41 | 24 | 34 | 50 | 102 |
| Binary | 11001011 | 10100111 | 10000111 | 0 | 10010 | 100001 | 10100 | 11100 | 101000 | 1000010 |
Color Harmonies of #CBA787
Complementary color
Monochromatic Colors of #CBA787
Black with #CBA787
Text Example
Text Example
White with #CBA787
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBA787; }
p { color: rgb(203,167,135); }
H1.HeaderClassName
{
color: #CBA787;
}
.AnyTagClassName
{
color: #CBA787;
}
</style>
background-color css
<style>
a { background-color: #CBA787; }
a { background-color: rgb(203,167,135); }
div.DivClassName
{
background-color: #CBA787;
}
.BgClassName
{
background-color: #CBA787;
}
</style>
border-color css
<style>
span { border-color: #CBA787; }
span { border-color: rgb(203,167,135); }
td.TdClassName
{
border-color: #CBA787;
}
.TagClassName
{
border-color: #CBA787;
}
</style>