Shades of Puce #C58095
Tints of Puce #C58095
RGB
CMYK
RGB Variations
Color information
#C58095 (or 0xC58095) is known color: Puce. HEX triplet: C5, 80 and 95. RGB value is (197,128,149). Sum of RGB (Red+Green+Blue) = 197+128+149=474 (62% of max value = 765). Red value is 197 (77.34% from 255 or 41.56% from 474); Green value is 128 (50.39% from 255 or 27.00% from 474); Blue value is 149 (58.59% from 255 or 31.43% from 474); Max value from RGB is 197 - color contains mainly: red. Hex color #C58095 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C58095 is #3A7F6A. Grayscale: #979797. Windows color (decimal): -3833707 or 9797829. OLE color: 9797829.
HSL color Cylindrical-coordinate representation of color #C58095: hue angle of 341.74º degrees, saturation: 0.37, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #C58095 is Cyan = 0, Magento = 0.35, Yellow = 0.24 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 128 | 149 | - |
| CMYK | 0 | 0.35 | 0.24 | 0.23 |
| HSL | 341.74º | 0.37% | 0.64% | - |
| HSV(B) | 341.74º | 0.35% | 0.77% | - |
| XYZ | 36.17 | 29.48 | 32.22 | - |
| YUV | 151.03 | 126.86 | 160.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 128 | 149 | 0 | 0.35 | 0.24 | 0.23 | 341.74 | 0.37 | 0.64 |
| Hex | C5 | 80 | 95 | 0 | 23 | 18 | 17 | 156 | 25 | 40 |
| Octal | 305 | 200 | 225 | 0 | 43 | 30 | 27 | 526 | 45 | 100 |
| Binary | 11000101 | 10000000 | 10010101 | 0 | 100011 | 11000 | 10111 | 101010110 | 100101 | 1000000 |
Color Harmonies of #C58095
Complementary color
Monochromatic Colors of #C58095
Black with #C58095
Text Example
Text Example
White with #C58095
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C58095; }
p { color: rgb(197,128,149); }
H1.HeaderClassName
{
color: #C58095;
}
.AnyTagClassName
{
color: #C58095;
}
</style>
background-color css
<style>
a { background-color: #C58095; }
a { background-color: rgb(197,128,149); }
div.DivClassName
{
background-color: #C58095;
}
.BgClassName
{
background-color: #C58095;
}
</style>
border-color css
<style>
span { border-color: #C58095; }
span { border-color: rgb(197,128,149); }
td.TdClassName
{
border-color: #C58095;
}
.TagClassName
{
border-color: #C58095;
}
</style>