Shades of Puce #C78597
Tints of Puce #C78597
RGB
CMYK
RGB Variations
Color information
#C78597 (or 0xC78597) is known color: Puce. HEX triplet: C7, 85 and 97. RGB value is (199,133,151). Sum of RGB (Red+Green+Blue) = 199+133+151=483 (63% of max value = 765). Red value is 199 (78.12% from 255 or 41.20% from 483); Green value is 133 (52.34% from 255 or 27.54% from 483); Blue value is 151 (59.38% from 255 or 31.26% from 483); Max value from RGB is 199 - color contains mainly: red. Hex color #C78597 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C78597 is #387A68. Grayscale: #9A9A9A. Windows color (decimal): -3701353 or 9930183. OLE color: 9930183.
HSL color Cylindrical-coordinate representation of color #C78597: hue angle of 343.64º 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 #C78597 is Cyan = 0, Magento = 0.33, Yellow = 0.24 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 133 | 151 | - |
| CMYK | 0 | 0.33 | 0.24 | 0.22 |
| HSL | 343.64º | 0.37% | 0.65% | - |
| HSV(B) | 343.64º | 0.33% | 0.78% | - |
| XYZ | 37.53 | 31.15 | 33.31 | - |
| YUV | 154.79 | 125.87 | 159.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 133 | 151 | 0 | 0.33 | 0.24 | 0.22 | 343.64 | 0.37 | 0.65 |
| Hex | C7 | 85 | 97 | 0 | 21 | 18 | 16 | 158 | 25 | 41 |
| Octal | 307 | 205 | 227 | 0 | 41 | 30 | 26 | 530 | 45 | 101 |
| Binary | 11000111 | 10000101 | 10010111 | 0 | 100001 | 11000 | 10110 | 101011000 | 100101 | 1000001 |
Color Harmonies of #C78597
Complementary color
Monochromatic Colors of #C78597
Black with #C78597
Text Example
Text Example
White with #C78597
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C78597; }
p { color: rgb(199,133,151); }
H1.HeaderClassName
{
color: #C78597;
}
.AnyTagClassName
{
color: #C78597;
}
</style>
background-color css
<style>
a { background-color: #C78597; }
a { background-color: rgb(199,133,151); }
div.DivClassName
{
background-color: #C78597;
}
.BgClassName
{
background-color: #C78597;
}
</style>
border-color css
<style>
span { border-color: #C78597; }
span { border-color: rgb(199,133,151); }
td.TdClassName
{
border-color: #C78597;
}
.TagClassName
{
border-color: #C78597;
}
</style>