Shades of Puce #CE848E
Tints of Puce #CE848E
RGB
CMYK
RGB Variations
Color information
#CE848E (or 0xCE848E) is known color: Puce. HEX triplet: CE, 84 and 8E. RGB value is (206,132,142). Sum of RGB (Red+Green+Blue) = 206+132+142=480 (63% of max value = 765). Red value is 206 (80.86% from 255 or 42.92% from 480); Green value is 132 (51.95% from 255 or 27.5% from 480); Blue value is 142 (55.86% from 255 or 29.58% from 480); Max value from RGB is 206 - color contains mainly: red. Hex color #CE848E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CE848E is #317B71. Grayscale: #9B9B9B. Windows color (decimal): -3242866 or 9340110. OLE color: 9340110.
HSL color Cylindrical-coordinate representation of color #CE848E: hue angle of 351.89º 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 #CE848E is Cyan = 0, Magento = 0.36, Yellow = 0.31 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 132 | 142 | - |
| CMYK | 0 | 0.36 | 0.31 | 0.19 |
| HSL | 351.89º | 0.43% | 0.66% | - |
| HSV(B) | 351.89º | 0.36% | 0.81% | - |
| XYZ | 38.59 | 31.58 | 29.65 | - |
| YUV | 155.27 | 120.52 | 164.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 132 | 142 | 0 | 0.36 | 0.31 | 0.19 | 351.89 | 0.43 | 0.66 |
| Hex | CE | 84 | 8E | 0 | 24 | 1F | 13 | 160 | 2B | 42 |
| Octal | 316 | 204 | 216 | 0 | 44 | 37 | 23 | 540 | 53 | 102 |
| Binary | 11001110 | 10000100 | 10001110 | 0 | 100100 | 11111 | 10011 | 101100000 | 101011 | 1000010 |
Color Harmonies of #CE848E
Complementary color
Monochromatic Colors of #CE848E
Black with #CE848E
Text Example
Text Example
White with #CE848E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE848E; }
p { color: rgb(206,132,142); }
H1.HeaderClassName
{
color: #CE848E;
}
.AnyTagClassName
{
color: #CE848E;
}
</style>
background-color css
<style>
a { background-color: #CE848E; }
a { background-color: rgb(206,132,142); }
div.DivClassName
{
background-color: #CE848E;
}
.BgClassName
{
background-color: #CE848E;
}
</style>
border-color css
<style>
span { border-color: #CE848E; }
span { border-color: rgb(206,132,142); }
td.TdClassName
{
border-color: #CE848E;
}
.TagClassName
{
border-color: #CE848E;
}
</style>