Shades of Puce #CE8788
Tints of Puce #CE8788
RGB
CMYK
RGB Variations
Color information
#CE8788 (or 0xCE8788) is known color: Puce. HEX triplet: CE, 87 and 88. RGB value is (206,135,136). Sum of RGB (Red+Green+Blue) = 206+135+136=477 (63% of max value = 765). Red value is 206 (80.86% from 255 or 43.19% from 477); Green value is 135 (53.12% from 255 or 28.30% from 477); Blue value is 136 (53.52% from 255 or 28.51% from 477); Max value from RGB is 206 - color contains mainly: red. Hex color #CE8788 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CE8788 is #317877. Grayscale: #9C9C9C. Windows color (decimal): -3242104 or 8947662. OLE color: 8947662.
HSL color Cylindrical-coordinate representation of color #CE8788: hue angle of 359.15º 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 #CE8788 is Cyan = 0, Magento = 0.34, Yellow = 0.34 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 135 | 136 | - |
| CMYK | 0 | 0.34 | 0.34 | 0.19 |
| HSL | 359.15º | 0.42% | 0.67% | - |
| HSV(B) | 359.15º | 0.34% | 0.81% | - |
| XYZ | 38.56 | 32.23 | 27.48 | - |
| YUV | 156.34 | 116.52 | 163.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 135 | 136 | 0 | 0.34 | 0.34 | 0.19 | 359.15 | 0.42 | 0.67 |
| Hex | CE | 87 | 88 | 0 | 22 | 22 | 13 | 167 | 2A | 43 |
| Octal | 316 | 207 | 210 | 0 | 42 | 42 | 23 | 547 | 52 | 103 |
| Binary | 11001110 | 10000111 | 10001000 | 0 | 100010 | 100010 | 10011 | 101100111 | 101010 | 1000011 |
Color Harmonies of #CE8788
Complementary color
Monochromatic Colors of #CE8788
Black with #CE8788
Text Example
Text Example
White with #CE8788
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE8788; }
p { color: rgb(206,135,136); }
H1.HeaderClassName
{
color: #CE8788;
}
.AnyTagClassName
{
color: #CE8788;
}
</style>
background-color css
<style>
a { background-color: #CE8788; }
a { background-color: rgb(206,135,136); }
div.DivClassName
{
background-color: #CE8788;
}
.BgClassName
{
background-color: #CE8788;
}
</style>
border-color css
<style>
span { border-color: #CE8788; }
span { border-color: rgb(206,135,136); }
td.TdClassName
{
border-color: #CE8788;
}
.TagClassName
{
border-color: #CE8788;
}
</style>