Shades of Cameo #CE9E76
Tints of Cameo #CE9E76
RGB
CMYK
RGB Variations
Color information
#CE9E76 (or 0xCE9E76) is known color: Cameo. HEX triplet: CE, 9E and 76. RGB value is (206,158,118). Sum of RGB (Red+Green+Blue) = 206+158+118=482 (63% of max value = 765). Red value is 206 (80.86% from 255 or 42.74% from 482); Green value is 158 (62.11% from 255 or 32.78% from 482); Blue value is 118 (46.48% from 255 or 24.48% from 482); Max value from RGB is 206 - color contains mainly: red. Hex color #CE9E76 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CE9E76 is #316189. Grayscale: #A7A7A7. Windows color (decimal): -3236234 or 7773902. OLE color: 7773902.
HSL color Cylindrical-coordinate representation of color #CE9E76: hue angle of 27.27º degrees, saturation: 0.47, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #CE9E76 is Cyan = 0, Magento = 0.23, Yellow = 0.43 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 158 | 118 | - |
| CMYK | 0 | 0.23 | 0.43 | 0.19 |
| HSL | 27.27º | 0.47% | 0.64% | - |
| HSV(B) | 27.27º | 0.43% | 0.81% | - |
| XYZ | 40.95 | 38.88 | 22.49 | - |
| YUV | 167.79 | 99.9 | 155.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 158 | 118 | 0 | 0.23 | 0.43 | 0.19 | 27.27 | 0.47 | 0.64 |
| Hex | CE | 9E | 76 | 0 | 17 | 2B | 13 | 1B | 2F | 40 |
| Octal | 316 | 236 | 166 | 0 | 27 | 53 | 23 | 33 | 57 | 100 |
| Binary | 11001110 | 10011110 | 1110110 | 0 | 10111 | 101011 | 10011 | 11011 | 101111 | 1000000 |
Color Harmonies of #CE9E76
Complementary color
Monochromatic Colors of #CE9E76
Black with #CE9E76
Text Example
Text Example
White with #CE9E76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE9E76; }
p { color: rgb(206,158,118); }
H1.HeaderClassName
{
color: #CE9E76;
}
.AnyTagClassName
{
color: #CE9E76;
}
</style>
background-color css
<style>
a { background-color: #CE9E76; }
a { background-color: rgb(206,158,118); }
div.DivClassName
{
background-color: #CE9E76;
}
.BgClassName
{
background-color: #CE9E76;
}
</style>
border-color css
<style>
span { border-color: #CE9E76; }
span { border-color: rgb(206,158,118); }
td.TdClassName
{
border-color: #CE9E76;
}
.TagClassName
{
border-color: #CE9E76;
}
</style>