Shades of Cameo #CBA286
Tints of Cameo #CBA286
RGB
CMYK
RGB Variations
Color information
#CBA286 (or 0xCBA286) is known color: Cameo. HEX triplet: CB, A2 and 86. RGB value is (203,162,134). Sum of RGB (Red+Green+Blue) = 203+162+134=499 (66% of max value = 765). Red value is 203 (79.69% from 255 or 40.68% from 499); Green value is 162 (63.67% from 255 or 32.46% from 499); Blue value is 134 (52.73% from 255 or 26.85% from 499); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA286 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CBA286 is #345D79. Grayscale: #ABABAB. Windows color (decimal): -3431802 or 8823499. OLE color: 8823499.
HSL color Cylindrical-coordinate representation of color #CBA286: hue angle of 24.35º degrees, saturation: 0.4, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #CBA286 is Cyan = 0, Magento = 0.20, Yellow = 0.34 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 162 | 134 | - |
| CMYK | 0 | 0.20 | 0.34 | 0.20 |
| HSL | 24.35º | 0.4% | 0.66% | - |
| HSV(B) | 24.35º | 0.34% | 0.8% | - |
| XYZ | 41.85 | 40.26 | 28.12 | - |
| YUV | 171.07 | 107.08 | 150.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 162 | 134 | 0 | 0.20 | 0.34 | 0.20 | 24.35 | 0.4 | 0.66 |
| Hex | CB | A2 | 86 | 0 | 14 | 22 | 14 | 18 | 28 | 42 |
| Octal | 313 | 242 | 206 | 0 | 24 | 42 | 24 | 30 | 50 | 102 |
| Binary | 11001011 | 10100010 | 10000110 | 0 | 10100 | 100010 | 10100 | 11000 | 101000 | 1000010 |
Color Harmonies of #CBA286
Complementary color
Monochromatic Colors of #CBA286
Black with #CBA286
Text Example
Text Example
White with #CBA286
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBA286; }
p { color: rgb(203,162,134); }
H1.HeaderClassName
{
color: #CBA286;
}
.AnyTagClassName
{
color: #CBA286;
}
</style>
background-color css
<style>
a { background-color: #CBA286; }
a { background-color: rgb(203,162,134); }
div.DivClassName
{
background-color: #CBA286;
}
.BgClassName
{
background-color: #CBA286;
}
</style>
border-color css
<style>
span { border-color: #CBA286; }
span { border-color: rgb(203,162,134); }
td.TdClassName
{
border-color: #CBA286;
}
.TagClassName
{
border-color: #CBA286;
}
</style>