Shades of Puce #CE8799
Tints of Puce #CE8799
RGB
CMYK
RGB Variations
Color information
#CE8799 (or 0xCE8799) is known color: Puce. HEX triplet: CE, 87 and 99. RGB value is (206,135,153). Sum of RGB (Red+Green+Blue) = 206+135+153=494 (65% of max value = 765). Red value is 206 (80.86% from 255 or 41.70% from 494); Green value is 135 (53.12% from 255 or 27.33% from 494); Blue value is 153 (60.16% from 255 or 30.97% from 494); Max value from RGB is 206 - color contains mainly: red. Hex color #CE8799 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CE8799 is #317866. Grayscale: #9E9E9E. Windows color (decimal): -3242087 or 10061774. OLE color: 10061774.
HSL color Cylindrical-coordinate representation of color #CE8799: hue angle of 344.79º 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 #CE8799 is Cyan = 0, Magento = 0.34, Yellow = 0.26 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 135 | 153 | - |
| CMYK | 0 | 0.34 | 0.26 | 0.19 |
| HSL | 344.79º | 0.42% | 0.67% | - |
| HSV(B) | 344.79º | 0.34% | 0.81% | - |
| XYZ | 39.87 | 32.75 | 34.36 | - |
| YUV | 158.28 | 125.02 | 162.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 135 | 153 | 0 | 0.34 | 0.26 | 0.19 | 344.79 | 0.42 | 0.67 |
| Hex | CE | 87 | 99 | 0 | 22 | 1A | 13 | 159 | 2A | 43 |
| Octal | 316 | 207 | 231 | 0 | 42 | 32 | 23 | 531 | 52 | 103 |
| Binary | 11001110 | 10000111 | 10011001 | 0 | 100010 | 11010 | 10011 | 101011001 | 101010 | 1000011 |
Color Harmonies of #CE8799
Complementary color
Monochromatic Colors of #CE8799
Black with #CE8799
Text Example
Text Example
White with #CE8799
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE8799; }
p { color: rgb(206,135,153); }
H1.HeaderClassName
{
color: #CE8799;
}
.AnyTagClassName
{
color: #CE8799;
}
</style>
background-color css
<style>
a { background-color: #CE8799; }
a { background-color: rgb(206,135,153); }
div.DivClassName
{
background-color: #CE8799;
}
.BgClassName
{
background-color: #CE8799;
}
</style>
border-color css
<style>
span { border-color: #CE8799; }
span { border-color: rgb(206,135,153); }
td.TdClassName
{
border-color: #CE8799;
}
.TagClassName
{
border-color: #CE8799;
}
</style>