Shades of Puce #CE859E
Tints of Puce #CE859E
RGB
CMYK
RGB Variations
Color information
#CE859E (or 0xCE859E) is known color: Puce. HEX triplet: CE, 85 and 9E. RGB value is (206,133,158). Sum of RGB (Red+Green+Blue) = 206+133+158=497 (65% of max value = 765). Red value is 206 (80.86% from 255 or 41.45% from 497); Green value is 133 (52.34% from 255 or 26.76% from 497); Blue value is 158 (62.11% from 255 or 31.79% from 497); Max value from RGB is 206 - color contains mainly: red. Hex color #CE859E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CE859E is #317A61. Grayscale: #9D9D9D. Windows color (decimal): -3242594 or 10388942. OLE color: 10388942.
HSL color Cylindrical-coordinate representation of color #CE859E: hue angle of 339.45º 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 #CE859E is Cyan = 0, Magento = 0.35, Yellow = 0.23 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 133 | 158 | - |
| CMYK | 0 | 0.35 | 0.23 | 0.19 |
| HSL | 339.45º | 0.43% | 0.66% | - |
| HSV(B) | 339.45º | 0.35% | 0.81% | - |
| XYZ | 40.01 | 32.37 | 36.49 | - |
| YUV | 157.68 | 128.18 | 162.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 133 | 158 | 0 | 0.35 | 0.23 | 0.19 | 339.45 | 0.43 | 0.66 |
| Hex | CE | 85 | 9E | 0 | 23 | 17 | 13 | 153 | 2B | 42 |
| Octal | 316 | 205 | 236 | 0 | 43 | 27 | 23 | 523 | 53 | 102 |
| Binary | 11001110 | 10000101 | 10011110 | 0 | 100011 | 10111 | 10011 | 101010011 | 101011 | 1000010 |
Color Harmonies of #CE859E
Complementary color
Monochromatic Colors of #CE859E
Black with #CE859E
Text Example
Text Example
White with #CE859E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE859E; }
p { color: rgb(206,133,158); }
H1.HeaderClassName
{
color: #CE859E;
}
.AnyTagClassName
{
color: #CE859E;
}
</style>
background-color css
<style>
a { background-color: #CE859E; }
a { background-color: rgb(206,133,158); }
div.DivClassName
{
background-color: #CE859E;
}
.BgClassName
{
background-color: #CE859E;
}
</style>
border-color css
<style>
span { border-color: #CE859E; }
span { border-color: rgb(206,133,158); }
td.TdClassName
{
border-color: #CE859E;
}
.TagClassName
{
border-color: #CE859E;
}
</style>