Shades of Puce #CE889C
Tints of Puce #CE889C
RGB
CMYK
RGB Variations
Color information
#CE889C (or 0xCE889C) is known color: Puce. HEX triplet: CE, 88 and 9C. RGB value is (206,136,156). Sum of RGB (Red+Green+Blue) = 206+136+156=498 (65% of max value = 765). Red value is 206 (80.86% from 255 or 41.37% from 498); Green value is 136 (53.52% from 255 or 27.31% from 498); Blue value is 156 (61.33% from 255 or 31.33% from 498); Max value from RGB is 206 - color contains mainly: red. Hex color #CE889C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CE889C is #317763. Grayscale: #9F9F9F. Windows color (decimal): -3241828 or 10258638. OLE color: 10258638.
HSL color Cylindrical-coordinate representation of color #CE889C: hue angle of 342.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 #CE889C is Cyan = 0, Magento = 0.34, Yellow = 0.24 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 136 | 156 | - |
| CMYK | 0 | 0.34 | 0.24 | 0.19 |
| HSL | 342.86º | 0.42% | 0.67% | - |
| HSV(B) | 342.86º | 0.34% | 0.81% | - |
| XYZ | 40.26 | 33.13 | 35.73 | - |
| YUV | 159.21 | 126.19 | 161.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 136 | 156 | 0 | 0.34 | 0.24 | 0.19 | 342.86 | 0.42 | 0.67 |
| Hex | CE | 88 | 9C | 0 | 22 | 18 | 13 | 157 | 2A | 43 |
| Octal | 316 | 210 | 234 | 0 | 42 | 30 | 23 | 527 | 52 | 103 |
| Binary | 11001110 | 10001000 | 10011100 | 0 | 100010 | 11000 | 10011 | 101010111 | 101010 | 1000011 |
Color Harmonies of #CE889C
Complementary color
Monochromatic Colors of #CE889C
Black with #CE889C
Text Example
Text Example
White with #CE889C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE889C; }
p { color: rgb(206,136,156); }
H1.HeaderClassName
{
color: #CE889C;
}
.AnyTagClassName
{
color: #CE889C;
}
</style>
background-color css
<style>
a { background-color: #CE889C; }
a { background-color: rgb(206,136,156); }
div.DivClassName
{
background-color: #CE889C;
}
.BgClassName
{
background-color: #CE889C;
}
</style>
border-color css
<style>
span { border-color: #CE889C; }
span { border-color: rgb(206,136,156); }
td.TdClassName
{
border-color: #CE889C;
}
.TagClassName
{
border-color: #CE889C;
}
</style>