Shades of Puce #C47FA1
Tints of Puce #C47FA1
RGB
CMYK
RGB Variations
Color information
#C47FA1 (or 0xC47FA1) is known color: Puce. HEX triplet: C4, 7F and A1. RGB value is (196,127,161). Sum of RGB (Red+Green+Blue) = 196+127+161=484 (64% of max value = 765). Red value is 196 (76.95% from 255 or 40.50% from 484); Green value is 127 (50% from 255 or 26.24% from 484); Blue value is 161 (63.28% from 255 or 33.26% from 484); Max value from RGB is 196 - color contains mainly: red. Hex color #C47FA1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C47FA1 is #3B805E. Grayscale: #979797. Windows color (decimal): -3899487 or 10584004. OLE color: 10584004.
HSL color Cylindrical-coordinate representation of color #C47FA1: hue angle of 330.43º degrees, saturation: 0.37, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #C47FA1 is Cyan = 0, Magento = 0.35, Yellow = 0.18 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 127 | 161 | - |
| CMYK | 0 | 0.35 | 0.18 | 0.23 |
| HSL | 330.43º | 0.37% | 0.63% | - |
| HSV(B) | 330.43º | 0.35% | 0.77% | - |
| XYZ | 36.79 | 29.49 | 37.47 | - |
| YUV | 151.51 | 133.36 | 159.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 127 | 161 | 0 | 0.35 | 0.18 | 0.23 | 330.43 | 0.37 | 0.63 |
| Hex | C4 | 7F | A1 | 0 | 23 | 12 | 17 | 14A | 25 | 3F |
| Octal | 304 | 177 | 241 | 0 | 43 | 22 | 27 | 512 | 45 | 77 |
| Binary | 11000100 | 1111111 | 10100001 | 0 | 100011 | 10010 | 10111 | 101001010 | 100101 | 111111 |
Color Harmonies of #C47FA1
Complementary color
Monochromatic Colors of #C47FA1
Black with #C47FA1
Text Example
Text Example
White with #C47FA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C47FA1; }
p { color: rgb(196,127,161); }
H1.HeaderClassName
{
color: #C47FA1;
}
.AnyTagClassName
{
color: #C47FA1;
}
</style>
background-color css
<style>
a { background-color: #C47FA1; }
a { background-color: rgb(196,127,161); }
div.DivClassName
{
background-color: #C47FA1;
}
.BgClassName
{
background-color: #C47FA1;
}
</style>
border-color css
<style>
span { border-color: #C47FA1; }
span { border-color: rgb(196,127,161); }
td.TdClassName
{
border-color: #C47FA1;
}
.TagClassName
{
border-color: #C47FA1;
}
</style>