Shades of Puce #CE879D
Tints of Puce #CE879D
RGB
CMYK
RGB Variations
Color information
#CE879D (or 0xCE879D) is known color: Puce. HEX triplet: CE, 87 and 9D. RGB value is (206,135,157). Sum of RGB (Red+Green+Blue) = 206+135+157=498 (65% of max value = 765). Red value is 206 (80.86% from 255 or 41.37% from 498); Green value is 135 (53.12% from 255 or 27.11% from 498); Blue value is 157 (61.72% from 255 or 31.53% from 498); Max value from RGB is 206 - color contains mainly: red. Hex color #CE879D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CE879D is #317862. Grayscale: #9E9E9E. Windows color (decimal): -3242083 or 10323918. OLE color: 10323918.
HSL color Cylindrical-coordinate representation of color #CE879D: hue angle of 341.41º 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 #CE879D is Cyan = 0, Magento = 0.34, Yellow = 0.24 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 135 | 157 | - |
| CMYK | 0 | 0.34 | 0.24 | 0.19 |
| HSL | 341.41º | 0.42% | 0.67% | - |
| HSV(B) | 341.41º | 0.34% | 0.81% | - |
| XYZ | 40.2 | 32.88 | 36.13 | - |
| YUV | 158.74 | 127.02 | 161.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 135 | 157 | 0 | 0.34 | 0.24 | 0.19 | 341.41 | 0.42 | 0.67 |
| Hex | CE | 87 | 9D | 0 | 22 | 18 | 13 | 155 | 2A | 43 |
| Octal | 316 | 207 | 235 | 0 | 42 | 30 | 23 | 525 | 52 | 103 |
| Binary | 11001110 | 10000111 | 10011101 | 0 | 100010 | 11000 | 10011 | 101010101 | 101010 | 1000011 |
Color Harmonies of #CE879D
Complementary color
Monochromatic Colors of #CE879D
Black with #CE879D
Text Example
Text Example
White with #CE879D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE879D; }
p { color: rgb(206,135,157); }
H1.HeaderClassName
{
color: #CE879D;
}
.AnyTagClassName
{
color: #CE879D;
}
</style>
background-color css
<style>
a { background-color: #CE879D; }
a { background-color: rgb(206,135,157); }
div.DivClassName
{
background-color: #CE879D;
}
.BgClassName
{
background-color: #CE879D;
}
</style>
border-color css
<style>
span { border-color: #CE879D; }
span { border-color: rgb(206,135,157); }
td.TdClassName
{
border-color: #CE879D;
}
.TagClassName
{
border-color: #CE879D;
}
</style>