Shades of Cameo #CEA386
Tints of Cameo #CEA386
RGB
CMYK
RGB Variations
Color information
#CEA386 (or 0xCEA386) is known color: Cameo. HEX triplet: CE, A3 and 86. RGB value is (206,163,134). Sum of RGB (Red+Green+Blue) = 206+163+134=503 (66% of max value = 765). Red value is 206 (80.86% from 255 or 40.95% from 503); Green value is 163 (64.06% from 255 or 32.41% from 503); Blue value is 134 (52.73% from 255 or 26.64% from 503); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA386 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CEA386 is #315C79. Grayscale: #ACACAC. Windows color (decimal): -3234938 or 8823758. OLE color: 8823758.
HSL color Cylindrical-coordinate representation of color #CEA386: hue angle of 24.17º degrees, saturation: 0.42, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #CEA386 is Cyan = 0, Magento = 0.21, Yellow = 0.35 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 163 | 134 | - |
| CMYK | 0 | 0.21 | 0.35 | 0.19 |
| HSL | 24.17º | 0.42% | 0.67% | - |
| HSV(B) | 24.17º | 0.35% | 0.81% | - |
| XYZ | 42.85 | 41.04 | 28.22 | - |
| YUV | 172.55 | 106.25 | 151.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 163 | 134 | 0 | 0.21 | 0.35 | 0.19 | 24.17 | 0.42 | 0.67 |
| Hex | CE | A3 | 86 | 0 | 15 | 23 | 13 | 18 | 2A | 43 |
| Octal | 316 | 243 | 206 | 0 | 25 | 43 | 23 | 30 | 52 | 103 |
| Binary | 11001110 | 10100011 | 10000110 | 0 | 10101 | 100011 | 10011 | 11000 | 101010 | 1000011 |
Color Harmonies of #CEA386
Complementary color
Monochromatic Colors of #CEA386
Black with #CEA386
Text Example
Text Example
White with #CEA386
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEA386; }
p { color: rgb(206,163,134); }
H1.HeaderClassName
{
color: #CEA386;
}
.AnyTagClassName
{
color: #CEA386;
}
</style>
background-color css
<style>
a { background-color: #CEA386; }
a { background-color: rgb(206,163,134); }
div.DivClassName
{
background-color: #CEA386;
}
.BgClassName
{
background-color: #CEA386;
}
</style>
border-color css
<style>
span { border-color: #CEA386; }
span { border-color: rgb(206,163,134); }
td.TdClassName
{
border-color: #CEA386;
}
.TagClassName
{
border-color: #CEA386;
}
</style>