#C47E9D

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

Shades of Puce #C47E9D

Tints of Puce #C47E9D

Color information

#C47E9D (or 0xC47E9D) is unknown color: approx Puce. HEX triplet: C4, 7E and 9D. RGB value is (196,126,157). Sum of RGB (Red+Green+Blue) = 196+126+157=479 (63% of max value = 765). Red value is 196 (76.95% from 255 or 40.92% from 479); Green value is 126 (49.61% from 255 or 26.30% from 479); Blue value is 157 (61.72% from 255 or 32.78% from 479); Max value from RGB is 196 - color contains mainly: red. Hex color #C47E9D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C47E9D is #3B8162. Grayscale: #969696. Windows color (decimal): -3899747 or 10321604. OLE color: 10321604.

HSL color Cylindrical-coordinate representation of color #C47E9D: hue angle of 333.43º degrees, saturation: 0.37, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #C47E9D is Cyan = 0, Magento = 0.36, Yellow = 0.20 and Black (K on CMYK) = 0.23.

Color convert

RGB196126157-
CMYK00.360.200.23
HSL333.43º37.23%63.14%-
HSV(B)333.43º35.71%76.86%-
XYZ36.3129.0935.6-
YUV150.46131.69160.48-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 40.92%
GREEN value IS 126 (49.61% from 255) = 26.30%
BLUE value IS 157 (61.72% from 255) = 32.78%
R=40.92%
G=26.30%
B=32.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.20
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19612615700.360.200.23333.4337.2363.14
HexC47E9D024141714d253f
Octal30417623504424275154577
Binary1100010011111101001110101001001010010111101001101100101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C47E9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C47E9D; }

 p { color: rgb(196,126,157); }

 H1.HeaderClassName
 {
   color: #C47E9D;
 }
 .AnyTagClassName
 {
   color: #C47E9D;
 }
</style>
background-color css

<style>
 a { background-color: #C47E9D; }

 a { background-color: rgb(196,126,157); }

 div.DivClassName
 {
   background-color: #C47E9D;
 }
 .BgClassName
 {
   background-color: #C47E9D;
 }
</style>
border-color css

<style>
 span { border-color: #C47E9D; }

 span { border-color: rgb(196,126,157); }

 td.TdClassName
 {
   border-color: #C47E9D;
 }
 .TagClassName
 {
   border-color: #C47E9D;
 }
</style>