Shades of Puce #CE869E
Tints of Puce #CE869E
RGB
CMYK
RGB Variations
Color information
#CE869E (or 0xCE869E) is known color: Puce. HEX triplet: CE, 86 and 9E. RGB value is (206,134,158). Sum of RGB (Red+Green+Blue) = 206+134+158=498 (65% of max value = 765). Red value is 206 (80.86% from 255 or 41.37% from 498); Green value is 134 (52.73% from 255 or 26.91% from 498); Blue value is 158 (62.11% from 255 or 31.73% from 498); Max value from RGB is 206 - color contains mainly: red. Hex color #CE869E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CE869E is #317961. Grayscale: #9E9E9E. Windows color (decimal): -3242338 or 10389198. OLE color: 10389198.
HSL color Cylindrical-coordinate representation of color #CE869E: hue angle of 340º degrees, saturation: 0.42, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #CE869E is Cyan = 0, Magento = 0.35, Yellow = 0.23 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 134 | 158 | - |
| CMYK | 0 | 0.35 | 0.23 | 0.19 |
| HSL | 340º | 0.42% | 0.67% | - |
| HSV(B) | 340º | 0.35% | 0.81% | - |
| XYZ | 40.15 | 32.64 | 36.53 | - |
| YUV | 158.26 | 127.85 | 162.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 134 | 158 | 0 | 0.35 | 0.23 | 0.19 | 340 | 0.42 | 0.67 |
| Hex | CE | 86 | 9E | 0 | 23 | 17 | 13 | 154 | 2A | 43 |
| Octal | 316 | 206 | 236 | 0 | 43 | 27 | 23 | 524 | 52 | 103 |
| Binary | 11001110 | 10000110 | 10011110 | 0 | 100011 | 10111 | 10011 | 101010100 | 101010 | 1000011 |
Color Harmonies of #CE869E
Complementary color
Monochromatic Colors of #CE869E
Black with #CE869E
Text Example
Text Example
White with #CE869E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE869E; }
p { color: rgb(206,134,158); }
H1.HeaderClassName
{
color: #CE869E;
}
.AnyTagClassName
{
color: #CE869E;
}
</style>
background-color css
<style>
a { background-color: #CE869E; }
a { background-color: rgb(206,134,158); }
div.DivClassName
{
background-color: #CE869E;
}
.BgClassName
{
background-color: #CE869E;
}
</style>
border-color css
<style>
span { border-color: #CE869E; }
span { border-color: rgb(206,134,158); }
td.TdClassName
{
border-color: #CE869E;
}
.TagClassName
{
border-color: #CE869E;
}
</style>