Shades of Cameo #CE9E77
Tints of Cameo #CE9E77
RGB
CMYK
RGB Variations
Color information
#CE9E77 (or 0xCE9E77) is known color: Cameo. HEX triplet: CE, 9E and 77. RGB value is (206,158,119). Sum of RGB (Red+Green+Blue) = 206+158+119=483 (63% of max value = 765). Red value is 206 (80.86% from 255 or 42.65% from 483); Green value is 158 (62.11% from 255 or 32.71% from 483); Blue value is 119 (46.88% from 255 or 24.64% from 483); Max value from RGB is 206 - color contains mainly: red. Hex color #CE9E77 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CE9E77 is #316188. Grayscale: #A8A8A8. Windows color (decimal): -3236233 or 7839438. OLE color: 7839438.
HSL color Cylindrical-coordinate representation of color #CE9E77: hue angle of 26.9º degrees, saturation: 0.47, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #CE9E77 is Cyan = 0, Magento = 0.23, Yellow = 0.42 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 158 | 119 | - |
| CMYK | 0 | 0.23 | 0.42 | 0.19 |
| HSL | 26.9º | 0.47% | 0.64% | - |
| HSV(B) | 26.9º | 0.42% | 0.81% | - |
| XYZ | 41.01 | 38.91 | 22.8 | - |
| YUV | 167.91 | 100.4 | 155.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 158 | 119 | 0 | 0.23 | 0.42 | 0.19 | 26.9 | 0.47 | 0.64 |
| Hex | CE | 9E | 77 | 0 | 17 | 2A | 13 | 1B | 2F | 40 |
| Octal | 316 | 236 | 167 | 0 | 27 | 52 | 23 | 33 | 57 | 100 |
| Binary | 11001110 | 10011110 | 1110111 | 0 | 10111 | 101010 | 10011 | 11011 | 101111 | 1000000 |
Color Harmonies of #CE9E77
Complementary color
Monochromatic Colors of #CE9E77
Black with #CE9E77
Text Example
Text Example
White with #CE9E77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE9E77; }
p { color: rgb(206,158,119); }
H1.HeaderClassName
{
color: #CE9E77;
}
.AnyTagClassName
{
color: #CE9E77;
}
</style>
background-color css
<style>
a { background-color: #CE9E77; }
a { background-color: rgb(206,158,119); }
div.DivClassName
{
background-color: #CE9E77;
}
.BgClassName
{
background-color: #CE9E77;
}
</style>
border-color css
<style>
span { border-color: #CE9E77; }
span { border-color: rgb(206,158,119); }
td.TdClassName
{
border-color: #CE9E77;
}
.TagClassName
{
border-color: #CE9E77;
}
</style>