Shades of Puce #C7829E
Tints of Puce #C7829E
RGB
CMYK
RGB Variations
Color information
#C7829E (or 0xC7829E) is known color: Puce. HEX triplet: C7, 82 and 9E. RGB value is (199,130,158). Sum of RGB (Red+Green+Blue) = 199+130+158=487 (64% of max value = 765). Red value is 199 (78.12% from 255 or 40.86% from 487); Green value is 130 (51.17% from 255 or 26.69% from 487); Blue value is 158 (62.11% from 255 or 32.44% from 487); Max value from RGB is 199 - color contains mainly: red. Hex color #C7829E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C7829E is #387D61. Grayscale: #999999. Windows color (decimal): -3702114 or 10388167. OLE color: 10388167.
HSL color Cylindrical-coordinate representation of color #C7829E: hue angle of 335.65º degrees, saturation: 0.38, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #C7829E is Cyan = 0, Magento = 0.35, Yellow = 0.21 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 130 | 158 | - |
| CMYK | 0 | 0.35 | 0.21 | 0.22 |
| HSL | 335.65º | 0.38% | 0.65% | - |
| HSV(B) | 335.65º | 0.35% | 0.78% | - |
| XYZ | 37.71 | 30.58 | 36.26 | - |
| YUV | 153.82 | 130.36 | 160.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 130 | 158 | 0 | 0.35 | 0.21 | 0.22 | 335.65 | 0.38 | 0.65 |
| Hex | C7 | 82 | 9E | 0 | 23 | 15 | 16 | 150 | 26 | 41 |
| Octal | 307 | 202 | 236 | 0 | 43 | 25 | 26 | 520 | 46 | 101 |
| Binary | 11000111 | 10000010 | 10011110 | 0 | 100011 | 10101 | 10110 | 101010000 | 100110 | 1000001 |
Color Harmonies of #C7829E
Complementary color
Monochromatic Colors of #C7829E
Black with #C7829E
Text Example
Text Example
White with #C7829E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7829E; }
p { color: rgb(199,130,158); }
H1.HeaderClassName
{
color: #C7829E;
}
.AnyTagClassName
{
color: #C7829E;
}
</style>
background-color css
<style>
a { background-color: #C7829E; }
a { background-color: rgb(199,130,158); }
div.DivClassName
{
background-color: #C7829E;
}
.BgClassName
{
background-color: #C7829E;
}
</style>
border-color css
<style>
span { border-color: #C7829E; }
span { border-color: rgb(199,130,158); }
td.TdClassName
{
border-color: #C7829E;
}
.TagClassName
{
border-color: #C7829E;
}
</style>