Shades of Puce #C78490
Tints of Puce #C78490
RGB
CMYK
RGB Variations
Color information
#C78490 (or 0xC78490) is known color: Puce. HEX triplet: C7, 84 and 90. RGB value is (199,132,144). Sum of RGB (Red+Green+Blue) = 199+132+144=475 (62% of max value = 765). Red value is 199 (78.12% from 255 or 41.89% from 475); Green value is 132 (51.95% from 255 or 27.79% from 475); Blue value is 144 (56.64% from 255 or 30.32% from 475); Max value from RGB is 199 - color contains mainly: red. Hex color #C78490 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C78490 is #387B6F. Grayscale: #999999. Windows color (decimal): -3701616 or 9471175. OLE color: 9471175.
HSL color Cylindrical-coordinate representation of color #C78490: hue angle of 349.25º degrees, saturation: 0.37, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #C78490 is Cyan = 0, Magento = 0.34, Yellow = 0.28 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 132 | 144 | - |
| CMYK | 0 | 0.34 | 0.28 | 0.22 |
| HSL | 349.25º | 0.37% | 0.65% | - |
| HSV(B) | 349.25º | 0.34% | 0.78% | - |
| XYZ | 36.84 | 30.66 | 30.36 | - |
| YUV | 153.4 | 122.7 | 160.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 132 | 144 | 0 | 0.34 | 0.28 | 0.22 | 349.25 | 0.37 | 0.65 |
| Hex | C7 | 84 | 90 | 0 | 22 | 1C | 16 | 15D | 25 | 41 |
| Octal | 307 | 204 | 220 | 0 | 42 | 34 | 26 | 535 | 45 | 101 |
| Binary | 11000111 | 10000100 | 10010000 | 0 | 100010 | 11100 | 10110 | 101011101 | 100101 | 1000001 |
Color Harmonies of #C78490
Complementary color
Monochromatic Colors of #C78490
Black with #C78490
Text Example
Text Example
White with #C78490
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C78490; }
p { color: rgb(199,132,144); }
H1.HeaderClassName
{
color: #C78490;
}
.AnyTagClassName
{
color: #C78490;
}
</style>
background-color css
<style>
a { background-color: #C78490; }
a { background-color: rgb(199,132,144); }
div.DivClassName
{
background-color: #C78490;
}
.BgClassName
{
background-color: #C78490;
}
</style>
border-color css
<style>
span { border-color: #C78490; }
span { border-color: rgb(199,132,144); }
td.TdClassName
{
border-color: #C78490;
}
.TagClassName
{
border-color: #C78490;
}
</style>