Shades of Cameo #CBA078
Tints of Cameo #CBA078
RGB
CMYK
RGB Variations
Color information
#CBA078 (or 0xCBA078) is known color: Cameo. HEX triplet: CB, A0 and 78. RGB value is (203,160,120). Sum of RGB (Red+Green+Blue) = 203+160+120=483 (63% of max value = 765). Red value is 203 (79.69% from 255 or 42.03% from 483); Green value is 160 (62.89% from 255 or 33.13% from 483); Blue value is 120 (47.27% from 255 or 24.84% from 483); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA078 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CBA078 is #345F87. Grayscale: #A8A8A8. Windows color (decimal): -3432328 or 7905483. OLE color: 7905483.
HSL color Cylindrical-coordinate representation of color #CBA078: hue angle of 28.92º degrees, saturation: 0.44, 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 #CBA078 is Cyan = 0, Magento = 0.21, Yellow = 0.41 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 160 | 120 | - |
| CMYK | 0 | 0.21 | 0.41 | 0.20 |
| HSL | 28.92º | 0.44% | 0.63% | - |
| HSV(B) | 28.92º | 0.41% | 0.8% | - |
| XYZ | 40.59 | 39.19 | 23.2 | - |
| YUV | 168.3 | 100.75 | 152.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 160 | 120 | 0 | 0.21 | 0.41 | 0.20 | 28.92 | 0.44 | 0.63 |
| Hex | CB | A0 | 78 | 0 | 15 | 29 | 14 | 1D | 2C | 3F |
| Octal | 313 | 240 | 170 | 0 | 25 | 51 | 24 | 35 | 54 | 77 |
| Binary | 11001011 | 10100000 | 1111000 | 0 | 10101 | 101001 | 10100 | 11101 | 101100 | 111111 |
Color Harmonies of #CBA078
Complementary color
Monochromatic Colors of #CBA078
Black with #CBA078
Text Example
Text Example
White with #CBA078
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBA078; }
p { color: rgb(203,160,120); }
H1.HeaderClassName
{
color: #CBA078;
}
.AnyTagClassName
{
color: #CBA078;
}
</style>
background-color css
<style>
a { background-color: #CBA078; }
a { background-color: rgb(203,160,120); }
div.DivClassName
{
background-color: #CBA078;
}
.BgClassName
{
background-color: #CBA078;
}
</style>
border-color css
<style>
span { border-color: #CBA078; }
span { border-color: rgb(203,160,120); }
td.TdClassName
{
border-color: #CBA078;
}
.TagClassName
{
border-color: #CBA078;
}
</style>