Shades of Cameo #CBA686
Tints of Cameo #CBA686
RGB
CMYK
RGB Variations
Color information
#CBA686 (or 0xCBA686) is known color: Cameo. HEX triplet: CB, A6 and 86. RGB value is (203,166,134). Sum of RGB (Red+Green+Blue) = 203+166+134=503 (66% of max value = 765). Red value is 203 (79.69% from 255 or 40.36% from 503); Green value is 166 (65.23% from 255 or 33.00% from 503); Blue value is 134 (52.73% from 255 or 26.64% from 503); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA686 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CBA686 is #345979. Grayscale: #ADADAD. Windows color (decimal): -3430778 or 8824523. OLE color: 8824523.
HSL color Cylindrical-coordinate representation of color #CBA686: hue angle of 27.83º 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 #CBA686 is Cyan = 0, Magento = 0.18, Yellow = 0.34 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 166 | 134 | - |
| CMYK | 0 | 0.18 | 0.34 | 0.20 |
| HSL | 27.83º | 0.4% | 0.66% | - |
| HSV(B) | 27.83º | 0.34% | 0.8% | - |
| XYZ | 42.57 | 41.69 | 28.36 | - |
| YUV | 173.42 | 105.76 | 149.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 166 | 134 | 0 | 0.18 | 0.34 | 0.20 | 27.83 | 0.4 | 0.66 |
| Hex | CB | A6 | 86 | 0 | 12 | 22 | 14 | 1C | 28 | 42 |
| Octal | 313 | 246 | 206 | 0 | 22 | 42 | 24 | 34 | 50 | 102 |
| Binary | 11001011 | 10100110 | 10000110 | 0 | 10010 | 100010 | 10100 | 11100 | 101000 | 1000010 |
Color Harmonies of #CBA686
Complementary color
Monochromatic Colors of #CBA686
Black with #CBA686
Text Example
Text Example
White with #CBA686
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBA686; }
p { color: rgb(203,166,134); }
H1.HeaderClassName
{
color: #CBA686;
}
.AnyTagClassName
{
color: #CBA686;
}
</style>
background-color css
<style>
a { background-color: #CBA686; }
a { background-color: rgb(203,166,134); }
div.DivClassName
{
background-color: #CBA686;
}
.BgClassName
{
background-color: #CBA686;
}
</style>
border-color css
<style>
span { border-color: #CBA686; }
span { border-color: rgb(203,166,134); }
td.TdClassName
{
border-color: #CBA686;
}
.TagClassName
{
border-color: #CBA686;
}
</style>