Shades of Puce #C78788
Tints of Puce #C78788
RGB
CMYK
RGB Variations
Color information
#C78788 (or 0xC78788) is known color: Puce. HEX triplet: C7, 87 and 88. RGB value is (199,135,136). Sum of RGB (Red+Green+Blue) = 199+135+136=470 (62% of max value = 765). Red value is 199 (78.12% from 255 or 42.34% from 470); Green value is 135 (53.12% from 255 or 28.72% from 470); Blue value is 136 (53.52% from 255 or 28.94% from 470); Max value from RGB is 199 - color contains mainly: red. Hex color #C78788 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C78788 is #387877. Grayscale: #9A9A9A. Windows color (decimal): -3700856 or 8947655. OLE color: 8947655.
HSL color Cylindrical-coordinate representation of color #C78788: hue angle of 359.06º degrees, saturation: 0.36, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #C78788 is Cyan = 0, Magento = 0.32, Yellow = 0.32 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 135 | 136 | - |
| CMYK | 0 | 0.32 | 0.32 | 0.22 |
| HSL | 359.06º | 0.36% | 0.65% | - |
| HSV(B) | 359.06º | 0.32% | 0.78% | - |
| XYZ | 36.66 | 31.25 | 27.39 | - |
| YUV | 154.25 | 117.7 | 159.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 135 | 136 | 0 | 0.32 | 0.32 | 0.22 | 359.06 | 0.36 | 0.65 |
| Hex | C7 | 87 | 88 | 0 | 20 | 20 | 16 | 167 | 24 | 41 |
| Octal | 307 | 207 | 210 | 0 | 40 | 40 | 26 | 547 | 44 | 101 |
| Binary | 11000111 | 10000111 | 10001000 | 0 | 100000 | 100000 | 10110 | 101100111 | 100100 | 1000001 |
Color Harmonies of #C78788
Complementary color
Monochromatic Colors of #C78788
Black with #C78788
Text Example
Text Example
White with #C78788
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C78788; }
p { color: rgb(199,135,136); }
H1.HeaderClassName
{
color: #C78788;
}
.AnyTagClassName
{
color: #C78788;
}
</style>
background-color css
<style>
a { background-color: #C78788; }
a { background-color: rgb(199,135,136); }
div.DivClassName
{
background-color: #C78788;
}
.BgClassName
{
background-color: #C78788;
}
</style>
border-color css
<style>
span { border-color: #C78788; }
span { border-color: rgb(199,135,136); }
td.TdClassName
{
border-color: #C78788;
}
.TagClassName
{
border-color: #C78788;
}
</style>