Shades of Cameo #CBA278
Tints of Cameo #CBA278
RGB
CMYK
RGB Variations
Color information
#CBA278 (or 0xCBA278) is known color: Cameo. HEX triplet: CB, A2 and 78. RGB value is (203,162,120). Sum of RGB (Red+Green+Blue) = 203+162+120=485 (64% of max value = 765). Red value is 203 (79.69% from 255 or 41.86% from 485); Green value is 162 (63.67% from 255 or 33.40% from 485); Blue value is 120 (47.27% from 255 or 24.74% from 485); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA278 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CBA278 is #345D87. Grayscale: #A9A9A9. Windows color (decimal): -3431816 or 7905995. OLE color: 7905995.
HSL color Cylindrical-coordinate representation of color #CBA278: hue angle of 30.36º 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 #CBA278 is Cyan = 0, Magento = 0.20, Yellow = 0.41 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 162 | 120 | - |
| CMYK | 0 | 0.20 | 0.41 | 0.20 |
| HSL | 30.36º | 0.44% | 0.63% | - |
| HSV(B) | 30.36º | 0.41% | 0.8% | - |
| XYZ | 40.94 | 39.89 | 23.31 | - |
| YUV | 169.47 | 100.08 | 151.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 162 | 120 | 0 | 0.20 | 0.41 | 0.20 | 30.36 | 0.44 | 0.63 |
| Hex | CB | A2 | 78 | 0 | 14 | 29 | 14 | 1E | 2C | 3F |
| Octal | 313 | 242 | 170 | 0 | 24 | 51 | 24 | 36 | 54 | 77 |
| Binary | 11001011 | 10100010 | 1111000 | 0 | 10100 | 101001 | 10100 | 11110 | 101100 | 111111 |
Color Harmonies of #CBA278
Complementary color
Monochromatic Colors of #CBA278
Black with #CBA278
Text Example
Text Example
White with #CBA278
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBA278; }
p { color: rgb(203,162,120); }
H1.HeaderClassName
{
color: #CBA278;
}
.AnyTagClassName
{
color: #CBA278;
}
</style>
background-color css
<style>
a { background-color: #CBA278; }
a { background-color: rgb(203,162,120); }
div.DivClassName
{
background-color: #CBA278;
}
.BgClassName
{
background-color: #CBA278;
}
</style>
border-color css
<style>
span { border-color: #CBA278; }
span { border-color: rgb(203,162,120); }
td.TdClassName
{
border-color: #CBA278;
}
.TagClassName
{
border-color: #CBA278;
}
</style>