Shades of Puce #C0828E
Tints of Puce #C0828E
RGB
CMYK
RGB Variations
Color information
#C0828E (or 0xC0828E) is known color: Puce. HEX triplet: C0, 82 and 8E. RGB value is (192,130,142). Sum of RGB (Red+Green+Blue) = 192+130+142=464 (61% of max value = 765). Red value is 192 (75.39% from 255 or 41.38% from 464); Green value is 130 (51.17% from 255 or 28.02% from 464); Blue value is 142 (55.86% from 255 or 30.60% from 464); Max value from RGB is 192 - color contains mainly: red. Hex color #C0828E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C0828E is #3F7D71. Grayscale: #959595. Windows color (decimal): -4160882 or 9339584. OLE color: 9339584.
HSL color Cylindrical-coordinate representation of color #C0828E: hue angle of 348.39º degrees, saturation: 0.33, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #C0828E is Cyan = 0, Magento = 0.32, Yellow = 0.26 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 130 | 142 | - |
| CMYK | 0 | 0.32 | 0.26 | 0.25 |
| HSL | 348.39º | 0.33% | 0.63% | - |
| HSV(B) | 348.39º | 0.32% | 0.75% | - |
| XYZ | 34.6 | 29.12 | 29.39 | - |
| YUV | 149.91 | 123.54 | 158.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 130 | 142 | 0 | 0.32 | 0.26 | 0.25 | 348.39 | 0.33 | 0.63 |
| Hex | C0 | 82 | 8E | 0 | 20 | 1A | 19 | 15C | 21 | 3F |
| Octal | 300 | 202 | 216 | 0 | 40 | 32 | 31 | 534 | 41 | 77 |
| Binary | 11000000 | 10000010 | 10001110 | 0 | 100000 | 11010 | 11001 | 101011100 | 100001 | 111111 |
Color Harmonies of #C0828E
Complementary color
Monochromatic Colors of #C0828E
Black with #C0828E
Text Example
Text Example
White with #C0828E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0828E; }
p { color: rgb(192,130,142); }
H1.HeaderClassName
{
color: #C0828E;
}
.AnyTagClassName
{
color: #C0828E;
}
</style>
background-color css
<style>
a { background-color: #C0828E; }
a { background-color: rgb(192,130,142); }
div.DivClassName
{
background-color: #C0828E;
}
.BgClassName
{
background-color: #C0828E;
}
</style>
border-color css
<style>
span { border-color: #C0828E; }
span { border-color: rgb(192,130,142); }
td.TdClassName
{
border-color: #C0828E;
}
.TagClassName
{
border-color: #C0828E;
}
</style>