Shades of Cameo #CBA786
Tints of Cameo #CBA786
RGB
CMYK
RGB Variations
Color information
#CBA786 (or 0xCBA786) is known color: Cameo. HEX triplet: CB, A7 and 86. RGB value is (203,167,134). Sum of RGB (Red+Green+Blue) = 203+167+134=504 (66% of max value = 765). Red value is 203 (79.69% from 255 or 40.28% from 504); Green value is 167 (65.62% from 255 or 33.13% from 504); Blue value is 134 (52.73% from 255 or 26.59% from 504); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA786 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CBA786 is #345879. Grayscale: #AEAEAE. Windows color (decimal): -3430522 or 8824779. OLE color: 8824779.
HSL color Cylindrical-coordinate representation of color #CBA786: hue angle of 28.7º degrees, saturation: 0.4, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #CBA786 is Cyan = 0, Magento = 0.18, Yellow = 0.34 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 167 | 134 | - |
| CMYK | 0 | 0.18 | 0.34 | 0.20 |
| HSL | 28.7º | 0.4% | 0.66% | - |
| HSV(B) | 28.7º | 0.34% | 0.8% | - |
| XYZ | 42.75 | 42.06 | 28.42 | - |
| YUV | 174 | 105.43 | 148.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 167 | 134 | 0 | 0.18 | 0.34 | 0.20 | 28.7 | 0.4 | 0.66 |
| Hex | CB | A7 | 86 | 0 | 12 | 22 | 14 | 1D | 28 | 42 |
| Octal | 313 | 247 | 206 | 0 | 22 | 42 | 24 | 35 | 50 | 102 |
| Binary | 11001011 | 10100111 | 10000110 | 0 | 10010 | 100010 | 10100 | 11101 | 101000 | 1000010 |
Color Harmonies of #CBA786
Complementary color
Monochromatic Colors of #CBA786
Black with #CBA786
Text Example
Text Example
White with #CBA786
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBA786; }
p { color: rgb(203,167,134); }
H1.HeaderClassName
{
color: #CBA786;
}
.AnyTagClassName
{
color: #CBA786;
}
</style>
background-color css
<style>
a { background-color: #CBA786; }
a { background-color: rgb(203,167,134); }
div.DivClassName
{
background-color: #CBA786;
}
.BgClassName
{
background-color: #CBA786;
}
</style>
border-color css
<style>
span { border-color: #CBA786; }
span { border-color: rgb(203,167,134); }
td.TdClassName
{
border-color: #CBA786;
}
.TagClassName
{
border-color: #CBA786;
}
</style>