Shades of Cameo #CE9F88
Tints of Cameo #CE9F88
RGB
CMYK
RGB Variations
Color information
#CE9F88 (or 0xCE9F88) is known color: Cameo. HEX triplet: CE, 9F and 88. RGB value is (206,159,136). Sum of RGB (Red+Green+Blue) = 206+159+136=501 (66% of max value = 765). Red value is 206 (80.86% from 255 or 41.12% from 501); Green value is 159 (62.5% from 255 or 31.74% from 501); Blue value is 136 (53.52% from 255 or 27.15% from 501); Max value from RGB is 206 - color contains mainly: red. Hex color #CE9F88 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CE9F88 is #316077. Grayscale: #AAAAAA. Windows color (decimal): -3235960 or 8953806. OLE color: 8953806.
HSL color Cylindrical-coordinate representation of color #CE9F88: hue angle of 19.71º 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 #CE9F88 is Cyan = 0, Magento = 0.23, Yellow = 0.34 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 159 | 136 | - |
| CMYK | 0 | 0.23 | 0.34 | 0.19 |
| HSL | 19.71º | 0.42% | 0.67% | - |
| HSV(B) | 19.71º | 0.34% | 0.81% | - |
| XYZ | 42.3 | 39.7 | 28.73 | - |
| YUV | 170.43 | 108.57 | 153.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 159 | 136 | 0 | 0.23 | 0.34 | 0.19 | 19.71 | 0.42 | 0.67 |
| Hex | CE | 9F | 88 | 0 | 17 | 22 | 13 | 14 | 2A | 43 |
| Octal | 316 | 237 | 210 | 0 | 27 | 42 | 23 | 24 | 52 | 103 |
| Binary | 11001110 | 10011111 | 10001000 | 0 | 10111 | 100010 | 10011 | 10100 | 101010 | 1000011 |
Color Harmonies of #CE9F88
Complementary color
Monochromatic Colors of #CE9F88
Black with #CE9F88
Text Example
Text Example
White with #CE9F88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE9F88; }
p { color: rgb(206,159,136); }
H1.HeaderClassName
{
color: #CE9F88;
}
.AnyTagClassName
{
color: #CE9F88;
}
</style>
background-color css
<style>
a { background-color: #CE9F88; }
a { background-color: rgb(206,159,136); }
div.DivClassName
{
background-color: #CE9F88;
}
.BgClassName
{
background-color: #CE9F88;
}
</style>
border-color css
<style>
span { border-color: #CE9F88; }
span { border-color: rgb(206,159,136); }
td.TdClassName
{
border-color: #CE9F88;
}
.TagClassName
{
border-color: #CE9F88;
}
</style>