Shades of Puce #C580A0
Tints of Puce #C580A0
RGB
CMYK
RGB Variations
Color information
#C580A0 (or 0xC580A0) is known color: Puce. HEX triplet: C5, 80 and A0. RGB value is (197,128,160). Sum of RGB (Red+Green+Blue) = 197+128+160=485 (64% of max value = 765). Red value is 197 (77.34% from 255 or 40.62% from 485); Green value is 128 (50.39% from 255 or 26.39% from 485); Blue value is 160 (62.89% from 255 or 32.99% from 485); Max value from RGB is 197 - color contains mainly: red. Hex color #C580A0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C580A0 is #3A7F5F. Grayscale: #989898. Windows color (decimal): -3833696 or 10518725. OLE color: 10518725.
HSL color Cylindrical-coordinate representation of color #C580A0: hue angle of 332.17º 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 #C580A0 is Cyan = 0, Magento = 0.35, Yellow = 0.19 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 128 | 160 | - |
| CMYK | 0 | 0.35 | 0.19 | 0.23 |
| HSL | 332.17º | 0.37% | 0.64% | - |
| HSV(B) | 332.17º | 0.35% | 0.77% | - |
| XYZ | 37.09 | 29.85 | 37.06 | - |
| YUV | 152.28 | 132.36 | 159.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 128 | 160 | 0 | 0.35 | 0.19 | 0.23 | 332.17 | 0.37 | 0.64 |
| Hex | C5 | 80 | A0 | 0 | 23 | 13 | 17 | 14C | 25 | 40 |
| Octal | 305 | 200 | 240 | 0 | 43 | 23 | 27 | 514 | 45 | 100 |
| Binary | 11000101 | 10000000 | 10100000 | 0 | 100011 | 10011 | 10111 | 101001100 | 100101 | 1000000 |
Color Harmonies of #C580A0
Complementary color
Monochromatic Colors of #C580A0
Black with #C580A0
Text Example
Text Example
White with #C580A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C580A0; }
p { color: rgb(197,128,160); }
H1.HeaderClassName
{
color: #C580A0;
}
.AnyTagClassName
{
color: #C580A0;
}
</style>
background-color css
<style>
a { background-color: #C580A0; }
a { background-color: rgb(197,128,160); }
div.DivClassName
{
background-color: #C580A0;
}
.BgClassName
{
background-color: #C580A0;
}
</style>
border-color css
<style>
span { border-color: #C580A0; }
span { border-color: rgb(197,128,160); }
td.TdClassName
{
border-color: #C580A0;
}
.TagClassName
{
border-color: #C580A0;
}
</style>