Shades of Puce #CE8091
Tints of Puce #CE8091
RGB
CMYK
RGB Variations
Color information
#CE8091 (or 0xCE8091) is known color: Puce. HEX triplet: CE, 80 and 91. RGB value is (206,128,145). Sum of RGB (Red+Green+Blue) = 206+128+145=479 (63% of max value = 765). Red value is 206 (80.86% from 255 or 43.01% from 479); Green value is 128 (50.39% from 255 or 26.72% from 479); Blue value is 145 (57.03% from 255 or 30.27% from 479); Max value from RGB is 206 - color contains mainly: red. Hex color #CE8091 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CE8091 is #317F6E. Grayscale: #999999. Windows color (decimal): -3243887 or 9535694. OLE color: 9535694.
HSL color Cylindrical-coordinate representation of color #CE8091: hue angle of 346.92º degrees, saturation: 0.44, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #CE8091 is Cyan = 0, Magento = 0.38, Yellow = 0.30 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 128 | 145 | - |
| CMYK | 0 | 0.38 | 0.30 | 0.19 |
| HSL | 346.92º | 0.44% | 0.65% | - |
| HSV(B) | 346.92º | 0.38% | 0.81% | - |
| XYZ | 38.28 | 30.6 | 30.68 | - |
| YUV | 153.26 | 123.34 | 165.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 128 | 145 | 0 | 0.38 | 0.30 | 0.19 | 346.92 | 0.44 | 0.65 |
| Hex | CE | 80 | 91 | 0 | 26 | 1E | 13 | 15B | 2C | 41 |
| Octal | 316 | 200 | 221 | 0 | 46 | 36 | 23 | 533 | 54 | 101 |
| Binary | 11001110 | 10000000 | 10010001 | 0 | 100110 | 11110 | 10011 | 101011011 | 101100 | 1000001 |
Color Harmonies of #CE8091
Complementary color
Monochromatic Colors of #CE8091
Black with #CE8091
Text Example
Text Example
White with #CE8091
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE8091; }
p { color: rgb(206,128,145); }
H1.HeaderClassName
{
color: #CE8091;
}
.AnyTagClassName
{
color: #CE8091;
}
</style>
background-color css
<style>
a { background-color: #CE8091; }
a { background-color: rgb(206,128,145); }
div.DivClassName
{
background-color: #CE8091;
}
.BgClassName
{
background-color: #CE8091;
}
</style>
border-color css
<style>
span { border-color: #CE8091; }
span { border-color: rgb(206,128,145); }
td.TdClassName
{
border-color: #CE8091;
}
.TagClassName
{
border-color: #CE8091;
}
</style>