Shades of Cameo #CBA182
Tints of Cameo #CBA182
RGB
CMYK
RGB Variations
Color information
#CBA182 (or 0xCBA182) is known color: Cameo. HEX triplet: CB, A1 and 82. RGB value is (203,161,130). Sum of RGB (Red+Green+Blue) = 203+161+130=494 (65% of max value = 765). Red value is 203 (79.69% from 255 or 41.09% from 494); Green value is 161 (63.28% from 255 or 32.59% from 494); Blue value is 130 (51.17% from 255 or 26.32% from 494); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA182 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CBA182 is #345E7D. Grayscale: #AAAAAA. Windows color (decimal): -3432062 or 8561099. OLE color: 8561099.
HSL color Cylindrical-coordinate representation of color #CBA182: hue angle of 25.48º 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 #CBA182 is Cyan = 0, Magento = 0.21, Yellow = 0.36 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 161 | 130 | - |
| CMYK | 0 | 0.21 | 0.36 | 0.20 |
| HSL | 25.48º | 0.41% | 0.65% | - |
| HSV(B) | 25.48º | 0.36% | 0.8% | - |
| XYZ | 41.4 | 39.8 | 26.62 | - |
| YUV | 170.02 | 105.41 | 151.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 161 | 130 | 0 | 0.21 | 0.36 | 0.20 | 25.48 | 0.41 | 0.65 |
| Hex | CB | A1 | 82 | 0 | 15 | 24 | 14 | 19 | 29 | 41 |
| Octal | 313 | 241 | 202 | 0 | 25 | 44 | 24 | 31 | 51 | 101 |
| Binary | 11001011 | 10100001 | 10000010 | 0 | 10101 | 100100 | 10100 | 11001 | 101001 | 1000001 |
Color Harmonies of #CBA182
Complementary color
Monochromatic Colors of #CBA182
Black with #CBA182
Text Example
Text Example
White with #CBA182
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBA182; }
p { color: rgb(203,161,130); }
H1.HeaderClassName
{
color: #CBA182;
}
.AnyTagClassName
{
color: #CBA182;
}
</style>
background-color css
<style>
a { background-color: #CBA182; }
a { background-color: rgb(203,161,130); }
div.DivClassName
{
background-color: #CBA182;
}
.BgClassName
{
background-color: #CBA182;
}
</style>
border-color css
<style>
span { border-color: #CBA182; }
span { border-color: rgb(203,161,130); }
td.TdClassName
{
border-color: #CBA182;
}
.TagClassName
{
border-color: #CBA182;
}
</style>