Shades of Puce #CE859D
Tints of Puce #CE859D
RGB
CMYK
RGB Variations
Color information
#CE859D (or 0xCE859D) is known color: Puce. HEX triplet: CE, 85 and 9D. RGB value is (206,133,157). Sum of RGB (Red+Green+Blue) = 206+133+157=496 (65% of max value = 765). Red value is 206 (80.86% from 255 or 41.53% from 496); Green value is 133 (52.34% from 255 or 26.81% from 496); Blue value is 157 (61.72% from 255 or 31.65% from 496); Max value from RGB is 206 - color contains mainly: red. Hex color #CE859D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CE859D is #317A62. Grayscale: #9D9D9D. Windows color (decimal): -3242595 or 10323406. OLE color: 10323406.
HSL color Cylindrical-coordinate representation of color #CE859D: hue angle of 340.27º degrees, saturation: 0.43, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #CE859D is Cyan = 0, Magento = 0.35, Yellow = 0.24 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 133 | 157 | - |
| CMYK | 0 | 0.35 | 0.24 | 0.19 |
| HSL | 340.27º | 0.43% | 0.66% | - |
| HSV(B) | 340.27º | 0.35% | 0.81% | - |
| XYZ | 39.93 | 32.33 | 36.03 | - |
| YUV | 157.56 | 127.68 | 162.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 133 | 157 | 0 | 0.35 | 0.24 | 0.19 | 340.27 | 0.43 | 0.66 |
| Hex | CE | 85 | 9D | 0 | 23 | 18 | 13 | 154 | 2B | 42 |
| Octal | 316 | 205 | 235 | 0 | 43 | 30 | 23 | 524 | 53 | 102 |
| Binary | 11001110 | 10000101 | 10011101 | 0 | 100011 | 11000 | 10011 | 101010100 | 101011 | 1000010 |
Color Harmonies of #CE859D
Complementary color
Monochromatic Colors of #CE859D
Black with #CE859D
Text Example
Text Example
White with #CE859D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE859D; }
p { color: rgb(206,133,157); }
H1.HeaderClassName
{
color: #CE859D;
}
.AnyTagClassName
{
color: #CE859D;
}
</style>
background-color css
<style>
a { background-color: #CE859D; }
a { background-color: rgb(206,133,157); }
div.DivClassName
{
background-color: #CE859D;
}
.BgClassName
{
background-color: #CE859D;
}
</style>
border-color css
<style>
span { border-color: #CE859D; }
span { border-color: rgb(206,133,157); }
td.TdClassName
{
border-color: #CE859D;
}
.TagClassName
{
border-color: #CE859D;
}
</style>