Shades of Puce #CE839D
Tints of Puce #CE839D
RGB
CMYK
RGB Variations
Color information
#CE839D (or 0xCE839D) is known color: Puce. HEX triplet: CE, 83 and 9D. RGB value is (206,131,157). Sum of RGB (Red+Green+Blue) = 206+131+157=494 (65% of max value = 765). Red value is 206 (80.86% from 255 or 41.70% from 494); Green value is 131 (51.56% from 255 or 26.52% from 494); Blue value is 157 (61.72% from 255 or 31.78% from 494); Max value from RGB is 206 - color contains mainly: red. Hex color #CE839D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CE839D is #317C62. Grayscale: #9C9C9C. Windows color (decimal): -3243107 or 10322894. OLE color: 10322894.
HSL color Cylindrical-coordinate representation of color #CE839D: hue angle of 339.2º degrees, saturation: 0.43, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #CE839D is Cyan = 0, Magento = 0.36, Yellow = 0.24 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 131 | 157 | - |
| CMYK | 0 | 0.36 | 0.24 | 0.19 |
| HSL | 339.2º | 0.43% | 0.66% | - |
| HSV(B) | 339.2º | 0.36% | 0.81% | - |
| XYZ | 39.66 | 31.79 | 35.94 | - |
| YUV | 156.39 | 128.35 | 163.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 131 | 157 | 0 | 0.36 | 0.24 | 0.19 | 339.2 | 0.43 | 0.66 |
| Hex | CE | 83 | 9D | 0 | 24 | 18 | 13 | 153 | 2B | 42 |
| Octal | 316 | 203 | 235 | 0 | 44 | 30 | 23 | 523 | 53 | 102 |
| Binary | 11001110 | 10000011 | 10011101 | 0 | 100100 | 11000 | 10011 | 101010011 | 101011 | 1000010 |
Color Harmonies of #CE839D
Complementary color
Monochromatic Colors of #CE839D
Black with #CE839D
Text Example
Text Example
White with #CE839D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE839D; }
p { color: rgb(206,131,157); }
H1.HeaderClassName
{
color: #CE839D;
}
.AnyTagClassName
{
color: #CE839D;
}
</style>
background-color css
<style>
a { background-color: #CE839D; }
a { background-color: rgb(206,131,157); }
div.DivClassName
{
background-color: #CE839D;
}
.BgClassName
{
background-color: #CE839D;
}
</style>
border-color css
<style>
span { border-color: #CE839D; }
span { border-color: rgb(206,131,157); }
td.TdClassName
{
border-color: #CE839D;
}
.TagClassName
{
border-color: #CE839D;
}
</style>