Shades of Cameo #CBA077
Tints of Cameo #CBA077
RGB
CMYK
RGB Variations
Color information
#CBA077 (or 0xCBA077) is known color: Cameo. HEX triplet: CB, A0 and 77. RGB value is (203,160,119). Sum of RGB (Red+Green+Blue) = 203+160+119=482 (63% of max value = 765). Red value is 203 (79.69% from 255 or 42.12% from 482); Green value is 160 (62.89% from 255 or 33.20% from 482); Blue value is 119 (46.88% from 255 or 24.69% from 482); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA077 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CBA077 is #345F88. Grayscale: #A8A8A8. Windows color (decimal): -3432329 or 7839947. OLE color: 7839947.
HSL color Cylindrical-coordinate representation of color #CBA077: hue angle of 29.29º degrees, saturation: 0.45, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #CBA077 is Cyan = 0, Magento = 0.21, Yellow = 0.41 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 160 | 119 | - |
| CMYK | 0 | 0.21 | 0.41 | 0.20 |
| HSL | 29.29º | 0.45% | 0.63% | - |
| HSV(B) | 29.29º | 0.41% | 0.8% | - |
| XYZ | 40.53 | 39.17 | 22.88 | - |
| YUV | 168.18 | 100.25 | 152.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 160 | 119 | 0 | 0.21 | 0.41 | 0.20 | 29.29 | 0.45 | 0.63 |
| Hex | CB | A0 | 77 | 0 | 15 | 29 | 14 | 1D | 2D | 3F |
| Octal | 313 | 240 | 167 | 0 | 25 | 51 | 24 | 35 | 55 | 77 |
| Binary | 11001011 | 10100000 | 1110111 | 0 | 10101 | 101001 | 10100 | 11101 | 101101 | 111111 |
Color Harmonies of #CBA077
Complementary color
Monochromatic Colors of #CBA077
Black with #CBA077
Text Example
Text Example
White with #CBA077
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBA077; }
p { color: rgb(203,160,119); }
H1.HeaderClassName
{
color: #CBA077;
}
.AnyTagClassName
{
color: #CBA077;
}
</style>
background-color css
<style>
a { background-color: #CBA077; }
a { background-color: rgb(203,160,119); }
div.DivClassName
{
background-color: #CBA077;
}
.BgClassName
{
background-color: #CBA077;
}
</style>
border-color css
<style>
span { border-color: #CBA077; }
span { border-color: rgb(203,160,119); }
td.TdClassName
{
border-color: #CBA077;
}
.TagClassName
{
border-color: #CBA077;
}
</style>