Shades of Puce #C78098
Tints of Puce #C78098
RGB
CMYK
RGB Variations
Color information
#C78098 (or 0xC78098) is known color: Puce. HEX triplet: C7, 80 and 98. RGB value is (199,128,152). Sum of RGB (Red+Green+Blue) = 199+128+152=479 (63% of max value = 765). Red value is 199 (78.12% from 255 or 41.54% from 479); Green value is 128 (50.39% from 255 or 26.72% from 479); Blue value is 152 (59.77% from 255 or 31.73% from 479); Max value from RGB is 199 - color contains mainly: red. Hex color #C78098 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C78098 is #387F67. Grayscale: #979797. Windows color (decimal): -3702632 or 9994439. OLE color: 9994439.
HSL color Cylindrical-coordinate representation of color #C78098: hue angle of 339.72º 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 #C78098 is Cyan = 0, Magento = 0.36, Yellow = 0.24 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 128 | 152 | - |
| CMYK | 0 | 0.36 | 0.24 | 0.22 |
| HSL | 339.72º | 0.39% | 0.64% | - |
| HSV(B) | 339.72º | 0.36% | 0.78% | - |
| XYZ | 36.94 | 29.85 | 33.52 | - |
| YUV | 151.97 | 128.02 | 161.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 128 | 152 | 0 | 0.36 | 0.24 | 0.22 | 339.72 | 0.39 | 0.64 |
| Hex | C7 | 80 | 98 | 0 | 24 | 18 | 16 | 154 | 27 | 40 |
| Octal | 307 | 200 | 230 | 0 | 44 | 30 | 26 | 524 | 47 | 100 |
| Binary | 11000111 | 10000000 | 10011000 | 0 | 100100 | 11000 | 10110 | 101010100 | 100111 | 1000000 |
Color Harmonies of #C78098
Complementary color
Monochromatic Colors of #C78098
Black with #C78098
Text Example
Text Example
White with #C78098
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C78098; }
p { color: rgb(199,128,152); }
H1.HeaderClassName
{
color: #C78098;
}
.AnyTagClassName
{
color: #C78098;
}
</style>
background-color css
<style>
a { background-color: #C78098; }
a { background-color: rgb(199,128,152); }
div.DivClassName
{
background-color: #C78098;
}
.BgClassName
{
background-color: #C78098;
}
</style>
border-color css
<style>
span { border-color: #C78098; }
span { border-color: rgb(199,128,152); }
td.TdClassName
{
border-color: #C78098;
}
.TagClassName
{
border-color: #C78098;
}
</style>