Shades of Cameo #CE9E7F
Tints of Cameo #CE9E7F
RGB
CMYK
RGB Variations
Color information
#CE9E7F (or 0xCE9E7F) is known color: Cameo. HEX triplet: CE, 9E and 7F. RGB value is (206,158,127). Sum of RGB (Red+Green+Blue) = 206+158+127=491 (65% of max value = 765). Red value is 206 (80.86% from 255 or 41.96% from 491); Green value is 158 (62.11% from 255 or 32.18% from 491); Blue value is 127 (50% from 255 or 25.87% from 491); Max value from RGB is 206 - color contains mainly: red. Hex color #CE9E7F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CE9E7F is #316180. Grayscale: #A8A8A8. Windows color (decimal): -3236225 or 8363726. OLE color: 8363726.
HSL color Cylindrical-coordinate representation of color #CE9E7F: hue angle of 23.54º degrees, saturation: 0.45, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #CE9E7F is Cyan = 0, Magento = 0.23, Yellow = 0.38 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 158 | 127 | - |
| CMYK | 0 | 0.23 | 0.38 | 0.19 |
| HSL | 23.54º | 0.45% | 0.65% | - |
| HSV(B) | 23.54º | 0.38% | 0.81% | - |
| XYZ | 41.51 | 39.11 | 25.44 | - |
| YUV | 168.82 | 104.4 | 154.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 158 | 127 | 0 | 0.23 | 0.38 | 0.19 | 23.54 | 0.45 | 0.65 |
| Hex | CE | 9E | 7F | 0 | 17 | 26 | 13 | 18 | 2D | 41 |
| Octal | 316 | 236 | 177 | 0 | 27 | 46 | 23 | 30 | 55 | 101 |
| Binary | 11001110 | 10011110 | 1111111 | 0 | 10111 | 100110 | 10011 | 11000 | 101101 | 1000001 |
Color Harmonies of #CE9E7F
Complementary color
Monochromatic Colors of #CE9E7F
Black with #CE9E7F
Text Example
Text Example
White with #CE9E7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE9E7F; }
p { color: rgb(206,158,127); }
H1.HeaderClassName
{
color: #CE9E7F;
}
.AnyTagClassName
{
color: #CE9E7F;
}
</style>
background-color css
<style>
a { background-color: #CE9E7F; }
a { background-color: rgb(206,158,127); }
div.DivClassName
{
background-color: #CE9E7F;
}
.BgClassName
{
background-color: #CE9E7F;
}
</style>
border-color css
<style>
span { border-color: #CE9E7F; }
span { border-color: rgb(206,158,127); }
td.TdClassName
{
border-color: #CE9E7F;
}
.TagClassName
{
border-color: #CE9E7F;
}
</style>