Shades of Puce #CE809B
Tints of Puce #CE809B
RGB
CMYK
RGB Variations
Color information
#CE809B (or 0xCE809B) is known color: Puce. HEX triplet: CE, 80 and 9B. RGB value is (206,128,155). Sum of RGB (Red+Green+Blue) = 206+128+155=489 (64% of max value = 765). Red value is 206 (80.86% from 255 or 42.13% from 489); Green value is 128 (50.39% from 255 or 26.18% from 489); Blue value is 155 (60.94% from 255 or 31.70% from 489); Max value from RGB is 206 - color contains mainly: red. Hex color #CE809B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CE809B is #317F64. Grayscale: #9A9A9A. Windows color (decimal): -3243877 or 10191054. OLE color: 10191054.
HSL color Cylindrical-coordinate representation of color #CE809B: hue angle of 339.23º 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 #CE809B is Cyan = 0, Magento = 0.38, Yellow = 0.25 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 128 | 155 | - |
| CMYK | 0 | 0.38 | 0.25 | 0.19 |
| HSL | 339.23º | 0.44% | 0.65% | - |
| HSV(B) | 339.23º | 0.38% | 0.81% | - |
| XYZ | 39.09 | 30.93 | 34.92 | - |
| YUV | 154.4 | 128.34 | 164.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 128 | 155 | 0 | 0.38 | 0.25 | 0.19 | 339.23 | 0.44 | 0.65 |
| Hex | CE | 80 | 9B | 0 | 26 | 19 | 13 | 153 | 2C | 41 |
| Octal | 316 | 200 | 233 | 0 | 46 | 31 | 23 | 523 | 54 | 101 |
| Binary | 11001110 | 10000000 | 10011011 | 0 | 100110 | 11001 | 10011 | 101010011 | 101100 | 1000001 |
Color Harmonies of #CE809B
Complementary color
Monochromatic Colors of #CE809B
Black with #CE809B
Text Example
Text Example
White with #CE809B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE809B; }
p { color: rgb(206,128,155); }
H1.HeaderClassName
{
color: #CE809B;
}
.AnyTagClassName
{
color: #CE809B;
}
</style>
background-color css
<style>
a { background-color: #CE809B; }
a { background-color: rgb(206,128,155); }
div.DivClassName
{
background-color: #CE809B;
}
.BgClassName
{
background-color: #CE809B;
}
</style>
border-color css
<style>
span { border-color: #CE809B; }
span { border-color: rgb(206,128,155); }
td.TdClassName
{
border-color: #CE809B;
}
.TagClassName
{
border-color: #CE809B;
}
</style>