Shades of Puce #C480A1
Tints of Puce #C480A1
RGB
CMYK
RGB Variations
Color information
#C480A1 (or 0xC480A1) is known color: Puce. HEX triplet: C4, 80 and A1. RGB value is (196,128,161). Sum of RGB (Red+Green+Blue) = 196+128+161=485 (64% of max value = 765). Red value is 196 (76.95% from 255 or 40.41% from 485); Green value is 128 (50.39% from 255 or 26.39% from 485); Blue value is 161 (63.28% from 255 or 33.20% from 485); Max value from RGB is 196 - color contains mainly: red. Hex color #C480A1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C480A1 is #3B7F5E. Grayscale: #989898. Windows color (decimal): -3899231 or 10584260. OLE color: 10584260.
HSL color Cylindrical-coordinate representation of color #C480A1: hue angle of 330.88º 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 #C480A1 is Cyan = 0, Magento = 0.35, Yellow = 0.18 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 128 | 161 | - |
| CMYK | 0 | 0.35 | 0.18 | 0.23 |
| HSL | 330.88º | 0.37% | 0.64% | - |
| HSV(B) | 330.88º | 0.35% | 0.77% | - |
| XYZ | 36.92 | 29.75 | 37.51 | - |
| YUV | 152.09 | 133.03 | 159.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 128 | 161 | 0 | 0.35 | 0.18 | 0.23 | 330.88 | 0.37 | 0.64 |
| Hex | C4 | 80 | A1 | 0 | 23 | 12 | 17 | 14B | 25 | 40 |
| Octal | 304 | 200 | 241 | 0 | 43 | 22 | 27 | 513 | 45 | 100 |
| Binary | 11000100 | 10000000 | 10100001 | 0 | 100011 | 10010 | 10111 | 101001011 | 100101 | 1000000 |
Color Harmonies of #C480A1
Complementary color
Monochromatic Colors of #C480A1
Black with #C480A1
Text Example
Text Example
White with #C480A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C480A1; }
p { color: rgb(196,128,161); }
H1.HeaderClassName
{
color: #C480A1;
}
.AnyTagClassName
{
color: #C480A1;
}
</style>
background-color css
<style>
a { background-color: #C480A1; }
a { background-color: rgb(196,128,161); }
div.DivClassName
{
background-color: #C480A1;
}
.BgClassName
{
background-color: #C480A1;
}
</style>
border-color css
<style>
span { border-color: #C480A1; }
span { border-color: rgb(196,128,161); }
td.TdClassName
{
border-color: #C480A1;
}
.TagClassName
{
border-color: #C480A1;
}
</style>