Shades of Puce #C78D8F
Tints of Puce #C78D8F
RGB
CMYK
RGB Variations
Color information
#C78D8F (or 0xC78D8F) is known color: Puce. HEX triplet: C7, 8D and 8F. RGB value is (199,141,143). Sum of RGB (Red+Green+Blue) = 199+141+143=483 (63% of max value = 765). Red value is 199 (78.12% from 255 or 41.20% from 483); Green value is 141 (55.47% from 255 or 29.19% from 483); Blue value is 143 (56.25% from 255 or 29.61% from 483); Max value from RGB is 199 - color contains mainly: red. Hex color #C78D8F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C78D8F is #387270. Grayscale: #9E9E9E. Windows color (decimal): -3699313 or 9407943. OLE color: 9407943.
HSL color Cylindrical-coordinate representation of color #C78D8F: hue angle of 357.93º 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 #C78D8F is Cyan = 0, Magento = 0.29, Yellow = 0.28 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 141 | 143 | - |
| CMYK | 0 | 0.29 | 0.28 | 0.22 |
| HSL | 357.93º | 0.34% | 0.67% | - |
| HSV(B) | 357.93º | 0.29% | 0.78% | - |
| XYZ | 38.04 | 33.18 | 30.39 | - |
| YUV | 158.57 | 119.22 | 156.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 141 | 143 | 0 | 0.29 | 0.28 | 0.22 | 357.93 | 0.34 | 0.67 |
| Hex | C7 | 8D | 8F | 0 | 1D | 1C | 16 | 166 | 22 | 43 |
| Octal | 307 | 215 | 217 | 0 | 35 | 34 | 26 | 546 | 42 | 103 |
| Binary | 11000111 | 10001101 | 10001111 | 0 | 11101 | 11100 | 10110 | 101100110 | 100010 | 1000011 |
Color Harmonies of #C78D8F
Complementary color
Monochromatic Colors of #C78D8F
Black with #C78D8F
Text Example
Text Example
White with #C78D8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C78D8F; }
p { color: rgb(199,141,143); }
H1.HeaderClassName
{
color: #C78D8F;
}
.AnyTagClassName
{
color: #C78D8F;
}
</style>
background-color css
<style>
a { background-color: #C78D8F; }
a { background-color: rgb(199,141,143); }
div.DivClassName
{
background-color: #C78D8F;
}
.BgClassName
{
background-color: #C78D8F;
}
</style>
border-color css
<style>
span { border-color: #C78D8F; }
span { border-color: rgb(199,141,143); }
td.TdClassName
{
border-color: #C78D8F;
}
.TagClassName
{
border-color: #C78D8F;
}
</style>