Shades of Cameo #CBA179
Tints of Cameo #CBA179
RGB
CMYK
RGB Variations
Color information
#CBA179 (or 0xCBA179) is known color: Cameo. HEX triplet: CB, A1 and 79. RGB value is (203,161,121). Sum of RGB (Red+Green+Blue) = 203+161+121=485 (64% of max value = 765). Red value is 203 (79.69% from 255 or 41.86% from 485); Green value is 161 (63.28% from 255 or 33.20% from 485); Blue value is 121 (47.66% from 255 or 24.95% from 485); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA179 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CBA179 is #345E86. Grayscale: #A9A9A9. Windows color (decimal): -3432071 or 7971275. OLE color: 7971275.
HSL color Cylindrical-coordinate representation of color #CBA179: hue angle of 29.27º 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 #CBA179 is Cyan = 0, Magento = 0.21, Yellow = 0.40 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 161 | 121 | - |
| CMYK | 0 | 0.21 | 0.40 | 0.20 |
| HSL | 29.27º | 0.44% | 0.64% | - |
| HSV(B) | 29.27º | 0.4% | 0.8% | - |
| XYZ | 40.82 | 39.57 | 23.57 | - |
| YUV | 169 | 100.91 | 152.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 161 | 121 | 0 | 0.21 | 0.40 | 0.20 | 29.27 | 0.44 | 0.64 |
| Hex | CB | A1 | 79 | 0 | 15 | 28 | 14 | 1D | 2C | 40 |
| Octal | 313 | 241 | 171 | 0 | 25 | 50 | 24 | 35 | 54 | 100 |
| Binary | 11001011 | 10100001 | 1111001 | 0 | 10101 | 101000 | 10100 | 11101 | 101100 | 1000000 |
Color Harmonies of #CBA179
Complementary color
Monochromatic Colors of #CBA179
Black with #CBA179
Text Example
Text Example
White with #CBA179
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBA179; }
p { color: rgb(203,161,121); }
H1.HeaderClassName
{
color: #CBA179;
}
.AnyTagClassName
{
color: #CBA179;
}
</style>
background-color css
<style>
a { background-color: #CBA179; }
a { background-color: rgb(203,161,121); }
div.DivClassName
{
background-color: #CBA179;
}
.BgClassName
{
background-color: #CBA179;
}
</style>
border-color css
<style>
span { border-color: #CBA179; }
span { border-color: rgb(203,161,121); }
td.TdClassName
{
border-color: #CBA179;
}
.TagClassName
{
border-color: #CBA179;
}
</style>