Shades of Puce #C58290
Tints of Puce #C58290
RGB
CMYK
RGB Variations
Color information
#C58290 (or 0xC58290) is known color: Puce. HEX triplet: C5, 82 and 90. RGB value is (197,130,144). Sum of RGB (Red+Green+Blue) = 197+130+144=471 (62% of max value = 765). Red value is 197 (77.34% from 255 or 41.83% from 471); Green value is 130 (51.17% from 255 or 27.60% from 471); Blue value is 144 (56.64% from 255 or 30.57% from 471); Max value from RGB is 197 - color contains mainly: red. Hex color #C58290 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C58290 is #3A7D6F. Grayscale: #979797. Windows color (decimal): -3833200 or 9470661. OLE color: 9470661.
HSL color Cylindrical-coordinate representation of color #C58290: hue angle of 347.46º degrees, saturation: 0.37, 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 #C58290 is Cyan = 0, Magento = 0.34, Yellow = 0.27 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 130 | 144 | - |
| CMYK | 0 | 0.34 | 0.27 | 0.23 |
| HSL | 347.46º | 0.37% | 0.64% | - |
| HSV(B) | 347.46º | 0.34% | 0.77% | - |
| XYZ | 36.04 | 29.85 | 30.25 | - |
| YUV | 151.63 | 123.7 | 160.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 130 | 144 | 0 | 0.34 | 0.27 | 0.23 | 347.46 | 0.37 | 0.64 |
| Hex | C5 | 82 | 90 | 0 | 22 | 1B | 17 | 15B | 25 | 40 |
| Octal | 305 | 202 | 220 | 0 | 42 | 33 | 27 | 533 | 45 | 100 |
| Binary | 11000101 | 10000010 | 10010000 | 0 | 100010 | 11011 | 10111 | 101011011 | 100101 | 1000000 |
Color Harmonies of #C58290
Complementary color
Monochromatic Colors of #C58290
Black with #C58290
Text Example
Text Example
White with #C58290
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C58290; }
p { color: rgb(197,130,144); }
H1.HeaderClassName
{
color: #C58290;
}
.AnyTagClassName
{
color: #C58290;
}
</style>
background-color css
<style>
a { background-color: #C58290; }
a { background-color: rgb(197,130,144); }
div.DivClassName
{
background-color: #C58290;
}
.BgClassName
{
background-color: #C58290;
}
</style>
border-color css
<style>
span { border-color: #C58290; }
span { border-color: rgb(197,130,144); }
td.TdClassName
{
border-color: #C58290;
}
.TagClassName
{
border-color: #C58290;
}
</style>