Shades of Cameo #CE9E78
Tints of Cameo #CE9E78
RGB
CMYK
RGB Variations
Color information
#CE9E78 (or 0xCE9E78) is known color: Cameo. HEX triplet: CE, 9E and 78. RGB value is (206,158,120). Sum of RGB (Red+Green+Blue) = 206+158+120=484 (64% of max value = 765). Red value is 206 (80.86% from 255 or 42.56% from 484); Green value is 158 (62.11% from 255 or 32.64% from 484); Blue value is 120 (47.27% from 255 or 24.79% from 484); Max value from RGB is 206 - color contains mainly: red. Hex color #CE9E78 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CE9E78 is #316187. Grayscale: #A8A8A8. Windows color (decimal): -3236232 or 7904974. OLE color: 7904974.
HSL color Cylindrical-coordinate representation of color #CE9E78: hue angle of 26.51º 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 #CE9E78 is Cyan = 0, Magento = 0.23, Yellow = 0.42 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 158 | 120 | - |
| CMYK | 0 | 0.23 | 0.42 | 0.19 |
| HSL | 26.51º | 0.47% | 0.64% | - |
| HSV(B) | 26.51º | 0.42% | 0.81% | - |
| XYZ | 41.07 | 38.93 | 23.12 | - |
| YUV | 168.02 | 100.9 | 155.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 158 | 120 | 0 | 0.23 | 0.42 | 0.19 | 26.51 | 0.47 | 0.64 |
| Hex | CE | 9E | 78 | 0 | 17 | 2A | 13 | 1B | 2F | 40 |
| Octal | 316 | 236 | 170 | 0 | 27 | 52 | 23 | 33 | 57 | 100 |
| Binary | 11001110 | 10011110 | 1111000 | 0 | 10111 | 101010 | 10011 | 11011 | 101111 | 1000000 |
Color Harmonies of #CE9E78
Complementary color
Monochromatic Colors of #CE9E78
Black with #CE9E78
Text Example
Text Example
White with #CE9E78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE9E78; }
p { color: rgb(206,158,120); }
H1.HeaderClassName
{
color: #CE9E78;
}
.AnyTagClassName
{
color: #CE9E78;
}
</style>
background-color css
<style>
a { background-color: #CE9E78; }
a { background-color: rgb(206,158,120); }
div.DivClassName
{
background-color: #CE9E78;
}
.BgClassName
{
background-color: #CE9E78;
}
</style>
border-color css
<style>
span { border-color: #CE9E78; }
span { border-color: rgb(206,158,120); }
td.TdClassName
{
border-color: #CE9E78;
}
.TagClassName
{
border-color: #CE9E78;
}
</style>