Shades of Puce #C78E93
Tints of Puce #C78E93
RGB
CMYK
RGB Variations
Color information
#C78E93 (or 0xC78E93) is known color: Puce. HEX triplet: C7, 8E and 93. RGB value is (199,142,147). Sum of RGB (Red+Green+Blue) = 199+142+147=488 (64% of max value = 765). Red value is 199 (78.12% from 255 or 40.78% from 488); Green value is 142 (55.86% from 255 or 29.10% from 488); Blue value is 147 (57.81% from 255 or 30.12% from 488); Max value from RGB is 199 - color contains mainly: red. Hex color #C78E93 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C78E93 is #38716C. Grayscale: #9F9F9F. Windows color (decimal): -3699053 or 9670343. OLE color: 9670343.
HSL color Cylindrical-coordinate representation of color #C78E93: hue angle of 354.74º 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 #C78E93 is Cyan = 0, Magento = 0.29, Yellow = 0.26 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 142 | 147 | - |
| CMYK | 0 | 0.29 | 0.26 | 0.22 |
| HSL | 354.74º | 0.34% | 0.67% | - |
| HSV(B) | 354.74º | 0.29% | 0.78% | - |
| XYZ | 38.49 | 33.59 | 32.06 | - |
| YUV | 159.61 | 120.88 | 156.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 142 | 147 | 0 | 0.29 | 0.26 | 0.22 | 354.74 | 0.34 | 0.67 |
| Hex | C7 | 8E | 93 | 0 | 1D | 1A | 16 | 163 | 22 | 43 |
| Octal | 307 | 216 | 223 | 0 | 35 | 32 | 26 | 543 | 42 | 103 |
| Binary | 11000111 | 10001110 | 10010011 | 0 | 11101 | 11010 | 10110 | 101100011 | 100010 | 1000011 |
Color Harmonies of #C78E93
Complementary color
Monochromatic Colors of #C78E93
Black with #C78E93
Text Example
Text Example
White with #C78E93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C78E93; }
p { color: rgb(199,142,147); }
H1.HeaderClassName
{
color: #C78E93;
}
.AnyTagClassName
{
color: #C78E93;
}
</style>
background-color css
<style>
a { background-color: #C78E93; }
a { background-color: rgb(199,142,147); }
div.DivClassName
{
background-color: #C78E93;
}
.BgClassName
{
background-color: #C78E93;
}
</style>
border-color css
<style>
span { border-color: #C78E93; }
span { border-color: rgb(199,142,147); }
td.TdClassName
{
border-color: #C78E93;
}
.TagClassName
{
border-color: #C78E93;
}
</style>