Shades of Puce #CE8898
Tints of Puce #CE8898
RGB
CMYK
RGB Variations
Color information
#CE8898 (or 0xCE8898) is known color: Puce. HEX triplet: CE, 88 and 98. RGB value is (206,136,152). Sum of RGB (Red+Green+Blue) = 206+136+152=494 (65% of max value = 765). Red value is 206 (80.86% from 255 or 41.70% from 494); Green value is 136 (53.52% from 255 or 27.53% from 494); Blue value is 152 (59.77% from 255 or 30.77% from 494); Max value from RGB is 206 - color contains mainly: red. Hex color #CE8898 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CE8898 is #317767. Grayscale: #9E9E9E. Windows color (decimal): -3241832 or 9996494. OLE color: 9996494.
HSL color Cylindrical-coordinate representation of color #CE8898: hue angle of 346.29º 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 #CE8898 is Cyan = 0, Magento = 0.34, Yellow = 0.26 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 136 | 152 | - |
| CMYK | 0 | 0.34 | 0.26 | 0.19 |
| HSL | 346.29º | 0.42% | 0.67% | - |
| HSV(B) | 346.29º | 0.34% | 0.81% | - |
| XYZ | 39.93 | 33 | 33.97 | - |
| YUV | 158.75 | 124.19 | 161.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 136 | 152 | 0 | 0.34 | 0.26 | 0.19 | 346.29 | 0.42 | 0.67 |
| Hex | CE | 88 | 98 | 0 | 22 | 1A | 13 | 15A | 2A | 43 |
| Octal | 316 | 210 | 230 | 0 | 42 | 32 | 23 | 532 | 52 | 103 |
| Binary | 11001110 | 10001000 | 10011000 | 0 | 100010 | 11010 | 10011 | 101011010 | 101010 | 1000011 |
Color Harmonies of #CE8898
Complementary color
Monochromatic Colors of #CE8898
Black with #CE8898
Text Example
Text Example
White with #CE8898
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE8898; }
p { color: rgb(206,136,152); }
H1.HeaderClassName
{
color: #CE8898;
}
.AnyTagClassName
{
color: #CE8898;
}
</style>
background-color css
<style>
a { background-color: #CE8898; }
a { background-color: rgb(206,136,152); }
div.DivClassName
{
background-color: #CE8898;
}
.BgClassName
{
background-color: #CE8898;
}
</style>
border-color css
<style>
span { border-color: #CE8898; }
span { border-color: rgb(206,136,152); }
td.TdClassName
{
border-color: #CE8898;
}
.TagClassName
{
border-color: #CE8898;
}
</style>