Shades of Cameo #CBA079
Tints of Cameo #CBA079
RGB
CMYK
RGB Variations
Color information
#CBA079 (or 0xCBA079) is known color: Cameo. HEX triplet: CB, A0 and 79. RGB value is (203,160,121). Sum of RGB (Red+Green+Blue) = 203+160+121=484 (64% of max value = 765). Red value is 203 (79.69% from 255 or 41.94% from 484); Green value is 160 (62.89% from 255 or 33.06% from 484); Blue value is 121 (47.66% from 255 or 25% from 484); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA079 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CBA079 is #345F86. Grayscale: #A8A8A8. Windows color (decimal): -3432327 or 7971019. OLE color: 7971019.
HSL color Cylindrical-coordinate representation of color #CBA079: hue angle of 28.54º degrees, saturation: 0.44, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #CBA079 is Cyan = 0, Magento = 0.21, Yellow = 0.40 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 160 | 121 | - |
| CMYK | 0 | 0.21 | 0.40 | 0.20 |
| HSL | 28.54º | 0.44% | 0.64% | - |
| HSV(B) | 28.54º | 0.4% | 0.8% | - |
| XYZ | 40.65 | 39.22 | 23.52 | - |
| YUV | 168.41 | 101.25 | 152.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 160 | 121 | 0 | 0.21 | 0.40 | 0.20 | 28.54 | 0.44 | 0.64 |
| Hex | CB | A0 | 79 | 0 | 15 | 28 | 14 | 1D | 2C | 40 |
| Octal | 313 | 240 | 171 | 0 | 25 | 50 | 24 | 35 | 54 | 100 |
| Binary | 11001011 | 10100000 | 1111001 | 0 | 10101 | 101000 | 10100 | 11101 | 101100 | 1000000 |
Color Harmonies of #CBA079
Complementary color
Monochromatic Colors of #CBA079
Black with #CBA079
Text Example
Text Example
White with #CBA079
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBA079; }
p { color: rgb(203,160,121); }
H1.HeaderClassName
{
color: #CBA079;
}
.AnyTagClassName
{
color: #CBA079;
}
</style>
background-color css
<style>
a { background-color: #CBA079; }
a { background-color: rgb(203,160,121); }
div.DivClassName
{
background-color: #CBA079;
}
.BgClassName
{
background-color: #CBA079;
}
</style>
border-color css
<style>
span { border-color: #CBA079; }
span { border-color: rgb(203,160,121); }
td.TdClassName
{
border-color: #CBA079;
}
.TagClassName
{
border-color: #CBA079;
}
</style>