Shades of Puce #C78099
Tints of Puce #C78099
RGB
CMYK
RGB Variations
Color information
#C78099 (or 0xC78099) is known color: Puce. HEX triplet: C7, 80 and 99. RGB value is (199,128,153). Sum of RGB (Red+Green+Blue) = 199+128+153=480 (63% of max value = 765). Red value is 199 (78.12% from 255 or 41.46% from 480); Green value is 128 (50.39% from 255 or 26.67% from 480); Blue value is 153 (60.16% from 255 or 31.88% from 480); Max value from RGB is 199 - color contains mainly: red. Hex color #C78099 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C78099 is #387F66. Grayscale: #989898. Windows color (decimal): -3702631 or 10059975. OLE color: 10059975.
HSL color Cylindrical-coordinate representation of color #C78099: hue angle of 338.87º 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 #C78099 is Cyan = 0, Magento = 0.36, Yellow = 0.23 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 128 | 153 | - |
| CMYK | 0 | 0.36 | 0.23 | 0.22 |
| HSL | 338.87º | 0.39% | 0.64% | - |
| HSV(B) | 338.87º | 0.36% | 0.78% | - |
| XYZ | 37.02 | 29.88 | 33.95 | - |
| YUV | 152.08 | 128.52 | 161.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 128 | 153 | 0 | 0.36 | 0.23 | 0.22 | 338.87 | 0.39 | 0.64 |
| Hex | C7 | 80 | 99 | 0 | 24 | 17 | 16 | 153 | 27 | 40 |
| Octal | 307 | 200 | 231 | 0 | 44 | 27 | 26 | 523 | 47 | 100 |
| Binary | 11000111 | 10000000 | 10011001 | 0 | 100100 | 10111 | 10110 | 101010011 | 100111 | 1000000 |
Color Harmonies of #C78099
Complementary color
Monochromatic Colors of #C78099
Black with #C78099
Text Example
Text Example
White with #C78099
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C78099; }
p { color: rgb(199,128,153); }
H1.HeaderClassName
{
color: #C78099;
}
.AnyTagClassName
{
color: #C78099;
}
</style>
background-color css
<style>
a { background-color: #C78099; }
a { background-color: rgb(199,128,153); }
div.DivClassName
{
background-color: #C78099;
}
.BgClassName
{
background-color: #C78099;
}
</style>
border-color css
<style>
span { border-color: #C78099; }
span { border-color: rgb(199,128,153); }
td.TdClassName
{
border-color: #C78099;
}
.TagClassName
{
border-color: #C78099;
}
</style>