Shades of Puce #C481A1
Tints of Puce #C481A1
RGB
CMYK
RGB Variations
Color information
#C481A1 (or 0xC481A1) is known color: Puce. HEX triplet: C4, 81 and A1. RGB value is (196,129,161). Sum of RGB (Red+Green+Blue) = 196+129+161=486 (64% of max value = 765). Red value is 196 (76.95% from 255 or 40.33% from 486); Green value is 129 (50.78% from 255 or 26.54% from 486); Blue value is 161 (63.28% from 255 or 33.13% from 486); Max value from RGB is 196 - color contains mainly: red. Hex color #C481A1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C481A1 is #3B7E5E. Grayscale: #989898. Windows color (decimal): -3898975 or 10584516. OLE color: 10584516.
HSL color Cylindrical-coordinate representation of color #C481A1: hue angle of 331.34º degrees, saturation: 0.36, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #C481A1 is Cyan = 0, Magento = 0.34, Yellow = 0.18 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 129 | 161 | - |
| CMYK | 0 | 0.34 | 0.18 | 0.23 |
| HSL | 331.34º | 0.36% | 0.64% | - |
| HSV(B) | 331.34º | 0.34% | 0.77% | - |
| XYZ | 37.05 | 30.01 | 37.56 | - |
| YUV | 152.68 | 132.7 | 158.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 129 | 161 | 0 | 0.34 | 0.18 | 0.23 | 331.34 | 0.36 | 0.64 |
| Hex | C4 | 81 | A1 | 0 | 22 | 12 | 17 | 14B | 24 | 40 |
| Octal | 304 | 201 | 241 | 0 | 42 | 22 | 27 | 513 | 44 | 100 |
| Binary | 11000100 | 10000001 | 10100001 | 0 | 100010 | 10010 | 10111 | 101001011 | 100100 | 1000000 |
Color Harmonies of #C481A1
Complementary color
Monochromatic Colors of #C481A1
Black with #C481A1
Text Example
Text Example
White with #C481A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C481A1; }
p { color: rgb(196,129,161); }
H1.HeaderClassName
{
color: #C481A1;
}
.AnyTagClassName
{
color: #C481A1;
}
</style>
background-color css
<style>
a { background-color: #C481A1; }
a { background-color: rgb(196,129,161); }
div.DivClassName
{
background-color: #C481A1;
}
.BgClassName
{
background-color: #C481A1;
}
</style>
border-color css
<style>
span { border-color: #C481A1; }
span { border-color: rgb(196,129,161); }
td.TdClassName
{
border-color: #C481A1;
}
.TagClassName
{
border-color: #C481A1;
}
</style>