Shades of Puce #CE888D
Tints of Puce #CE888D
RGB
CMYK
RGB Variations
Color information
#CE888D (or 0xCE888D) is known color: Puce. HEX triplet: CE, 88 and 8D. RGB value is (206,136,141). Sum of RGB (Red+Green+Blue) = 206+136+141=483 (63% of max value = 765). Red value is 206 (80.86% from 255 or 42.65% from 483); Green value is 136 (53.52% from 255 or 28.16% from 483); Blue value is 141 (55.47% from 255 or 29.19% from 483); Max value from RGB is 206 - color contains mainly: red. Hex color #CE888D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CE888D is #317772. Grayscale: #9D9D9D. Windows color (decimal): -3241843 or 9275598. OLE color: 9275598.
HSL color Cylindrical-coordinate representation of color #CE888D: hue angle of 355.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 #CE888D is Cyan = 0, Magento = 0.34, Yellow = 0.32 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 136 | 141 | - |
| CMYK | 0 | 0.34 | 0.32 | 0.19 |
| HSL | 355.71º | 0.42% | 0.67% | - |
| HSV(B) | 355.71º | 0.34% | 0.81% | - |
| XYZ | 39.07 | 32.65 | 29.44 | - |
| YUV | 157.5 | 118.69 | 162.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 136 | 141 | 0 | 0.34 | 0.32 | 0.19 | 355.71 | 0.42 | 0.67 |
| Hex | CE | 88 | 8D | 0 | 22 | 20 | 13 | 164 | 2A | 43 |
| Octal | 316 | 210 | 215 | 0 | 42 | 40 | 23 | 544 | 52 | 103 |
| Binary | 11001110 | 10001000 | 10001101 | 0 | 100010 | 100000 | 10011 | 101100100 | 101010 | 1000011 |
Color Harmonies of #CE888D
Complementary color
Monochromatic Colors of #CE888D
Black with #CE888D
Text Example
Text Example
White with #CE888D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE888D; }
p { color: rgb(206,136,141); }
H1.HeaderClassName
{
color: #CE888D;
}
.AnyTagClassName
{
color: #CE888D;
}
</style>
background-color css
<style>
a { background-color: #CE888D; }
a { background-color: rgb(206,136,141); }
div.DivClassName
{
background-color: #CE888D;
}
.BgClassName
{
background-color: #CE888D;
}
</style>
border-color css
<style>
span { border-color: #CE888D; }
span { border-color: rgb(206,136,141); }
td.TdClassName
{
border-color: #CE888D;
}
.TagClassName
{
border-color: #CE888D;
}
</style>