Shades of Puce #C0828C
Tints of Puce #C0828C
RGB
CMYK
RGB Variations
Color information
#C0828C (or 0xC0828C) is known color: Puce. HEX triplet: C0, 82 and 8C. RGB value is (192,130,140). Sum of RGB (Red+Green+Blue) = 192+130+140=462 (61% of max value = 765). Red value is 192 (75.39% from 255 or 41.56% from 462); Green value is 130 (51.17% from 255 or 28.14% from 462); Blue value is 140 (55.08% from 255 or 30.30% from 462); Max value from RGB is 192 - color contains mainly: red. Hex color #C0828C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C0828C is #3F7D73. Grayscale: #959595. Windows color (decimal): -4160884 or 9208512. OLE color: 9208512.
HSL color Cylindrical-coordinate representation of color #C0828C: hue angle of 350.32º 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 #C0828C is Cyan = 0, Magento = 0.32, Yellow = 0.27 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 130 | 140 | - |
| CMYK | 0 | 0.32 | 0.27 | 0.25 |
| HSL | 350.32º | 0.33% | 0.63% | - |
| HSV(B) | 350.32º | 0.32% | 0.75% | - |
| XYZ | 34.45 | 29.07 | 28.61 | - |
| YUV | 149.68 | 122.54 | 158.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 130 | 140 | 0 | 0.32 | 0.27 | 0.25 | 350.32 | 0.33 | 0.63 |
| Hex | C0 | 82 | 8C | 0 | 20 | 1B | 19 | 15E | 21 | 3F |
| Octal | 300 | 202 | 214 | 0 | 40 | 33 | 31 | 536 | 41 | 77 |
| Binary | 11000000 | 10000010 | 10001100 | 0 | 100000 | 11011 | 11001 | 101011110 | 100001 | 111111 |
Color Harmonies of #C0828C
Complementary color
Monochromatic Colors of #C0828C
Black with #C0828C
Text Example
Text Example
White with #C0828C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0828C; }
p { color: rgb(192,130,140); }
H1.HeaderClassName
{
color: #C0828C;
}
.AnyTagClassName
{
color: #C0828C;
}
</style>
background-color css
<style>
a { background-color: #C0828C; }
a { background-color: rgb(192,130,140); }
div.DivClassName
{
background-color: #C0828C;
}
.BgClassName
{
background-color: #C0828C;
}
</style>
border-color css
<style>
span { border-color: #C0828C; }
span { border-color: rgb(192,130,140); }
td.TdClassName
{
border-color: #C0828C;
}
.TagClassName
{
border-color: #C0828C;
}
</style>