Shades of Puce #CE819D
Tints of Puce #CE819D
RGB
CMYK
RGB Variations
Color information
#CE819D (or 0xCE819D) is known color: Puce. HEX triplet: CE, 81 and 9D. RGB value is (206,129,157). Sum of RGB (Red+Green+Blue) = 206+129+157=492 (65% of max value = 765). Red value is 206 (80.86% from 255 or 41.87% from 492); Green value is 129 (50.78% from 255 or 26.22% from 492); Blue value is 157 (61.72% from 255 or 31.91% from 492); Max value from RGB is 206 - color contains mainly: red. Hex color #CE819D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CE819D is #317E62. Grayscale: #9B9B9B. Windows color (decimal): -3243619 or 10322382. OLE color: 10322382.
HSL color Cylindrical-coordinate representation of color #CE819D: hue angle of 338.18º degrees, saturation: 0.44, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #CE819D is Cyan = 0, Magento = 0.37, Yellow = 0.24 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 129 | 157 | - |
| CMYK | 0 | 0.37 | 0.24 | 0.19 |
| HSL | 338.18º | 0.44% | 0.66% | - |
| HSV(B) | 338.18º | 0.37% | 0.81% | - |
| XYZ | 39.39 | 31.26 | 35.86 | - |
| YUV | 155.22 | 129.01 | 164.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 129 | 157 | 0 | 0.37 | 0.24 | 0.19 | 338.18 | 0.44 | 0.66 |
| Hex | CE | 81 | 9D | 0 | 25 | 18 | 13 | 152 | 2C | 42 |
| Octal | 316 | 201 | 235 | 0 | 45 | 30 | 23 | 522 | 54 | 102 |
| Binary | 11001110 | 10000001 | 10011101 | 0 | 100101 | 11000 | 10011 | 101010010 | 101100 | 1000010 |
Color Harmonies of #CE819D
Complementary color
Monochromatic Colors of #CE819D
Black with #CE819D
Text Example
Text Example
White with #CE819D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE819D; }
p { color: rgb(206,129,157); }
H1.HeaderClassName
{
color: #CE819D;
}
.AnyTagClassName
{
color: #CE819D;
}
</style>
background-color css
<style>
a { background-color: #CE819D; }
a { background-color: rgb(206,129,157); }
div.DivClassName
{
background-color: #CE819D;
}
.BgClassName
{
background-color: #CE819D;
}
</style>
border-color css
<style>
span { border-color: #CE819D; }
span { border-color: rgb(206,129,157); }
td.TdClassName
{
border-color: #CE819D;
}
.TagClassName
{
border-color: #CE819D;
}
</style>