Shades of Puce #CE819B
Tints of Puce #CE819B
RGB
CMYK
RGB Variations
Color information
#CE819B (or 0xCE819B) is known color: Puce. HEX triplet: CE, 81 and 9B. RGB value is (206,129,155). Sum of RGB (Red+Green+Blue) = 206+129+155=490 (64% of max value = 765). Red value is 206 (80.86% from 255 or 42.04% from 490); Green value is 129 (50.78% from 255 or 26.33% from 490); Blue value is 155 (60.94% from 255 or 31.63% from 490); Max value from RGB is 206 - color contains mainly: red. Hex color #CE819B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CE819B is #317E64. Grayscale: #9A9A9A. Windows color (decimal): -3243621 or 10191310. OLE color: 10191310.
HSL color Cylindrical-coordinate representation of color #CE819B: hue angle of 339.74º 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 #CE819B is Cyan = 0, Magento = 0.37, Yellow = 0.25 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 129 | 155 | - |
| CMYK | 0 | 0.37 | 0.25 | 0.19 |
| HSL | 339.74º | 0.44% | 0.66% | - |
| HSV(B) | 339.74º | 0.37% | 0.81% | - |
| XYZ | 39.22 | 31.19 | 34.96 | - |
| YUV | 154.99 | 128.01 | 164.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 129 | 155 | 0 | 0.37 | 0.25 | 0.19 | 339.74 | 0.44 | 0.66 |
| Hex | CE | 81 | 9B | 0 | 25 | 19 | 13 | 154 | 2C | 42 |
| Octal | 316 | 201 | 233 | 0 | 45 | 31 | 23 | 524 | 54 | 102 |
| Binary | 11001110 | 10000001 | 10011011 | 0 | 100101 | 11001 | 10011 | 101010100 | 101100 | 1000010 |
Color Harmonies of #CE819B
Complementary color
Monochromatic Colors of #CE819B
Black with #CE819B
Text Example
Text Example
White with #CE819B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE819B; }
p { color: rgb(206,129,155); }
H1.HeaderClassName
{
color: #CE819B;
}
.AnyTagClassName
{
color: #CE819B;
}
</style>
background-color css
<style>
a { background-color: #CE819B; }
a { background-color: rgb(206,129,155); }
div.DivClassName
{
background-color: #CE819B;
}
.BgClassName
{
background-color: #CE819B;
}
</style>
border-color css
<style>
span { border-color: #CE819B; }
span { border-color: rgb(206,129,155); }
td.TdClassName
{
border-color: #CE819B;
}
.TagClassName
{
border-color: #CE819B;
}
</style>