Shades of Puce #C78497
Tints of Puce #C78497
RGB
CMYK
RGB Variations
Color information
#C78497 (or 0xC78497) is known color: Puce. HEX triplet: C7, 84 and 97. RGB value is (199,132,151). Sum of RGB (Red+Green+Blue) = 199+132+151=482 (63% of max value = 765). Red value is 199 (78.12% from 255 or 41.29% from 482); Green value is 132 (51.95% from 255 or 27.39% from 482); Blue value is 151 (59.38% from 255 or 31.33% from 482); Max value from RGB is 199 - color contains mainly: red. Hex color #C78497 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C78497 is #387B68. Grayscale: #9A9A9A. Windows color (decimal): -3701609 or 9929927. OLE color: 9929927.
HSL color Cylindrical-coordinate representation of color #C78497: hue angle of 342.99º degrees, saturation: 0.37, 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 #C78497 is Cyan = 0, Magento = 0.34, Yellow = 0.24 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 132 | 151 | - |
| CMYK | 0 | 0.34 | 0.24 | 0.22 |
| HSL | 342.99º | 0.37% | 0.65% | - |
| HSV(B) | 342.99º | 0.34% | 0.78% | - |
| XYZ | 37.39 | 30.88 | 33.27 | - |
| YUV | 154.2 | 126.2 | 159.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 132 | 151 | 0 | 0.34 | 0.24 | 0.22 | 342.99 | 0.37 | 0.65 |
| Hex | C7 | 84 | 97 | 0 | 22 | 18 | 16 | 157 | 25 | 41 |
| Octal | 307 | 204 | 227 | 0 | 42 | 30 | 26 | 527 | 45 | 101 |
| Binary | 11000111 | 10000100 | 10010111 | 0 | 100010 | 11000 | 10110 | 101010111 | 100101 | 1000001 |
Color Harmonies of #C78497
Complementary color
Monochromatic Colors of #C78497
Black with #C78497
Text Example
Text Example
White with #C78497
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C78497; }
p { color: rgb(199,132,151); }
H1.HeaderClassName
{
color: #C78497;
}
.AnyTagClassName
{
color: #C78497;
}
</style>
background-color css
<style>
a { background-color: #C78497; }
a { background-color: rgb(199,132,151); }
div.DivClassName
{
background-color: #C78497;
}
.BgClassName
{
background-color: #C78497;
}
</style>
border-color css
<style>
span { border-color: #C78497; }
span { border-color: rgb(199,132,151); }
td.TdClassName
{
border-color: #C78497;
}
.TagClassName
{
border-color: #C78497;
}
</style>