Shades of Puce #CE809D
Tints of Puce #CE809D
RGB
CMYK
RGB Variations
Color information
#CE809D (or 0xCE809D) is known color: Puce. HEX triplet: CE, 80 and 9D. RGB value is (206,128,157). Sum of RGB (Red+Green+Blue) = 206+128+157=491 (65% of max value = 765). Red value is 206 (80.86% from 255 or 41.96% from 491); Green value is 128 (50.39% from 255 or 26.07% from 491); Blue value is 157 (61.72% from 255 or 31.98% from 491); Max value from RGB is 206 - color contains mainly: red. Hex color #CE809D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CE809D is #317F62. Grayscale: #9A9A9A. Windows color (decimal): -3243875 or 10322126. OLE color: 10322126.
HSL color Cylindrical-coordinate representation of color #CE809D: hue angle of 337.69º 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 #CE809D is Cyan = 0, Magento = 0.38, Yellow = 0.24 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 128 | 157 | - |
| CMYK | 0 | 0.38 | 0.24 | 0.19 |
| HSL | 337.69º | 0.44% | 0.65% | - |
| HSV(B) | 337.69º | 0.38% | 0.81% | - |
| XYZ | 39.26 | 30.99 | 35.81 | - |
| YUV | 154.63 | 129.34 | 164.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 128 | 157 | 0 | 0.38 | 0.24 | 0.19 | 337.69 | 0.44 | 0.65 |
| Hex | CE | 80 | 9D | 0 | 26 | 18 | 13 | 152 | 2C | 41 |
| Octal | 316 | 200 | 235 | 0 | 46 | 30 | 23 | 522 | 54 | 101 |
| Binary | 11001110 | 10000000 | 10011101 | 0 | 100110 | 11000 | 10011 | 101010010 | 101100 | 1000001 |
Color Harmonies of #CE809D
Complementary color
Monochromatic Colors of #CE809D
Black with #CE809D
Text Example
Text Example
White with #CE809D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE809D; }
p { color: rgb(206,128,157); }
H1.HeaderClassName
{
color: #CE809D;
}
.AnyTagClassName
{
color: #CE809D;
}
</style>
background-color css
<style>
a { background-color: #CE809D; }
a { background-color: rgb(206,128,157); }
div.DivClassName
{
background-color: #CE809D;
}
.BgClassName
{
background-color: #CE809D;
}
</style>
border-color css
<style>
span { border-color: #CE809D; }
span { border-color: rgb(206,128,157); }
td.TdClassName
{
border-color: #CE809D;
}
.TagClassName
{
border-color: #CE809D;
}
</style>