Shades of Puce #C58790
Tints of Puce #C58790
RGB
CMYK
RGB Variations
Color information
#C58790 (or 0xC58790) is known color: Puce. HEX triplet: C5, 87 and 90. RGB value is (197,135,144). Sum of RGB (Red+Green+Blue) = 197+135+144=476 (63% of max value = 765). Red value is 197 (77.34% from 255 or 41.39% from 476); Green value is 135 (53.12% from 255 or 28.36% from 476); Blue value is 144 (56.64% from 255 or 30.25% from 476); Max value from RGB is 197 - color contains mainly: red. Hex color #C58790 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C58790 is #3A786F. Grayscale: #9A9A9A. Windows color (decimal): -3831920 or 9471941. OLE color: 9471941.
HSL color Cylindrical-coordinate representation of color #C58790: hue angle of 351.29º degrees, saturation: 0.35, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #C58790 is Cyan = 0, Magento = 0.31, Yellow = 0.27 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 135 | 144 | - |
| CMYK | 0 | 0.31 | 0.27 | 0.23 |
| HSL | 351.29º | 0.35% | 0.65% | - |
| HSV(B) | 351.29º | 0.31% | 0.77% | - |
| XYZ | 36.72 | 31.21 | 30.47 | - |
| YUV | 154.56 | 122.04 | 158.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 135 | 144 | 0 | 0.31 | 0.27 | 0.23 | 351.29 | 0.35 | 0.65 |
| Hex | C5 | 87 | 90 | 0 | 1F | 1B | 17 | 15F | 23 | 41 |
| Octal | 305 | 207 | 220 | 0 | 37 | 33 | 27 | 537 | 43 | 101 |
| Binary | 11000101 | 10000111 | 10010000 | 0 | 11111 | 11011 | 10111 | 101011111 | 100011 | 1000001 |
Color Harmonies of #C58790
Complementary color
Monochromatic Colors of #C58790
Black with #C58790
Text Example
Text Example
White with #C58790
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C58790; }
p { color: rgb(197,135,144); }
H1.HeaderClassName
{
color: #C58790;
}
.AnyTagClassName
{
color: #C58790;
}
</style>
background-color css
<style>
a { background-color: #C58790; }
a { background-color: rgb(197,135,144); }
div.DivClassName
{
background-color: #C58790;
}
.BgClassName
{
background-color: #C58790;
}
</style>
border-color css
<style>
span { border-color: #C58790; }
span { border-color: rgb(197,135,144); }
td.TdClassName
{
border-color: #C58790;
}
.TagClassName
{
border-color: #C58790;
}
</style>