Shades of Puce #C78C92
Tints of Puce #C78C92
RGB
CMYK
RGB Variations
Color information
#C78C92 (or 0xC78C92) is known color: Puce. HEX triplet: C7, 8C and 92. RGB value is (199,140,146). Sum of RGB (Red+Green+Blue) = 199+140+146=485 (64% of max value = 765). Red value is 199 (78.12% from 255 or 41.03% from 485); Green value is 140 (55.08% from 255 or 28.87% from 485); Blue value is 146 (57.42% from 255 or 30.10% from 485); Max value from RGB is 199 - color contains mainly: red. Hex color #C78C92 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C78C92 is #38736D. Grayscale: #9E9E9E. Windows color (decimal): -3699566 or 9604295. OLE color: 9604295.
HSL color Cylindrical-coordinate representation of color #C78C92: hue angle of 353.9º degrees, saturation: 0.35, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #C78C92 is Cyan = 0, Magento = 0.30, Yellow = 0.27 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 140 | 146 | - |
| CMYK | 0 | 0.30 | 0.27 | 0.22 |
| HSL | 353.9º | 0.35% | 0.66% | - |
| HSV(B) | 353.9º | 0.3% | 0.78% | - |
| XYZ | 38.12 | 32.97 | 31.55 | - |
| YUV | 158.33 | 121.05 | 157.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 140 | 146 | 0 | 0.30 | 0.27 | 0.22 | 353.9 | 0.35 | 0.66 |
| Hex | C7 | 8C | 92 | 0 | 1E | 1B | 16 | 162 | 23 | 42 |
| Octal | 307 | 214 | 222 | 0 | 36 | 33 | 26 | 542 | 43 | 102 |
| Binary | 11000111 | 10001100 | 10010010 | 0 | 11110 | 11011 | 10110 | 101100010 | 100011 | 1000010 |
Color Harmonies of #C78C92
Complementary color
Monochromatic Colors of #C78C92
Black with #C78C92
Text Example
Text Example
White with #C78C92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C78C92; }
p { color: rgb(199,140,146); }
H1.HeaderClassName
{
color: #C78C92;
}
.AnyTagClassName
{
color: #C78C92;
}
</style>
background-color css
<style>
a { background-color: #C78C92; }
a { background-color: rgb(199,140,146); }
div.DivClassName
{
background-color: #C78C92;
}
.BgClassName
{
background-color: #C78C92;
}
</style>
border-color css
<style>
span { border-color: #C78C92; }
span { border-color: rgb(199,140,146); }
td.TdClassName
{
border-color: #C78C92;
}
.TagClassName
{
border-color: #C78C92;
}
</style>