Shades of Puce #C78192
Tints of Puce #C78192
RGB
CMYK
RGB Variations
Color information
#C78192 (or 0xC78192) is known color: Puce. HEX triplet: C7, 81 and 92. RGB value is (199,129,146). Sum of RGB (Red+Green+Blue) = 199+129+146=474 (62% of max value = 765). Red value is 199 (78.12% from 255 or 41.98% from 474); Green value is 129 (50.78% from 255 or 27.22% from 474); Blue value is 146 (57.42% from 255 or 30.80% from 474); Max value from RGB is 199 - color contains mainly: red. Hex color #C78192 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C78192 is #387E6D. Grayscale: #979797. Windows color (decimal): -3702382 or 9601479. OLE color: 9601479.
HSL color Cylindrical-coordinate representation of color #C78192: hue angle of 345.43º degrees, saturation: 0.38, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #C78192 is Cyan = 0, Magento = 0.35, Yellow = 0.27 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 129 | 146 | - |
| CMYK | 0 | 0.35 | 0.27 | 0.22 |
| HSL | 345.43º | 0.38% | 0.64% | - |
| HSV(B) | 345.43º | 0.35% | 0.78% | - |
| XYZ | 36.59 | 29.92 | 31.04 | - |
| YUV | 151.87 | 124.69 | 161.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 129 | 146 | 0 | 0.35 | 0.27 | 0.22 | 345.43 | 0.38 | 0.64 |
| Hex | C7 | 81 | 92 | 0 | 23 | 1B | 16 | 159 | 26 | 40 |
| Octal | 307 | 201 | 222 | 0 | 43 | 33 | 26 | 531 | 46 | 100 |
| Binary | 11000111 | 10000001 | 10010010 | 0 | 100011 | 11011 | 10110 | 101011001 | 100110 | 1000000 |
Color Harmonies of #C78192
Complementary color
Monochromatic Colors of #C78192
Black with #C78192
Text Example
Text Example
White with #C78192
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C78192; }
p { color: rgb(199,129,146); }
H1.HeaderClassName
{
color: #C78192;
}
.AnyTagClassName
{
color: #C78192;
}
</style>
background-color css
<style>
a { background-color: #C78192; }
a { background-color: rgb(199,129,146); }
div.DivClassName
{
background-color: #C78192;
}
.BgClassName
{
background-color: #C78192;
}
</style>
border-color css
<style>
span { border-color: #C78192; }
span { border-color: rgb(199,129,146); }
td.TdClassName
{
border-color: #C78192;
}
.TagClassName
{
border-color: #C78192;
}
</style>