Shades of Puce #C380A1
Tints of Puce #C380A1
RGB
CMYK
RGB Variations
Color information
#C380A1 (or 0xC380A1) is known color: Puce. HEX triplet: C3, 80 and A1. RGB value is (195,128,161). Sum of RGB (Red+Green+Blue) = 195+128+161=484 (64% of max value = 765). Red value is 195 (76.56% from 255 or 40.29% from 484); Green value is 128 (50.39% from 255 or 26.45% from 484); Blue value is 161 (63.28% from 255 or 33.26% from 484); Max value from RGB is 195 - color contains mainly: red. Hex color #C380A1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C380A1 is #3C7F5E. Grayscale: #979797. Windows color (decimal): -3964767 or 10584259. OLE color: 10584259.
HSL color Cylindrical-coordinate representation of color #C380A1: hue angle of 330.45º degrees, saturation: 0.36, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #C380A1 is Cyan = 0, Magento = 0.34, Yellow = 0.17 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 128 | 161 | - |
| CMYK | 0 | 0.34 | 0.17 | 0.24 |
| HSL | 330.45º | 0.36% | 0.63% | - |
| HSV(B) | 330.45º | 0.34% | 0.76% | - |
| XYZ | 36.66 | 29.61 | 37.5 | - |
| YUV | 151.8 | 133.2 | 158.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 128 | 161 | 0 | 0.34 | 0.17 | 0.24 | 330.45 | 0.36 | 0.63 |
| Hex | C3 | 80 | A1 | 0 | 22 | 11 | 18 | 14A | 24 | 3F |
| Octal | 303 | 200 | 241 | 0 | 42 | 21 | 30 | 512 | 44 | 77 |
| Binary | 11000011 | 10000000 | 10100001 | 0 | 100010 | 10001 | 11000 | 101001010 | 100100 | 111111 |
Color Harmonies of #C380A1
Complementary color
Monochromatic Colors of #C380A1
Black with #C380A1
Text Example
Text Example
White with #C380A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C380A1; }
p { color: rgb(195,128,161); }
H1.HeaderClassName
{
color: #C380A1;
}
.AnyTagClassName
{
color: #C380A1;
}
</style>
background-color css
<style>
a { background-color: #C380A1; }
a { background-color: rgb(195,128,161); }
div.DivClassName
{
background-color: #C380A1;
}
.BgClassName
{
background-color: #C380A1;
}
</style>
border-color css
<style>
span { border-color: #C380A1; }
span { border-color: rgb(195,128,161); }
td.TdClassName
{
border-color: #C380A1;
}
.TagClassName
{
border-color: #C380A1;
}
</style>