Shades of Puce #CE828E
Tints of Puce #CE828E
RGB
CMYK
RGB Variations
Color information
#CE828E (or 0xCE828E) is known color: Puce. HEX triplet: CE, 82 and 8E. RGB value is (206,130,142). Sum of RGB (Red+Green+Blue) = 206+130+142=478 (63% of max value = 765). Red value is 206 (80.86% from 255 or 43.10% from 478); Green value is 130 (51.17% from 255 or 27.20% from 478); Blue value is 142 (55.86% from 255 or 29.71% from 478); Max value from RGB is 206 - color contains mainly: red. Hex color #CE828E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CE828E is #317D71. Grayscale: #9A9A9A. Windows color (decimal): -3243378 or 9339598. OLE color: 9339598.
HSL color Cylindrical-coordinate representation of color #CE828E: hue angle of 350.53º 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 #CE828E is Cyan = 0, Magento = 0.37, Yellow = 0.31 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 130 | 142 | - |
| CMYK | 0 | 0.37 | 0.31 | 0.19 |
| HSL | 350.53º | 0.44% | 0.66% | - |
| HSV(B) | 350.53º | 0.37% | 0.81% | - |
| XYZ | 38.32 | 31.04 | 29.56 | - |
| YUV | 154.09 | 121.18 | 165.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 130 | 142 | 0 | 0.37 | 0.31 | 0.19 | 350.53 | 0.44 | 0.66 |
| Hex | CE | 82 | 8E | 0 | 25 | 1F | 13 | 15F | 2C | 42 |
| Octal | 316 | 202 | 216 | 0 | 45 | 37 | 23 | 537 | 54 | 102 |
| Binary | 11001110 | 10000010 | 10001110 | 0 | 100101 | 11111 | 10011 | 101011111 | 101100 | 1000010 |
Color Harmonies of #CE828E
Complementary color
Monochromatic Colors of #CE828E
Black with #CE828E
Text Example
Text Example
White with #CE828E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE828E; }
p { color: rgb(206,130,142); }
H1.HeaderClassName
{
color: #CE828E;
}
.AnyTagClassName
{
color: #CE828E;
}
</style>
background-color css
<style>
a { background-color: #CE828E; }
a { background-color: rgb(206,130,142); }
div.DivClassName
{
background-color: #CE828E;
}
.BgClassName
{
background-color: #CE828E;
}
</style>
border-color css
<style>
span { border-color: #CE828E; }
span { border-color: rgb(206,130,142); }
td.TdClassName
{
border-color: #CE828E;
}
.TagClassName
{
border-color: #CE828E;
}
</style>