Shades of Cameo #CBA076
Tints of Cameo #CBA076
RGB
CMYK
RGB Variations
Color information
#CBA076 (or 0xCBA076) is known color: Cameo. HEX triplet: CB, A0 and 76. RGB value is (203,160,118). Sum of RGB (Red+Green+Blue) = 203+160+118=481 (63% of max value = 765). Red value is 203 (79.69% from 255 or 42.20% from 481); Green value is 160 (62.89% from 255 or 33.26% from 481); Blue value is 118 (46.48% from 255 or 24.53% from 481); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA076 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CBA076 is #345F89. Grayscale: #A8A8A8. Windows color (decimal): -3432330 or 7774411. OLE color: 7774411.
HSL color Cylindrical-coordinate representation of color #CBA076: hue angle of 29.65º degrees, saturation: 0.45, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #CBA076 is Cyan = 0, Magento = 0.21, Yellow = 0.42 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 160 | 118 | - |
| CMYK | 0 | 0.21 | 0.42 | 0.20 |
| HSL | 29.65º | 0.45% | 0.63% | - |
| HSV(B) | 29.65º | 0.42% | 0.8% | - |
| XYZ | 40.47 | 39.15 | 22.56 | - |
| YUV | 168.07 | 99.75 | 152.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 160 | 118 | 0 | 0.21 | 0.42 | 0.20 | 29.65 | 0.45 | 0.63 |
| Hex | CB | A0 | 76 | 0 | 15 | 2A | 14 | 1E | 2D | 3F |
| Octal | 313 | 240 | 166 | 0 | 25 | 52 | 24 | 36 | 55 | 77 |
| Binary | 11001011 | 10100000 | 1110110 | 0 | 10101 | 101010 | 10100 | 11110 | 101101 | 111111 |
Color Harmonies of #CBA076
Complementary color
Monochromatic Colors of #CBA076
Black with #CBA076
Text Example
Text Example
White with #CBA076
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBA076; }
p { color: rgb(203,160,118); }
H1.HeaderClassName
{
color: #CBA076;
}
.AnyTagClassName
{
color: #CBA076;
}
</style>
background-color css
<style>
a { background-color: #CBA076; }
a { background-color: rgb(203,160,118); }
div.DivClassName
{
background-color: #CBA076;
}
.BgClassName
{
background-color: #CBA076;
}
</style>
border-color css
<style>
span { border-color: #CBA076; }
span { border-color: rgb(203,160,118); }
td.TdClassName
{
border-color: #CBA076;
}
.TagClassName
{
border-color: #CBA076;
}
</style>