Shades of Puce #C78191
Tints of Puce #C78191
RGB
CMYK
RGB Variations
Color information
#C78191 (or 0xC78191) is known color: Puce. HEX triplet: C7, 81 and 91. RGB value is (199,129,145). Sum of RGB (Red+Green+Blue) = 199+129+145=473 (62% of max value = 765). Red value is 199 (78.12% from 255 or 42.07% from 473); Green value is 129 (50.78% from 255 or 27.27% from 473); Blue value is 145 (57.03% from 255 or 30.66% from 473); Max value from RGB is 199 - color contains mainly: red. Hex color #C78191 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C78191 is #387E6E. Grayscale: #979797. Windows color (decimal): -3702383 or 9535943. OLE color: 9535943.
HSL color Cylindrical-coordinate representation of color #C78191: hue angle of 346.29º 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 #C78191 is Cyan = 0, Magento = 0.35, Yellow = 0.27 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 129 | 145 | - |
| CMYK | 0 | 0.35 | 0.27 | 0.22 |
| HSL | 346.29º | 0.38% | 0.64% | - |
| HSV(B) | 346.29º | 0.35% | 0.78% | - |
| XYZ | 36.51 | 29.89 | 30.63 | - |
| YUV | 151.75 | 124.19 | 161.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 129 | 145 | 0 | 0.35 | 0.27 | 0.22 | 346.29 | 0.38 | 0.64 |
| Hex | C7 | 81 | 91 | 0 | 23 | 1B | 16 | 15A | 26 | 40 |
| Octal | 307 | 201 | 221 | 0 | 43 | 33 | 26 | 532 | 46 | 100 |
| Binary | 11000111 | 10000001 | 10010001 | 0 | 100011 | 11011 | 10110 | 101011010 | 100110 | 1000000 |
Color Harmonies of #C78191
Complementary color
Monochromatic Colors of #C78191
Black with #C78191
Text Example
Text Example
White with #C78191
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C78191; }
p { color: rgb(199,129,145); }
H1.HeaderClassName
{
color: #C78191;
}
.AnyTagClassName
{
color: #C78191;
}
</style>
background-color css
<style>
a { background-color: #C78191; }
a { background-color: rgb(199,129,145); }
div.DivClassName
{
background-color: #C78191;
}
.BgClassName
{
background-color: #C78191;
}
</style>
border-color css
<style>
span { border-color: #C78191; }
span { border-color: rgb(199,129,145); }
td.TdClassName
{
border-color: #C78191;
}
.TagClassName
{
border-color: #C78191;
}
</style>