Shades of Puce #C980A0
Tints of Puce #C980A0
RGB
CMYK
RGB Variations
Color information
#C980A0 (or 0xC980A0) is known color: Puce. HEX triplet: C9, 80 and A0. RGB value is (201,128,160). Sum of RGB (Red+Green+Blue) = 201+128+160=489 (64% of max value = 765). Red value is 201 (78.91% from 255 or 41.10% from 489); Green value is 128 (50.39% from 255 or 26.18% from 489); Blue value is 160 (62.89% from 255 or 32.72% from 489); Max value from RGB is 201 - color contains mainly: red. Hex color #C980A0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C980A0 is #367F5F. Grayscale: #999999. Windows color (decimal): -3571552 or 10518729. OLE color: 10518729.
HSL color Cylindrical-coordinate representation of color #C980A0: hue angle of 333.7º degrees, saturation: 0.4, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #C980A0 is Cyan = 0, Magento = 0.36, Yellow = 0.20 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 128 | 160 | - |
| CMYK | 0 | 0.36 | 0.20 | 0.21 |
| HSL | 333.7º | 0.4% | 0.65% | - |
| HSV(B) | 333.7º | 0.36% | 0.79% | - |
| XYZ | 38.15 | 30.39 | 37.11 | - |
| YUV | 153.48 | 131.68 | 161.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 128 | 160 | 0 | 0.36 | 0.20 | 0.21 | 333.7 | 0.4 | 0.65 |
| Hex | C9 | 80 | A0 | 0 | 24 | 14 | 15 | 14E | 28 | 41 |
| Octal | 311 | 200 | 240 | 0 | 44 | 24 | 25 | 516 | 50 | 101 |
| Binary | 11001001 | 10000000 | 10100000 | 0 | 100100 | 10100 | 10101 | 101001110 | 101000 | 1000001 |
Color Harmonies of #C980A0
Complementary color
Monochromatic Colors of #C980A0
Black with #C980A0
Text Example
Text Example
White with #C980A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C980A0; }
p { color: rgb(201,128,160); }
H1.HeaderClassName
{
color: #C980A0;
}
.AnyTagClassName
{
color: #C980A0;
}
</style>
background-color css
<style>
a { background-color: #C980A0; }
a { background-color: rgb(201,128,160); }
div.DivClassName
{
background-color: #C980A0;
}
.BgClassName
{
background-color: #C980A0;
}
</style>
border-color css
<style>
span { border-color: #C980A0; }
span { border-color: rgb(201,128,160); }
td.TdClassName
{
border-color: #C980A0;
}
.TagClassName
{
border-color: #C980A0;
}
</style>