Shades of Puce #C78097
Tints of Puce #C78097
RGB
CMYK
RGB Variations
Color information
#C78097 (or 0xC78097) is known color: Puce. HEX triplet: C7, 80 and 97. RGB value is (199,128,151). Sum of RGB (Red+Green+Blue) = 199+128+151=478 (63% of max value = 765). Red value is 199 (78.12% from 255 or 41.63% from 478); Green value is 128 (50.39% from 255 or 26.78% from 478); Blue value is 151 (59.38% from 255 or 31.59% from 478); Max value from RGB is 199 - color contains mainly: red. Hex color #C78097 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C78097 is #387F68. Grayscale: #979797. Windows color (decimal): -3702633 or 9928903. OLE color: 9928903.
HSL color Cylindrical-coordinate representation of color #C78097: hue angle of 340.56º degrees, saturation: 0.39, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #C78097 is Cyan = 0, Magento = 0.36, Yellow = 0.24 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 128 | 151 | - |
| CMYK | 0 | 0.36 | 0.24 | 0.22 |
| HSL | 340.56º | 0.39% | 0.64% | - |
| HSV(B) | 340.56º | 0.36% | 0.78% | - |
| XYZ | 36.86 | 29.81 | 33.09 | - |
| YUV | 151.85 | 127.52 | 161.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 128 | 151 | 0 | 0.36 | 0.24 | 0.22 | 340.56 | 0.39 | 0.64 |
| Hex | C7 | 80 | 97 | 0 | 24 | 18 | 16 | 155 | 27 | 40 |
| Octal | 307 | 200 | 227 | 0 | 44 | 30 | 26 | 525 | 47 | 100 |
| Binary | 11000111 | 10000000 | 10010111 | 0 | 100100 | 11000 | 10110 | 101010101 | 100111 | 1000000 |
Color Harmonies of #C78097
Complementary color
Monochromatic Colors of #C78097
Black with #C78097
Text Example
Text Example
White with #C78097
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C78097; }
p { color: rgb(199,128,151); }
H1.HeaderClassName
{
color: #C78097;
}
.AnyTagClassName
{
color: #C78097;
}
</style>
background-color css
<style>
a { background-color: #C78097; }
a { background-color: rgb(199,128,151); }
div.DivClassName
{
background-color: #C78097;
}
.BgClassName
{
background-color: #C78097;
}
</style>
border-color css
<style>
span { border-color: #C78097; }
span { border-color: rgb(199,128,151); }
td.TdClassName
{
border-color: #C78097;
}
.TagClassName
{
border-color: #C78097;
}
</style>