Shades of Puce #CE848C
Tints of Puce #CE848C
RGB
CMYK
RGB Variations
Color information
#CE848C (or 0xCE848C) is known color: Puce. HEX triplet: CE, 84 and 8C. RGB value is (206,132,140). Sum of RGB (Red+Green+Blue) = 206+132+140=478 (63% of max value = 765). Red value is 206 (80.86% from 255 or 43.10% from 478); Green value is 132 (51.95% from 255 or 27.62% from 478); Blue value is 140 (55.08% from 255 or 29.29% from 478); Max value from RGB is 206 - color contains mainly: red. Hex color #CE848C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CE848C is #317B73. Grayscale: #9B9B9B. Windows color (decimal): -3242868 or 9209038. OLE color: 9209038.
HSL color Cylindrical-coordinate representation of color #CE848C: hue angle of 353.51º 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 #CE848C is Cyan = 0, Magento = 0.36, Yellow = 0.32 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 132 | 140 | - |
| CMYK | 0 | 0.36 | 0.32 | 0.19 |
| HSL | 353.51º | 0.43% | 0.66% | - |
| HSV(B) | 353.51º | 0.36% | 0.81% | - |
| XYZ | 38.44 | 31.52 | 28.87 | - |
| YUV | 155.04 | 119.52 | 164.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 132 | 140 | 0 | 0.36 | 0.32 | 0.19 | 353.51 | 0.43 | 0.66 |
| Hex | CE | 84 | 8C | 0 | 24 | 20 | 13 | 162 | 2B | 42 |
| Octal | 316 | 204 | 214 | 0 | 44 | 40 | 23 | 542 | 53 | 102 |
| Binary | 11001110 | 10000100 | 10001100 | 0 | 100100 | 100000 | 10011 | 101100010 | 101011 | 1000010 |
Color Harmonies of #CE848C
Complementary color
Monochromatic Colors of #CE848C
Black with #CE848C
Text Example
Text Example
White with #CE848C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE848C; }
p { color: rgb(206,132,140); }
H1.HeaderClassName
{
color: #CE848C;
}
.AnyTagClassName
{
color: #CE848C;
}
</style>
background-color css
<style>
a { background-color: #CE848C; }
a { background-color: rgb(206,132,140); }
div.DivClassName
{
background-color: #CE848C;
}
.BgClassName
{
background-color: #CE848C;
}
</style>
border-color css
<style>
span { border-color: #CE848C; }
span { border-color: rgb(206,132,140); }
td.TdClassName
{
border-color: #CE848C;
}
.TagClassName
{
border-color: #CE848C;
}
</style>