Shades of Cameo #CBA478
Tints of Cameo #CBA478
RGB
CMYK
RGB Variations
Color information
#CBA478 (or 0xCBA478) is known color: Cameo. HEX triplet: CB, A4 and 78. RGB value is (203,164,120). Sum of RGB (Red+Green+Blue) = 203+164+120=487 (64% of max value = 765). Red value is 203 (79.69% from 255 or 41.68% from 487); Green value is 164 (64.45% from 255 or 33.68% from 487); Blue value is 120 (47.27% from 255 or 24.64% from 487); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA478 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CBA478 is #345B87. Grayscale: #AAAAAA. Windows color (decimal): -3431304 or 7906507. OLE color: 7906507.
HSL color Cylindrical-coordinate representation of color #CBA478: hue angle of 31.81º 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 #CBA478 is Cyan = 0, Magento = 0.19, Yellow = 0.41 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 164 | 120 | - |
| CMYK | 0 | 0.19 | 0.41 | 0.20 |
| HSL | 31.81º | 0.44% | 0.63% | - |
| HSV(B) | 31.81º | 0.41% | 0.8% | - |
| XYZ | 41.29 | 40.6 | 23.43 | - |
| YUV | 170.65 | 99.42 | 151.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 164 | 120 | 0 | 0.19 | 0.41 | 0.20 | 31.81 | 0.44 | 0.63 |
| Hex | CB | A4 | 78 | 0 | 13 | 29 | 14 | 20 | 2C | 3F |
| Octal | 313 | 244 | 170 | 0 | 23 | 51 | 24 | 40 | 54 | 77 |
| Binary | 11001011 | 10100100 | 1111000 | 0 | 10011 | 101001 | 10100 | 100000 | 101100 | 111111 |
Color Harmonies of #CBA478
Complementary color
Monochromatic Colors of #CBA478
Black with #CBA478
Text Example
Text Example
White with #CBA478
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBA478; }
p { color: rgb(203,164,120); }
H1.HeaderClassName
{
color: #CBA478;
}
.AnyTagClassName
{
color: #CBA478;
}
</style>
background-color css
<style>
a { background-color: #CBA478; }
a { background-color: rgb(203,164,120); }
div.DivClassName
{
background-color: #CBA478;
}
.BgClassName
{
background-color: #CBA478;
}
</style>
border-color css
<style>
span { border-color: #CBA478; }
span { border-color: rgb(203,164,120); }
td.TdClassName
{
border-color: #CBA478;
}
.TagClassName
{
border-color: #CBA478;
}
</style>