Shades of Puce #C58494
Tints of Puce #C58494
RGB
CMYK
RGB Variations
Color information
#C58494 (or 0xC58494) is known color: Puce. HEX triplet: C5, 84 and 94. RGB value is (197,132,148). Sum of RGB (Red+Green+Blue) = 197+132+148=477 (63% of max value = 765). Red value is 197 (77.34% from 255 or 41.30% from 477); Green value is 132 (51.95% from 255 or 27.67% from 477); Blue value is 148 (58.20% from 255 or 31.03% from 477); Max value from RGB is 197 - color contains mainly: red. Hex color #C58494 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C58494 is #3A7B6B. Grayscale: #999999. Windows color (decimal): -3832684 or 9733317. OLE color: 9733317.
HSL color Cylindrical-coordinate representation of color #C58494: hue angle of 345.23º degrees, saturation: 0.36, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #C58494 is Cyan = 0, Magento = 0.33, Yellow = 0.25 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 132 | 148 | - |
| CMYK | 0 | 0.33 | 0.25 | 0.23 |
| HSL | 345.23º | 0.36% | 0.65% | - |
| HSV(B) | 345.23º | 0.33% | 0.77% | - |
| XYZ | 36.62 | 30.51 | 31.98 | - |
| YUV | 153.26 | 125.03 | 159.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 132 | 148 | 0 | 0.33 | 0.25 | 0.23 | 345.23 | 0.36 | 0.65 |
| Hex | C5 | 84 | 94 | 0 | 21 | 19 | 17 | 159 | 24 | 41 |
| Octal | 305 | 204 | 224 | 0 | 41 | 31 | 27 | 531 | 44 | 101 |
| Binary | 11000101 | 10000100 | 10010100 | 0 | 100001 | 11001 | 10111 | 101011001 | 100100 | 1000001 |
Color Harmonies of #C58494
Complementary color
Monochromatic Colors of #C58494
Black with #C58494
Text Example
Text Example
White with #C58494
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C58494; }
p { color: rgb(197,132,148); }
H1.HeaderClassName
{
color: #C58494;
}
.AnyTagClassName
{
color: #C58494;
}
</style>
background-color css
<style>
a { background-color: #C58494; }
a { background-color: rgb(197,132,148); }
div.DivClassName
{
background-color: #C58494;
}
.BgClassName
{
background-color: #C58494;
}
</style>
border-color css
<style>
span { border-color: #C58494; }
span { border-color: rgb(197,132,148); }
td.TdClassName
{
border-color: #C58494;
}
.TagClassName
{
border-color: #C58494;
}
</style>