Shades of Puce #CE849C
Tints of Puce #CE849C
RGB
CMYK
RGB Variations
Color information
#CE849C (or 0xCE849C) is known color: Puce. HEX triplet: CE, 84 and 9C. RGB value is (206,132,156). Sum of RGB (Red+Green+Blue) = 206+132+156=494 (65% of max value = 765). Red value is 206 (80.86% from 255 or 41.70% from 494); Green value is 132 (51.95% from 255 or 26.72% from 494); Blue value is 156 (61.33% from 255 or 31.58% from 494); Max value from RGB is 206 - color contains mainly: red. Hex color #CE849C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CE849C is #317B63. Grayscale: #9C9C9C. Windows color (decimal): -3242852 or 10257614. OLE color: 10257614.
HSL color Cylindrical-coordinate representation of color #CE849C: hue angle of 340.54º 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 #CE849C is Cyan = 0, Magento = 0.36, Yellow = 0.24 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 132 | 156 | - |
| CMYK | 0 | 0.36 | 0.24 | 0.19 |
| HSL | 340.54º | 0.43% | 0.66% | - |
| HSV(B) | 340.54º | 0.36% | 0.81% | - |
| XYZ | 39.71 | 32.02 | 35.54 | - |
| YUV | 156.86 | 127.52 | 163.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 132 | 156 | 0 | 0.36 | 0.24 | 0.19 | 340.54 | 0.43 | 0.66 |
| Hex | CE | 84 | 9C | 0 | 24 | 18 | 13 | 155 | 2B | 42 |
| Octal | 316 | 204 | 234 | 0 | 44 | 30 | 23 | 525 | 53 | 102 |
| Binary | 11001110 | 10000100 | 10011100 | 0 | 100100 | 11000 | 10011 | 101010101 | 101011 | 1000010 |
Color Harmonies of #CE849C
Complementary color
Monochromatic Colors of #CE849C
Black with #CE849C
Text Example
Text Example
White with #CE849C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE849C; }
p { color: rgb(206,132,156); }
H1.HeaderClassName
{
color: #CE849C;
}
.AnyTagClassName
{
color: #CE849C;
}
</style>
background-color css
<style>
a { background-color: #CE849C; }
a { background-color: rgb(206,132,156); }
div.DivClassName
{
background-color: #CE849C;
}
.BgClassName
{
background-color: #CE849C;
}
</style>
border-color css
<style>
span { border-color: #CE849C; }
span { border-color: rgb(206,132,156); }
td.TdClassName
{
border-color: #CE849C;
}
.TagClassName
{
border-color: #CE849C;
}
</style>