Shades of Puce #C58492
Tints of Puce #C58492
RGB
CMYK
RGB Variations
Color information
#C58492 (or 0xC58492) is known color: Puce. HEX triplet: C5, 84 and 92. RGB value is (197,132,146). Sum of RGB (Red+Green+Blue) = 197+132+146=475 (62% of max value = 765). Red value is 197 (77.34% from 255 or 41.47% from 475); Green value is 132 (51.95% from 255 or 27.79% from 475); Blue value is 146 (57.42% from 255 or 30.74% from 475); Max value from RGB is 197 - color contains mainly: red. Hex color #C58492 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C58492 is #3A7B6D. Grayscale: #999999. Windows color (decimal): -3832686 or 9602245. OLE color: 9602245.
HSL color Cylindrical-coordinate representation of color #C58492: hue angle of 347.08º 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 #C58492 is Cyan = 0, Magento = 0.33, Yellow = 0.26 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 132 | 146 | - |
| CMYK | 0 | 0.33 | 0.26 | 0.23 |
| HSL | 347.08º | 0.36% | 0.65% | - |
| HSV(B) | 347.08º | 0.33% | 0.77% | - |
| XYZ | 36.47 | 30.45 | 31.15 | - |
| YUV | 153.03 | 124.03 | 159.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 132 | 146 | 0 | 0.33 | 0.26 | 0.23 | 347.08 | 0.36 | 0.65 |
| Hex | C5 | 84 | 92 | 0 | 21 | 1A | 17 | 15B | 24 | 41 |
| Octal | 305 | 204 | 222 | 0 | 41 | 32 | 27 | 533 | 44 | 101 |
| Binary | 11000101 | 10000100 | 10010010 | 0 | 100001 | 11010 | 10111 | 101011011 | 100100 | 1000001 |
Color Harmonies of #C58492
Complementary color
Monochromatic Colors of #C58492
Black with #C58492
Text Example
Text Example
White with #C58492
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C58492; }
p { color: rgb(197,132,146); }
H1.HeaderClassName
{
color: #C58492;
}
.AnyTagClassName
{
color: #C58492;
}
</style>
background-color css
<style>
a { background-color: #C58492; }
a { background-color: rgb(197,132,146); }
div.DivClassName
{
background-color: #C58492;
}
.BgClassName
{
background-color: #C58492;
}
</style>
border-color css
<style>
span { border-color: #C58492; }
span { border-color: rgb(197,132,146); }
td.TdClassName
{
border-color: #C58492;
}
.TagClassName
{
border-color: #C58492;
}
</style>