Shades of Puce #C58190
Tints of Puce #C58190
RGB
CMYK
RGB Variations
Color information
#C58190 (or 0xC58190) is known color: Puce. HEX triplet: C5, 81 and 90. RGB value is (197,129,144). Sum of RGB (Red+Green+Blue) = 197+129+144=470 (62% of max value = 765). Red value is 197 (77.34% from 255 or 41.91% from 470); Green value is 129 (50.78% from 255 or 27.45% from 470); Blue value is 144 (56.64% from 255 or 30.64% from 470); Max value from RGB is 197 - color contains mainly: red. Hex color #C58190 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C58190 is #3A7E6F. Grayscale: #979797. Windows color (decimal): -3833456 or 9470405. OLE color: 9470405.
HSL color Cylindrical-coordinate representation of color #C58190: hue angle of 346.76º 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 #C58190 is Cyan = 0, Magento = 0.35, Yellow = 0.27 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 129 | 144 | - |
| CMYK | 0 | 0.35 | 0.27 | 0.23 |
| HSL | 346.76º | 0.37% | 0.64% | - |
| HSV(B) | 346.76º | 0.35% | 0.77% | - |
| XYZ | 35.91 | 29.58 | 30.2 | - |
| YUV | 151.04 | 124.03 | 160.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 129 | 144 | 0 | 0.35 | 0.27 | 0.23 | 346.76 | 0.37 | 0.64 |
| Hex | C5 | 81 | 90 | 0 | 23 | 1B | 17 | 15B | 25 | 40 |
| Octal | 305 | 201 | 220 | 0 | 43 | 33 | 27 | 533 | 45 | 100 |
| Binary | 11000101 | 10000001 | 10010000 | 0 | 100011 | 11011 | 10111 | 101011011 | 100101 | 1000000 |
Color Harmonies of #C58190
Complementary color
Monochromatic Colors of #C58190
Black with #C58190
Text Example
Text Example
White with #C58190
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C58190; }
p { color: rgb(197,129,144); }
H1.HeaderClassName
{
color: #C58190;
}
.AnyTagClassName
{
color: #C58190;
}
</style>
background-color css
<style>
a { background-color: #C58190; }
a { background-color: rgb(197,129,144); }
div.DivClassName
{
background-color: #C58190;
}
.BgClassName
{
background-color: #C58190;
}
</style>
border-color css
<style>
span { border-color: #C58190; }
span { border-color: rgb(197,129,144); }
td.TdClassName
{
border-color: #C58190;
}
.TagClassName
{
border-color: #C58190;
}
</style>