Shades of Puce #CE8794
Tints of Puce #CE8794
RGB
CMYK
RGB Variations
Color information
#CE8794 (or 0xCE8794) is known color: Puce. HEX triplet: CE, 87 and 94. RGB value is (206,135,148). Sum of RGB (Red+Green+Blue) = 206+135+148=489 (64% of max value = 765). Red value is 206 (80.86% from 255 or 42.13% from 489); Green value is 135 (53.12% from 255 or 27.61% from 489); Blue value is 148 (58.20% from 255 or 30.27% from 489); Max value from RGB is 206 - color contains mainly: red. Hex color #CE8794 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CE8794 is #31786B. Grayscale: #9D9D9D. Windows color (decimal): -3242092 or 9734094. OLE color: 9734094.
HSL color Cylindrical-coordinate representation of color #CE8794: hue angle of 349.01º 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 #CE8794 is Cyan = 0, Magento = 0.34, Yellow = 0.28 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 135 | 148 | - |
| CMYK | 0 | 0.34 | 0.28 | 0.19 |
| HSL | 349.01º | 0.42% | 0.67% | - |
| HSV(B) | 349.01º | 0.34% | 0.81% | - |
| XYZ | 39.46 | 32.59 | 32.23 | - |
| YUV | 157.71 | 122.52 | 162.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 135 | 148 | 0 | 0.34 | 0.28 | 0.19 | 349.01 | 0.42 | 0.67 |
| Hex | CE | 87 | 94 | 0 | 22 | 1C | 13 | 15D | 2A | 43 |
| Octal | 316 | 207 | 224 | 0 | 42 | 34 | 23 | 535 | 52 | 103 |
| Binary | 11001110 | 10000111 | 10010100 | 0 | 100010 | 11100 | 10011 | 101011101 | 101010 | 1000011 |
Color Harmonies of #CE8794
Complementary color
Monochromatic Colors of #CE8794
Black with #CE8794
Text Example
Text Example
White with #CE8794
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE8794; }
p { color: rgb(206,135,148); }
H1.HeaderClassName
{
color: #CE8794;
}
.AnyTagClassName
{
color: #CE8794;
}
</style>
background-color css
<style>
a { background-color: #CE8794; }
a { background-color: rgb(206,135,148); }
div.DivClassName
{
background-color: #CE8794;
}
.BgClassName
{
background-color: #CE8794;
}
</style>
border-color css
<style>
span { border-color: #CE8794; }
span { border-color: rgb(206,135,148); }
td.TdClassName
{
border-color: #CE8794;
}
.TagClassName
{
border-color: #CE8794;
}
</style>