Shades of Cameo #CBA082
Tints of Cameo #CBA082
RGB
CMYK
RGB Variations
Color information
#CBA082 (or 0xCBA082) is known color: Cameo. HEX triplet: CB, A0 and 82. RGB value is (203,160,130). Sum of RGB (Red+Green+Blue) = 203+160+130=493 (65% of max value = 765). Red value is 203 (79.69% from 255 or 41.18% from 493); Green value is 160 (62.89% from 255 or 32.45% from 493); Blue value is 130 (51.17% from 255 or 26.37% from 493); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA082 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CBA082 is #345F7D. Grayscale: #A9A9A9. Windows color (decimal): -3432318 or 8560843. OLE color: 8560843.
HSL color Cylindrical-coordinate representation of color #CBA082: hue angle of 24.66º degrees, saturation: 0.41, 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 #CBA082 is Cyan = 0, Magento = 0.21, Yellow = 0.36 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 160 | 130 | - |
| CMYK | 0 | 0.21 | 0.36 | 0.20 |
| HSL | 24.66º | 0.41% | 0.65% | - |
| HSV(B) | 24.66º | 0.36% | 0.8% | - |
| XYZ | 41.23 | 39.45 | 26.56 | - |
| YUV | 169.44 | 105.75 | 151.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 160 | 130 | 0 | 0.21 | 0.36 | 0.20 | 24.66 | 0.41 | 0.65 |
| Hex | CB | A0 | 82 | 0 | 15 | 24 | 14 | 19 | 29 | 41 |
| Octal | 313 | 240 | 202 | 0 | 25 | 44 | 24 | 31 | 51 | 101 |
| Binary | 11001011 | 10100000 | 10000010 | 0 | 10101 | 100100 | 10100 | 11001 | 101001 | 1000001 |
Color Harmonies of #CBA082
Complementary color
Monochromatic Colors of #CBA082
Black with #CBA082
Text Example
Text Example
White with #CBA082
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBA082; }
p { color: rgb(203,160,130); }
H1.HeaderClassName
{
color: #CBA082;
}
.AnyTagClassName
{
color: #CBA082;
}
</style>
background-color css
<style>
a { background-color: #CBA082; }
a { background-color: rgb(203,160,130); }
div.DivClassName
{
background-color: #CBA082;
}
.BgClassName
{
background-color: #CBA082;
}
</style>
border-color css
<style>
span { border-color: #CBA082; }
span { border-color: rgb(203,160,130); }
td.TdClassName
{
border-color: #CBA082;
}
.TagClassName
{
border-color: #CBA082;
}
</style>