Shades of Puce #CE809C
Tints of Puce #CE809C
RGB
CMYK
RGB Variations
Color information
#CE809C (or 0xCE809C) is known color: Puce. HEX triplet: CE, 80 and 9C. RGB value is (206,128,156). Sum of RGB (Red+Green+Blue) = 206+128+156=490 (64% of max value = 765). Red value is 206 (80.86% from 255 or 42.04% from 490); Green value is 128 (50.39% from 255 or 26.12% from 490); Blue value is 156 (61.33% from 255 or 31.84% from 490); Max value from RGB is 206 - color contains mainly: red. Hex color #CE809C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CE809C is #317F63. Grayscale: #9A9A9A. Windows color (decimal): -3243876 or 10256590. OLE color: 10256590.
HSL color Cylindrical-coordinate representation of color #CE809C: hue angle of 338.46º 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 #CE809C is Cyan = 0, Magento = 0.38, Yellow = 0.24 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 128 | 156 | - |
| CMYK | 0 | 0.38 | 0.24 | 0.19 |
| HSL | 338.46º | 0.44% | 0.65% | - |
| HSV(B) | 338.46º | 0.38% | 0.81% | - |
| XYZ | 39.17 | 30.96 | 35.36 | - |
| YUV | 154.51 | 128.84 | 164.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 128 | 156 | 0 | 0.38 | 0.24 | 0.19 | 338.46 | 0.44 | 0.65 |
| Hex | CE | 80 | 9C | 0 | 26 | 18 | 13 | 152 | 2C | 41 |
| Octal | 316 | 200 | 234 | 0 | 46 | 30 | 23 | 522 | 54 | 101 |
| Binary | 11001110 | 10000000 | 10011100 | 0 | 100110 | 11000 | 10011 | 101010010 | 101100 | 1000001 |
Color Harmonies of #CE809C
Complementary color
Monochromatic Colors of #CE809C
Black with #CE809C
Text Example
Text Example
White with #CE809C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE809C; }
p { color: rgb(206,128,156); }
H1.HeaderClassName
{
color: #CE809C;
}
.AnyTagClassName
{
color: #CE809C;
}
</style>
background-color css
<style>
a { background-color: #CE809C; }
a { background-color: rgb(206,128,156); }
div.DivClassName
{
background-color: #CE809C;
}
.BgClassName
{
background-color: #CE809C;
}
</style>
border-color css
<style>
span { border-color: #CE809C; }
span { border-color: rgb(206,128,156); }
td.TdClassName
{
border-color: #CE809C;
}
.TagClassName
{
border-color: #CE809C;
}
</style>