Shades of Puce #C58393
Tints of Puce #C58393
RGB
CMYK
RGB Variations
Color information
#C58393 (or 0xC58393) is known color: Puce. HEX triplet: C5, 83 and 93. RGB value is (197,131,147). Sum of RGB (Red+Green+Blue) = 197+131+147=475 (62% of max value = 765). Red value is 197 (77.34% from 255 or 41.47% from 475); Green value is 131 (51.56% from 255 or 27.58% from 475); Blue value is 147 (57.81% from 255 or 30.95% from 475); Max value from RGB is 197 - color contains mainly: red. Hex color #C58393 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C58393 is #3A7C6C. Grayscale: #989898. Windows color (decimal): -3832941 or 9667525. OLE color: 9667525.
HSL color Cylindrical-coordinate representation of color #C58393: hue angle of 345.45º degrees, saturation: 0.36, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #C58393 is Cyan = 0, Magento = 0.34, Yellow = 0.25 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 131 | 147 | - |
| CMYK | 0 | 0.34 | 0.25 | 0.23 |
| HSL | 345.45º | 0.36% | 0.64% | - |
| HSV(B) | 345.45º | 0.34% | 0.77% | - |
| XYZ | 36.41 | 30.21 | 31.52 | - |
| YUV | 152.56 | 124.87 | 159.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 131 | 147 | 0 | 0.34 | 0.25 | 0.23 | 345.45 | 0.36 | 0.64 |
| Hex | C5 | 83 | 93 | 0 | 22 | 19 | 17 | 159 | 24 | 40 |
| Octal | 305 | 203 | 223 | 0 | 42 | 31 | 27 | 531 | 44 | 100 |
| Binary | 11000101 | 10000011 | 10010011 | 0 | 100010 | 11001 | 10111 | 101011001 | 100100 | 1000000 |
Color Harmonies of #C58393
Complementary color
Monochromatic Colors of #C58393
Black with #C58393
Text Example
Text Example
White with #C58393
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C58393; }
p { color: rgb(197,131,147); }
H1.HeaderClassName
{
color: #C58393;
}
.AnyTagClassName
{
color: #C58393;
}
</style>
background-color css
<style>
a { background-color: #C58393; }
a { background-color: rgb(197,131,147); }
div.DivClassName
{
background-color: #C58393;
}
.BgClassName
{
background-color: #C58393;
}
</style>
border-color css
<style>
span { border-color: #C58393; }
span { border-color: rgb(197,131,147); }
td.TdClassName
{
border-color: #C58393;
}
.TagClassName
{
border-color: #C58393;
}
</style>