Shades of Puce #C78586
Tints of Puce #C78586
RGB
CMYK
RGB Variations
Color information
#C78586 (or 0xC78586) is known color: Puce. HEX triplet: C7, 85 and 86. RGB value is (199,133,134). Sum of RGB (Red+Green+Blue) = 199+133+134=466 (61% of max value = 765). Red value is 199 (78.12% from 255 or 42.70% from 466); Green value is 133 (52.34% from 255 or 28.54% from 466); Blue value is 134 (52.73% from 255 or 28.76% from 466); Max value from RGB is 199 - color contains mainly: red. Hex color #C78586 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C78586 is #387A79. Grayscale: #989898. Windows color (decimal): -3701370 or 8816071. OLE color: 8816071.
HSL color Cylindrical-coordinate representation of color #C78586: hue angle of 359.09º degrees, saturation: 0.37, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #C78586 is Cyan = 0, Magento = 0.33, Yellow = 0.33 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 133 | 134 | - |
| CMYK | 0 | 0.33 | 0.33 | 0.22 |
| HSL | 359.09º | 0.37% | 0.65% | - |
| HSV(B) | 359.09º | 0.33% | 0.78% | - |
| XYZ | 36.24 | 30.64 | 26.56 | - |
| YUV | 152.85 | 117.37 | 160.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 133 | 134 | 0 | 0.33 | 0.33 | 0.22 | 359.09 | 0.37 | 0.65 |
| Hex | C7 | 85 | 86 | 0 | 21 | 21 | 16 | 167 | 25 | 41 |
| Octal | 307 | 205 | 206 | 0 | 41 | 41 | 26 | 547 | 45 | 101 |
| Binary | 11000111 | 10000101 | 10000110 | 0 | 100001 | 100001 | 10110 | 101100111 | 100101 | 1000001 |
Color Harmonies of #C78586
Complementary color
Monochromatic Colors of #C78586
Black with #C78586
Text Example
Text Example
White with #C78586
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C78586; }
p { color: rgb(199,133,134); }
H1.HeaderClassName
{
color: #C78586;
}
.AnyTagClassName
{
color: #C78586;
}
</style>
background-color css
<style>
a { background-color: #C78586; }
a { background-color: rgb(199,133,134); }
div.DivClassName
{
background-color: #C78586;
}
.BgClassName
{
background-color: #C78586;
}
</style>
border-color css
<style>
span { border-color: #C78586; }
span { border-color: rgb(199,133,134); }
td.TdClassName
{
border-color: #C78586;
}
.TagClassName
{
border-color: #C78586;
}
</style>