Shades of Cameo #CE9E84
Tints of Cameo #CE9E84
RGB
CMYK
RGB Variations
Color information
#CE9E84 (or 0xCE9E84) is known color: Cameo. HEX triplet: CE, 9E and 84. RGB value is (206,158,132). Sum of RGB (Red+Green+Blue) = 206+158+132=496 (65% of max value = 765). Red value is 206 (80.86% from 255 or 41.53% from 496); Green value is 158 (62.11% from 255 or 31.85% from 496); Blue value is 132 (51.95% from 255 or 26.61% from 496); Max value from RGB is 206 - color contains mainly: red. Hex color #CE9E84 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CE9E84 is #31617B. Grayscale: #A9A9A9. Windows color (decimal): -3236220 or 8691406. OLE color: 8691406.
HSL color Cylindrical-coordinate representation of color #CE9E84: hue angle of 21.08º degrees, saturation: 0.43, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #CE9E84 is Cyan = 0, Magento = 0.23, Yellow = 0.36 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 158 | 132 | - |
| CMYK | 0 | 0.23 | 0.36 | 0.19 |
| HSL | 21.08º | 0.43% | 0.66% | - |
| HSV(B) | 21.08º | 0.36% | 0.81% | - |
| XYZ | 41.85 | 39.24 | 27.2 | - |
| YUV | 169.39 | 106.9 | 154.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 158 | 132 | 0 | 0.23 | 0.36 | 0.19 | 21.08 | 0.43 | 0.66 |
| Hex | CE | 9E | 84 | 0 | 17 | 24 | 13 | 15 | 2B | 42 |
| Octal | 316 | 236 | 204 | 0 | 27 | 44 | 23 | 25 | 53 | 102 |
| Binary | 11001110 | 10011110 | 10000100 | 0 | 10111 | 100100 | 10011 | 10101 | 101011 | 1000010 |
Color Harmonies of #CE9E84
Complementary color
Monochromatic Colors of #CE9E84
Black with #CE9E84
Text Example
Text Example
White with #CE9E84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE9E84; }
p { color: rgb(206,158,132); }
H1.HeaderClassName
{
color: #CE9E84;
}
.AnyTagClassName
{
color: #CE9E84;
}
</style>
background-color css
<style>
a { background-color: #CE9E84; }
a { background-color: rgb(206,158,132); }
div.DivClassName
{
background-color: #CE9E84;
}
.BgClassName
{
background-color: #CE9E84;
}
</style>
border-color css
<style>
span { border-color: #CE9E84; }
span { border-color: rgb(206,158,132); }
td.TdClassName
{
border-color: #CE9E84;
}
.TagClassName
{
border-color: #CE9E84;
}
</style>