Shades of Cameo #CBA178
Tints of Cameo #CBA178
RGB
CMYK
RGB Variations
Color information
#CBA178 (or 0xCBA178) is known color: Cameo. HEX triplet: CB, A1 and 78. RGB value is (203,161,120). Sum of RGB (Red+Green+Blue) = 203+161+120=484 (64% of max value = 765). Red value is 203 (79.69% from 255 or 41.94% from 484); Green value is 161 (63.28% from 255 or 33.26% from 484); Blue value is 120 (47.27% from 255 or 24.79% from 484); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA178 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CBA178 is #345E87. Grayscale: #A9A9A9. Windows color (decimal): -3432072 or 7905739. OLE color: 7905739.
HSL color Cylindrical-coordinate representation of color #CBA178: hue angle of 29.64º 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 #CBA178 is Cyan = 0, Magento = 0.21, Yellow = 0.41 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 161 | 120 | - |
| CMYK | 0 | 0.21 | 0.41 | 0.20 |
| HSL | 29.64º | 0.44% | 0.63% | - |
| HSV(B) | 29.64º | 0.41% | 0.8% | - |
| XYZ | 40.76 | 39.54 | 23.25 | - |
| YUV | 168.88 | 100.41 | 152.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 161 | 120 | 0 | 0.21 | 0.41 | 0.20 | 29.64 | 0.44 | 0.63 |
| Hex | CB | A1 | 78 | 0 | 15 | 29 | 14 | 1E | 2C | 3F |
| Octal | 313 | 241 | 170 | 0 | 25 | 51 | 24 | 36 | 54 | 77 |
| Binary | 11001011 | 10100001 | 1111000 | 0 | 10101 | 101001 | 10100 | 11110 | 101100 | 111111 |
Color Harmonies of #CBA178
Complementary color
Monochromatic Colors of #CBA178
Black with #CBA178
Text Example
Text Example
White with #CBA178
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBA178; }
p { color: rgb(203,161,120); }
H1.HeaderClassName
{
color: #CBA178;
}
.AnyTagClassName
{
color: #CBA178;
}
</style>
background-color css
<style>
a { background-color: #CBA178; }
a { background-color: rgb(203,161,120); }
div.DivClassName
{
background-color: #CBA178;
}
.BgClassName
{
background-color: #CBA178;
}
</style>
border-color css
<style>
span { border-color: #CBA178; }
span { border-color: rgb(203,161,120); }
td.TdClassName
{
border-color: #CBA178;
}
.TagClassName
{
border-color: #CBA178;
}
</style>