#C47F9F

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

Shades of Puce #C47F9F

Tints of Puce #C47F9F

Color information

#C47F9F (or 0xC47F9F) is unknown color: approx Puce. HEX triplet: C4, 7F and 9F. RGB value is (196,127,159). Sum of RGB (Red+Green+Blue) = 196+127+159=482 (63% of max value = 765). Red value is 196 (76.95% from 255 or 40.66% from 482); Green value is 127 (50% from 255 or 26.35% from 482); Blue value is 159 (62.5% from 255 or 32.99% from 482); Max value from RGB is 196 - color contains mainly: red. Hex color #C47F9F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C47F9F is #3B8060. Grayscale: #979797. Windows color (decimal): -3899489 or 10452932. OLE color: 10452932.

HSL color Cylindrical-coordinate representation of color #C47F9F: hue angle of 332.17º 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 #C47F9F is Cyan = 0, Magento = 0.35, Yellow = 0.19 and Black (K on CMYK) = 0.23.

Color convert

RGB196127159-
CMYK00.350.190.23
HSL332.17º36.9%63.33%-
HSV(B)332.17º35.2%76.86%-
XYZ36.6129.4236.55-
YUV151.28132.36159.9-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 40.66%
GREEN value IS 127 (50% from 255) = 26.35%
BLUE value IS 159 (62.5% from 255) = 32.99%
R=40.66%
G=26.35%
B=32.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.19
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19612715900.350.190.23332.1736.963.33
HexC47F9F023131714c253f
Octal30417723704323275144577
Binary1100010011111111001111101000111001110111101001100100101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C47F9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C47F9F; }

 p { color: rgb(196,127,159); }

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

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

 a { background-color: rgb(196,127,159); }

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

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

 span { border-color: rgb(196,127,159); }

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