Shades of Puce #C78398
Tints of Puce #C78398
RGB
CMYK
RGB Variations
Color information
#C78398 (or 0xC78398) is known color: Puce. HEX triplet: C7, 83 and 98. RGB value is (199,131,152). Sum of RGB (Red+Green+Blue) = 199+131+152=482 (63% of max value = 765). Red value is 199 (78.12% from 255 or 41.29% from 482); Green value is 131 (51.56% from 255 or 27.18% from 482); Blue value is 152 (59.77% from 255 or 31.54% from 482); Max value from RGB is 199 - color contains mainly: red. Hex color #C78398 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C78398 is #387C67. Grayscale: #999999. Windows color (decimal): -3701864 or 9995207. OLE color: 9995207.
HSL color Cylindrical-coordinate representation of color #C78398: hue angle of 341.47º degrees, saturation: 0.38, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #C78398 is Cyan = 0, Magento = 0.34, Yellow = 0.24 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 131 | 152 | - |
| CMYK | 0 | 0.34 | 0.24 | 0.22 |
| HSL | 341.47º | 0.38% | 0.65% | - |
| HSV(B) | 341.47º | 0.34% | 0.78% | - |
| XYZ | 37.34 | 30.64 | 33.65 | - |
| YUV | 153.73 | 127.03 | 160.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 131 | 152 | 0 | 0.34 | 0.24 | 0.22 | 341.47 | 0.38 | 0.65 |
| Hex | C7 | 83 | 98 | 0 | 22 | 18 | 16 | 155 | 26 | 41 |
| Octal | 307 | 203 | 230 | 0 | 42 | 30 | 26 | 525 | 46 | 101 |
| Binary | 11000111 | 10000011 | 10011000 | 0 | 100010 | 11000 | 10110 | 101010101 | 100110 | 1000001 |
Color Harmonies of #C78398
Complementary color
Monochromatic Colors of #C78398
Black with #C78398
Text Example
Text Example
White with #C78398
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C78398; }
p { color: rgb(199,131,152); }
H1.HeaderClassName
{
color: #C78398;
}
.AnyTagClassName
{
color: #C78398;
}
</style>
background-color css
<style>
a { background-color: #C78398; }
a { background-color: rgb(199,131,152); }
div.DivClassName
{
background-color: #C78398;
}
.BgClassName
{
background-color: #C78398;
}
</style>
border-color css
<style>
span { border-color: #C78398; }
span { border-color: rgb(199,131,152); }
td.TdClassName
{
border-color: #C78398;
}
.TagClassName
{
border-color: #C78398;
}
</style>