Shades of Cameo #CE9E85
Tints of Cameo #CE9E85
RGB
CMYK
RGB Variations
Color information
#CE9E85 (or 0xCE9E85) is known color: Cameo. HEX triplet: CE, 9E and 85. RGB value is (206,158,133). Sum of RGB (Red+Green+Blue) = 206+158+133=497 (65% of max value = 765). Red value is 206 (80.86% from 255 or 41.45% from 497); Green value is 158 (62.11% from 255 or 31.79% from 497); Blue value is 133 (52.34% from 255 or 26.76% from 497); Max value from RGB is 206 - color contains mainly: red. Hex color #CE9E85 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CE9E85 is #31617A. Grayscale: #A9A9A9. Windows color (decimal): -3236219 or 8756942. OLE color: 8756942.
HSL color Cylindrical-coordinate representation of color #CE9E85: hue angle of 20.55º degrees, saturation: 0.43, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #CE9E85 is Cyan = 0, Magento = 0.23, Yellow = 0.35 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 158 | 133 | - |
| CMYK | 0 | 0.23 | 0.35 | 0.19 |
| HSL | 20.55º | 0.43% | 0.66% | - |
| HSV(B) | 20.55º | 0.35% | 0.81% | - |
| XYZ | 41.91 | 39.27 | 27.56 | - |
| YUV | 169.5 | 107.4 | 154.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 158 | 133 | 0 | 0.23 | 0.35 | 0.19 | 20.55 | 0.43 | 0.66 |
| Hex | CE | 9E | 85 | 0 | 17 | 23 | 13 | 15 | 2B | 42 |
| Octal | 316 | 236 | 205 | 0 | 27 | 43 | 23 | 25 | 53 | 102 |
| Binary | 11001110 | 10011110 | 10000101 | 0 | 10111 | 100011 | 10011 | 10101 | 101011 | 1000010 |
Color Harmonies of #CE9E85
Complementary color
Monochromatic Colors of #CE9E85
Black with #CE9E85
Text Example
Text Example
White with #CE9E85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE9E85; }
p { color: rgb(206,158,133); }
H1.HeaderClassName
{
color: #CE9E85;
}
.AnyTagClassName
{
color: #CE9E85;
}
</style>
background-color css
<style>
a { background-color: #CE9E85; }
a { background-color: rgb(206,158,133); }
div.DivClassName
{
background-color: #CE9E85;
}
.BgClassName
{
background-color: #CE9E85;
}
</style>
border-color css
<style>
span { border-color: #CE9E85; }
span { border-color: rgb(206,158,133); }
td.TdClassName
{
border-color: #CE9E85;
}
.TagClassName
{
border-color: #CE9E85;
}
</style>