Shades of Cameo #CE9F87
Tints of Cameo #CE9F87
RGB
CMYK
RGB Variations
Color information
#CE9F87 (or 0xCE9F87) is known color: Cameo. HEX triplet: CE, 9F and 87. RGB value is (206,159,135). Sum of RGB (Red+Green+Blue) = 206+159+135=500 (66% of max value = 765). Red value is 206 (80.86% from 255 or 41.2% from 500); Green value is 159 (62.5% from 255 or 31.8% from 500); Blue value is 135 (53.12% from 255 or 27% from 500); Max value from RGB is 206 - color contains mainly: red. Hex color #CE9F87 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CE9F87 is #316078. Grayscale: #AAAAAA. Windows color (decimal): -3235961 or 8888270. OLE color: 8888270.
HSL color Cylindrical-coordinate representation of color #CE9F87: hue angle of 20.28º degrees, saturation: 0.42, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #CE9F87 is Cyan = 0, Magento = 0.23, Yellow = 0.34 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 159 | 135 | - |
| CMYK | 0 | 0.23 | 0.34 | 0.19 |
| HSL | 20.28º | 0.42% | 0.67% | - |
| HSV(B) | 20.28º | 0.34% | 0.81% | - |
| XYZ | 42.22 | 39.67 | 28.35 | - |
| YUV | 170.32 | 108.07 | 153.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 159 | 135 | 0 | 0.23 | 0.34 | 0.19 | 20.28 | 0.42 | 0.67 |
| Hex | CE | 9F | 87 | 0 | 17 | 22 | 13 | 14 | 2A | 43 |
| Octal | 316 | 237 | 207 | 0 | 27 | 42 | 23 | 24 | 52 | 103 |
| Binary | 11001110 | 10011111 | 10000111 | 0 | 10111 | 100010 | 10011 | 10100 | 101010 | 1000011 |
Color Harmonies of #CE9F87
Complementary color
Monochromatic Colors of #CE9F87
Black with #CE9F87
Text Example
Text Example
White with #CE9F87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE9F87; }
p { color: rgb(206,159,135); }
H1.HeaderClassName
{
color: #CE9F87;
}
.AnyTagClassName
{
color: #CE9F87;
}
</style>
background-color css
<style>
a { background-color: #CE9F87; }
a { background-color: rgb(206,159,135); }
div.DivClassName
{
background-color: #CE9F87;
}
.BgClassName
{
background-color: #CE9F87;
}
</style>
border-color css
<style>
span { border-color: #CE9F87; }
span { border-color: rgb(206,159,135); }
td.TdClassName
{
border-color: #CE9F87;
}
.TagClassName
{
border-color: #CE9F87;
}
</style>