Shades of Cameo #CBA386
Tints of Cameo #CBA386
RGB
CMYK
RGB Variations
Color information
#CBA386 (or 0xCBA386) is known color: Cameo. HEX triplet: CB, A3 and 86. RGB value is (203,163,134). Sum of RGB (Red+Green+Blue) = 203+163+134=500 (66% of max value = 765). Red value is 203 (79.69% from 255 or 40.6% from 500); Green value is 163 (64.06% from 255 or 32.6% from 500); Blue value is 134 (52.73% from 255 or 26.8% from 500); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA386 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CBA386 is #345C79. Grayscale: #ABABAB. Windows color (decimal): -3431546 or 8823755. OLE color: 8823755.
HSL color Cylindrical-coordinate representation of color #CBA386: hue angle of 25.22º 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 #CBA386 is Cyan = 0, Magento = 0.20, Yellow = 0.34 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 163 | 134 | - |
| CMYK | 0 | 0.20 | 0.34 | 0.20 |
| HSL | 25.22º | 0.4% | 0.66% | - |
| HSV(B) | 25.22º | 0.34% | 0.8% | - |
| XYZ | 42.03 | 40.61 | 28.18 | - |
| YUV | 171.65 | 106.75 | 150.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 163 | 134 | 0 | 0.20 | 0.34 | 0.20 | 25.22 | 0.4 | 0.66 |
| Hex | CB | A3 | 86 | 0 | 14 | 22 | 14 | 19 | 28 | 42 |
| Octal | 313 | 243 | 206 | 0 | 24 | 42 | 24 | 31 | 50 | 102 |
| Binary | 11001011 | 10100011 | 10000110 | 0 | 10100 | 100010 | 10100 | 11001 | 101000 | 1000010 |
Color Harmonies of #CBA386
Complementary color
Monochromatic Colors of #CBA386
Black with #CBA386
Text Example
Text Example
White with #CBA386
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBA386; }
p { color: rgb(203,163,134); }
H1.HeaderClassName
{
color: #CBA386;
}
.AnyTagClassName
{
color: #CBA386;
}
</style>
background-color css
<style>
a { background-color: #CBA386; }
a { background-color: rgb(203,163,134); }
div.DivClassName
{
background-color: #CBA386;
}
.BgClassName
{
background-color: #CBA386;
}
</style>
border-color css
<style>
span { border-color: #CBA386; }
span { border-color: rgb(203,163,134); }
td.TdClassName
{
border-color: #CBA386;
}
.TagClassName
{
border-color: #CBA386;
}
</style>