Shades of Puce #CE8895
Tints of Puce #CE8895
RGB
CMYK
RGB Variations
Color information
#CE8895 (or 0xCE8895) is known color: Puce. HEX triplet: CE, 88 and 95. RGB value is (206,136,149). Sum of RGB (Red+Green+Blue) = 206+136+149=491 (65% of max value = 765). Red value is 206 (80.86% from 255 or 41.96% from 491); Green value is 136 (53.52% from 255 or 27.70% from 491); Blue value is 149 (58.59% from 255 or 30.35% from 491); Max value from RGB is 206 - color contains mainly: red. Hex color #CE8895 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CE8895 is #31776A. Grayscale: #9E9E9E. Windows color (decimal): -3241835 or 9799886. OLE color: 9799886.
HSL color Cylindrical-coordinate representation of color #CE8895: hue angle of 348.86º 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 #CE8895 is Cyan = 0, Magento = 0.34, Yellow = 0.28 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 136 | 149 | - |
| CMYK | 0 | 0.34 | 0.28 | 0.19 |
| HSL | 348.86º | 0.42% | 0.67% | - |
| HSV(B) | 348.86º | 0.34% | 0.81% | - |
| XYZ | 39.68 | 32.9 | 32.69 | - |
| YUV | 158.41 | 122.69 | 161.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 136 | 149 | 0 | 0.34 | 0.28 | 0.19 | 348.86 | 0.42 | 0.67 |
| Hex | CE | 88 | 95 | 0 | 22 | 1C | 13 | 15D | 2A | 43 |
| Octal | 316 | 210 | 225 | 0 | 42 | 34 | 23 | 535 | 52 | 103 |
| Binary | 11001110 | 10001000 | 10010101 | 0 | 100010 | 11100 | 10011 | 101011101 | 101010 | 1000011 |
Color Harmonies of #CE8895
Complementary color
Monochromatic Colors of #CE8895
Black with #CE8895
Text Example
Text Example
White with #CE8895
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE8895; }
p { color: rgb(206,136,149); }
H1.HeaderClassName
{
color: #CE8895;
}
.AnyTagClassName
{
color: #CE8895;
}
</style>
background-color css
<style>
a { background-color: #CE8895; }
a { background-color: rgb(206,136,149); }
div.DivClassName
{
background-color: #CE8895;
}
.BgClassName
{
background-color: #CE8895;
}
</style>
border-color css
<style>
span { border-color: #CE8895; }
span { border-color: rgb(206,136,149); }
td.TdClassName
{
border-color: #CE8895;
}
.TagClassName
{
border-color: #CE8895;
}
</style>