Shades of Puce #C78195
Tints of Puce #C78195
RGB
CMYK
RGB Variations
Color information
#C78195 (or 0xC78195) is known color: Puce. HEX triplet: C7, 81 and 95. RGB value is (199,129,149). Sum of RGB (Red+Green+Blue) = 199+129+149=477 (63% of max value = 765). Red value is 199 (78.12% from 255 or 41.72% from 477); Green value is 129 (50.78% from 255 or 27.04% from 477); Blue value is 149 (58.59% from 255 or 31.24% from 477); Max value from RGB is 199 - color contains mainly: red. Hex color #C78195 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C78195 is #387E6A. Grayscale: #989898. Windows color (decimal): -3702379 or 9798087. OLE color: 9798087.
HSL color Cylindrical-coordinate representation of color #C78195: hue angle of 342.86º 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 #C78195 is Cyan = 0, Magento = 0.35, Yellow = 0.25 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 129 | 149 | - |
| CMYK | 0 | 0.35 | 0.25 | 0.22 |
| HSL | 342.86º | 0.38% | 0.64% | - |
| HSV(B) | 342.86º | 0.35% | 0.78% | - |
| XYZ | 36.83 | 30.01 | 32.29 | - |
| YUV | 152.21 | 126.19 | 161.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 129 | 149 | 0 | 0.35 | 0.25 | 0.22 | 342.86 | 0.38 | 0.64 |
| Hex | C7 | 81 | 95 | 0 | 23 | 19 | 16 | 157 | 26 | 40 |
| Octal | 307 | 201 | 225 | 0 | 43 | 31 | 26 | 527 | 46 | 100 |
| Binary | 11000111 | 10000001 | 10010101 | 0 | 100011 | 11001 | 10110 | 101010111 | 100110 | 1000000 |
Color Harmonies of #C78195
Complementary color
Monochromatic Colors of #C78195
Black with #C78195
Text Example
Text Example
White with #C78195
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C78195; }
p { color: rgb(199,129,149); }
H1.HeaderClassName
{
color: #C78195;
}
.AnyTagClassName
{
color: #C78195;
}
</style>
background-color css
<style>
a { background-color: #C78195; }
a { background-color: rgb(199,129,149); }
div.DivClassName
{
background-color: #C78195;
}
.BgClassName
{
background-color: #C78195;
}
</style>
border-color css
<style>
span { border-color: #C78195; }
span { border-color: rgb(199,129,149); }
td.TdClassName
{
border-color: #C78195;
}
.TagClassName
{
border-color: #C78195;
}
</style>