Shades of Puce #CE8993
Tints of Puce #CE8993
RGB
CMYK
RGB Variations
Color information
#CE8993 (or 0xCE8993) is known color: Puce. HEX triplet: CE, 89 and 93. RGB value is (206,137,147). Sum of RGB (Red+Green+Blue) = 206+137+147=490 (64% of max value = 765). Red value is 206 (80.86% from 255 or 42.04% from 490); Green value is 137 (53.91% from 255 or 27.96% from 490); Blue value is 147 (57.81% from 255 or 30% from 490); Max value from RGB is 206 - color contains mainly: red. Hex color #CE8993 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CE8993 is #31766C. Grayscale: #9E9E9E. Windows color (decimal): -3241581 or 9669070. OLE color: 9669070.
HSL color Cylindrical-coordinate representation of color #CE8993: hue angle of 351.3º degrees, saturation: 0.41, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #CE8993 is Cyan = 0, Magento = 0.33, Yellow = 0.29 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 137 | 147 | - |
| CMYK | 0 | 0.33 | 0.29 | 0.19 |
| HSL | 351.3º | 0.41% | 0.67% | - |
| HSV(B) | 351.3º | 0.33% | 0.81% | - |
| XYZ | 39.67 | 33.12 | 31.91 | - |
| YUV | 158.77 | 121.36 | 161.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 137 | 147 | 0 | 0.33 | 0.29 | 0.19 | 351.3 | 0.41 | 0.67 |
| Hex | CE | 89 | 93 | 0 | 21 | 1D | 13 | 15F | 29 | 43 |
| Octal | 316 | 211 | 223 | 0 | 41 | 35 | 23 | 537 | 51 | 103 |
| Binary | 11001110 | 10001001 | 10010011 | 0 | 100001 | 11101 | 10011 | 101011111 | 101001 | 1000011 |
Color Harmonies of #CE8993
Complementary color
Monochromatic Colors of #CE8993
Black with #CE8993
Text Example
Text Example
White with #CE8993
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE8993; }
p { color: rgb(206,137,147); }
H1.HeaderClassName
{
color: #CE8993;
}
.AnyTagClassName
{
color: #CE8993;
}
</style>
background-color css
<style>
a { background-color: #CE8993; }
a { background-color: rgb(206,137,147); }
div.DivClassName
{
background-color: #CE8993;
}
.BgClassName
{
background-color: #CE8993;
}
</style>
border-color css
<style>
span { border-color: #CE8993; }
span { border-color: rgb(206,137,147); }
td.TdClassName
{
border-color: #CE8993;
}
.TagClassName
{
border-color: #CE8993;
}
</style>