Shades of Puce #C980A7
Tints of Puce #C980A7
RGB
CMYK
RGB Variations
Color information
#C980A7 (or 0xC980A7) is known color: Puce. HEX triplet: C9, 80 and A7. RGB value is (201,128,167). Sum of RGB (Red+Green+Blue) = 201+128+167=496 (65% of max value = 765). Red value is 201 (78.91% from 255 or 40.52% from 496); Green value is 128 (50.39% from 255 or 25.81% from 496); Blue value is 167 (65.62% from 255 or 33.67% from 496); Max value from RGB is 201 - color contains mainly: red. Hex color #C980A7 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C980A7 is #367F58. Grayscale: #9A9A9A. Windows color (decimal): -3571545 or 10977481. OLE color: 10977481.
HSL color Cylindrical-coordinate representation of color #C980A7: hue angle of 327.95º 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 #C980A7 is Cyan = 0, Magento = 0.36, Yellow = 0.17 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 128 | 167 | - |
| CMYK | 0 | 0.36 | 0.17 | 0.21 |
| HSL | 327.95º | 0.4% | 0.65% | - |
| HSV(B) | 327.95º | 0.36% | 0.79% | - |
| XYZ | 38.78 | 30.65 | 40.43 | - |
| YUV | 154.27 | 135.18 | 161.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 128 | 167 | 0 | 0.36 | 0.17 | 0.21 | 327.95 | 0.4 | 0.65 |
| Hex | C9 | 80 | A7 | 0 | 24 | 11 | 15 | 148 | 28 | 41 |
| Octal | 311 | 200 | 247 | 0 | 44 | 21 | 25 | 510 | 50 | 101 |
| Binary | 11001001 | 10000000 | 10100111 | 0 | 100100 | 10001 | 10101 | 101001000 | 101000 | 1000001 |
Color Harmonies of #C980A7
Complementary color
Monochromatic Colors of #C980A7
Black with #C980A7
Text Example
Text Example
White with #C980A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C980A7; }
p { color: rgb(201,128,167); }
H1.HeaderClassName
{
color: #C980A7;
}
.AnyTagClassName
{
color: #C980A7;
}
</style>
background-color css
<style>
a { background-color: #C980A7; }
a { background-color: rgb(201,128,167); }
div.DivClassName
{
background-color: #C980A7;
}
.BgClassName
{
background-color: #C980A7;
}
</style>
border-color css
<style>
span { border-color: #C980A7; }
span { border-color: rgb(201,128,167); }
td.TdClassName
{
border-color: #C980A7;
}
.TagClassName
{
border-color: #C980A7;
}
</style>