Shades of Puce #C7879C
Tints of Puce #C7879C
RGB
CMYK
RGB Variations
Color information
#C7879C (or 0xC7879C) is known color: Puce. HEX triplet: C7, 87 and 9C. RGB value is (199,135,156). Sum of RGB (Red+Green+Blue) = 199+135+156=490 (64% of max value = 765). Red value is 199 (78.12% from 255 or 40.61% from 490); Green value is 135 (53.12% from 255 or 27.55% from 490); Blue value is 156 (61.33% from 255 or 31.84% from 490); Max value from RGB is 199 - color contains mainly: red. Hex color #C7879C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C7879C is #387863. Grayscale: #9C9C9C. Windows color (decimal): -3700836 or 10258375. OLE color: 10258375.
HSL color Cylindrical-coordinate representation of color #C7879C: hue angle of 340.31º degrees, saturation: 0.36, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #C7879C is Cyan = 0, Magento = 0.32, Yellow = 0.22 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 135 | 156 | - |
| CMYK | 0 | 0.32 | 0.22 | 0.22 |
| HSL | 340.31º | 0.36% | 0.65% | - |
| HSV(B) | 340.31º | 0.32% | 0.78% | - |
| XYZ | 38.22 | 31.87 | 35.59 | - |
| YUV | 156.53 | 127.7 | 158.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 135 | 156 | 0 | 0.32 | 0.22 | 0.22 | 340.31 | 0.36 | 0.65 |
| Hex | C7 | 87 | 9C | 0 | 20 | 16 | 16 | 154 | 24 | 41 |
| Octal | 307 | 207 | 234 | 0 | 40 | 26 | 26 | 524 | 44 | 101 |
| Binary | 11000111 | 10000111 | 10011100 | 0 | 100000 | 10110 | 10110 | 101010100 | 100100 | 1000001 |
Color Harmonies of #C7879C
Complementary color
Monochromatic Colors of #C7879C
Black with #C7879C
Text Example
Text Example
White with #C7879C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7879C; }
p { color: rgb(199,135,156); }
H1.HeaderClassName
{
color: #C7879C;
}
.AnyTagClassName
{
color: #C7879C;
}
</style>
background-color css
<style>
a { background-color: #C7879C; }
a { background-color: rgb(199,135,156); }
div.DivClassName
{
background-color: #C7879C;
}
.BgClassName
{
background-color: #C7879C;
}
</style>
border-color css
<style>
span { border-color: #C7879C; }
span { border-color: rgb(199,135,156); }
td.TdClassName
{
border-color: #C7879C;
}
.TagClassName
{
border-color: #C7879C;
}
</style>