Shades of Puce #CE888E
Tints of Puce #CE888E
RGB
CMYK
RGB Variations
Color information
#CE888E (or 0xCE888E) is known color: Puce. HEX triplet: CE, 88 and 8E. RGB value is (206,136,142). Sum of RGB (Red+Green+Blue) = 206+136+142=484 (64% of max value = 765). Red value is 206 (80.86% from 255 or 42.56% from 484); Green value is 136 (53.52% from 255 or 28.10% from 484); Blue value is 142 (55.86% from 255 or 29.34% from 484); Max value from RGB is 206 - color contains mainly: red. Hex color #CE888E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CE888E is #317771. Grayscale: #9D9D9D. Windows color (decimal): -3241842 or 9341134. OLE color: 9341134.
HSL color Cylindrical-coordinate representation of color #CE888E: hue angle of 354.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 #CE888E is Cyan = 0, Magento = 0.34, Yellow = 0.31 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 136 | 142 | - |
| CMYK | 0 | 0.34 | 0.31 | 0.19 |
| HSL | 354.86º | 0.42% | 0.67% | - |
| HSV(B) | 354.86º | 0.34% | 0.81% | - |
| XYZ | 39.14 | 32.68 | 29.84 | - |
| YUV | 157.61 | 119.19 | 162.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 136 | 142 | 0 | 0.34 | 0.31 | 0.19 | 354.86 | 0.42 | 0.67 |
| Hex | CE | 88 | 8E | 0 | 22 | 1F | 13 | 163 | 2A | 43 |
| Octal | 316 | 210 | 216 | 0 | 42 | 37 | 23 | 543 | 52 | 103 |
| Binary | 11001110 | 10001000 | 10001110 | 0 | 100010 | 11111 | 10011 | 101100011 | 101010 | 1000011 |
Color Harmonies of #CE888E
Complementary color
Monochromatic Colors of #CE888E
Black with #CE888E
Text Example
Text Example
White with #CE888E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE888E; }
p { color: rgb(206,136,142); }
H1.HeaderClassName
{
color: #CE888E;
}
.AnyTagClassName
{
color: #CE888E;
}
</style>
background-color css
<style>
a { background-color: #CE888E; }
a { background-color: rgb(206,136,142); }
div.DivClassName
{
background-color: #CE888E;
}
.BgClassName
{
background-color: #CE888E;
}
</style>
border-color css
<style>
span { border-color: #CE888E; }
span { border-color: rgb(206,136,142); }
td.TdClassName
{
border-color: #CE888E;
}
.TagClassName
{
border-color: #CE888E;
}
</style>