Shades of Puce #C78D91
Tints of Puce #C78D91
RGB
CMYK
RGB Variations
Color information
#C78D91 (or 0xC78D91) is known color: Puce. HEX triplet: C7, 8D and 91. RGB value is (199,141,145). Sum of RGB (Red+Green+Blue) = 199+141+145=485 (64% of max value = 765). Red value is 199 (78.12% from 255 or 41.03% from 485); Green value is 141 (55.47% from 255 or 29.07% from 485); Blue value is 145 (57.03% from 255 or 29.90% from 485); Max value from RGB is 199 - color contains mainly: red. Hex color #C78D91 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C78D91 is #38726E. Grayscale: #9E9E9E. Windows color (decimal): -3699311 or 9539015. OLE color: 9539015.
HSL color Cylindrical-coordinate representation of color #C78D91: hue angle of 355.86º degrees, saturation: 0.34, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #C78D91 is Cyan = 0, Magento = 0.29, Yellow = 0.27 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 141 | 145 | - |
| CMYK | 0 | 0.29 | 0.27 | 0.22 |
| HSL | 355.86º | 0.34% | 0.67% | - |
| HSV(B) | 355.86º | 0.29% | 0.78% | - |
| XYZ | 38.19 | 33.24 | 31.19 | - |
| YUV | 158.8 | 120.22 | 156.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 141 | 145 | 0 | 0.29 | 0.27 | 0.22 | 355.86 | 0.34 | 0.67 |
| Hex | C7 | 8D | 91 | 0 | 1D | 1B | 16 | 164 | 22 | 43 |
| Octal | 307 | 215 | 221 | 0 | 35 | 33 | 26 | 544 | 42 | 103 |
| Binary | 11000111 | 10001101 | 10010001 | 0 | 11101 | 11011 | 10110 | 101100100 | 100010 | 1000011 |
Color Harmonies of #C78D91
Complementary color
Monochromatic Colors of #C78D91
Black with #C78D91
Text Example
Text Example
White with #C78D91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C78D91; }
p { color: rgb(199,141,145); }
H1.HeaderClassName
{
color: #C78D91;
}
.AnyTagClassName
{
color: #C78D91;
}
</style>
background-color css
<style>
a { background-color: #C78D91; }
a { background-color: rgb(199,141,145); }
div.DivClassName
{
background-color: #C78D91;
}
.BgClassName
{
background-color: #C78D91;
}
</style>
border-color css
<style>
span { border-color: #C78D91; }
span { border-color: rgb(199,141,145); }
td.TdClassName
{
border-color: #C78D91;
}
.TagClassName
{
border-color: #C78D91;
}
</style>