#c47f95

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

Shades of Puce #C47F95

Tints of Puce #C47F95

Color information

#C47F95 (or 0xC47F95) is unknown color: approx Puce. HEX triplet: C4, 7F and 95. RGB value is (196,127,149). Sum of RGB (Red+Green+Blue) = 196+127+149=472 (62% of max value = 765). Red value is 196 (76.95% from 255 or 41.53% from 472); Green value is 127 (50% from 255 or 26.91% from 472); Blue value is 149 (58.59% from 255 or 31.57% from 472); Max value from RGB is 196 - color contains mainly: red. Hex color #C47F95 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C47F95 is #3B806A. Grayscale: #969696. Windows color (decimal): -3899499 or 9797572. OLE color: 9797572.

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

Color convert

RGB196127149-
CMYK00.350.240.23
HSL340.87º36.9%63.33%-
HSV(B)340.87º35.2%76.86%-
XYZ35.7829.0832.16-
YUV150.14127.36160.71-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 41.53%
GREEN value IS 127 (50% from 255) = 26.91%
BLUE value IS 149 (58.59% from 255) = 31.57%
R=41.53%
G=26.91%
B=31.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.24
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19612714900.350.240.23340.8736.963.33
HexC47F950231817155253f
Octal30417722504330275254577
Binary1100010011111111001010101000111100010111101010101100101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c47f95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c47f95; }

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

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

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

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

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

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

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

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