Shades of Cameo #CBA081
Tints of Cameo #CBA081
RGB
CMYK
RGB Variations
Color information
#CBA081 (or 0xCBA081) is known color: Cameo. HEX triplet: CB, A0 and 81. RGB value is (203,160,129). Sum of RGB (Red+Green+Blue) = 203+160+129=492 (65% of max value = 765). Red value is 203 (79.69% from 255 or 41.26% from 492); Green value is 160 (62.89% from 255 or 32.52% from 492); Blue value is 129 (50.78% from 255 or 26.22% from 492); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA081 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CBA081 is #345F7E. Grayscale: #A9A9A9. Windows color (decimal): -3432319 or 8495307. OLE color: 8495307.
HSL color Cylindrical-coordinate representation of color #CBA081: hue angle of 25.14º degrees, saturation: 0.42, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #CBA081 is Cyan = 0, Magento = 0.21, Yellow = 0.36 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 160 | 129 | - |
| CMYK | 0 | 0.21 | 0.36 | 0.20 |
| HSL | 25.14º | 0.42% | 0.65% | - |
| HSV(B) | 25.14º | 0.36% | 0.8% | - |
| XYZ | 41.16 | 39.42 | 26.21 | - |
| YUV | 169.32 | 105.25 | 152.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 160 | 129 | 0 | 0.21 | 0.36 | 0.20 | 25.14 | 0.42 | 0.65 |
| Hex | CB | A0 | 81 | 0 | 15 | 24 | 14 | 19 | 2A | 41 |
| Octal | 313 | 240 | 201 | 0 | 25 | 44 | 24 | 31 | 52 | 101 |
| Binary | 11001011 | 10100000 | 10000001 | 0 | 10101 | 100100 | 10100 | 11001 | 101010 | 1000001 |
Color Harmonies of #CBA081
Complementary color
Monochromatic Colors of #CBA081
Black with #CBA081
Text Example
Text Example
White with #CBA081
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBA081; }
p { color: rgb(203,160,129); }
H1.HeaderClassName
{
color: #CBA081;
}
.AnyTagClassName
{
color: #CBA081;
}
</style>
background-color css
<style>
a { background-color: #CBA081; }
a { background-color: rgb(203,160,129); }
div.DivClassName
{
background-color: #CBA081;
}
.BgClassName
{
background-color: #CBA081;
}
</style>
border-color css
<style>
span { border-color: #CBA081; }
span { border-color: rgb(203,160,129); }
td.TdClassName
{
border-color: #CBA081;
}
.TagClassName
{
border-color: #CBA081;
}
</style>