#c47fa1

Color #C47FA1 Puce (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Puce #C47FA1

Tints of Puce #C47FA1

Color information

#C47FA1 (or 0xC47FA1) is unknown color: approx 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

RGB196127161-
CMYK00.350.180.23
HSL330.43º36.9%63.33%-
HSV(B)330.43º35.2%76.86%-
XYZ36.7929.4937.47-
YUV151.51133.36159.74-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 196 (76.95% from 255) = 40.50%
GREEN value IS 127 (50% from 255) = 26.24%
BLUE value IS 161 (63.28% from 255) = 33.26%
R=40.50%
G=26.24%
B=33.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.18
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19612716100.350.180.23330.4336.963.33
HexC47FA1023121714a253f
Octal30417724104322275124577
Binary1100010011111111010000101000111001010111101001010100101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c47fa1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>