#C47F97

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

Shades of Puce #C47F97

Tints of Puce #C47F97

Color information

#C47F97 (or 0xC47F97) is unknown color: approx Puce. HEX triplet: C4, 7F and 97. RGB value is (196,127,151). Sum of RGB (Red+Green+Blue) = 196+127+151=474 (62% of max value = 765). Red value is 196 (76.95% from 255 or 41.35% from 474); Green value is 127 (50% from 255 or 26.79% from 474); Blue value is 151 (59.38% from 255 or 31.86% from 474); Max value from RGB is 196 - color contains mainly: red. Hex color #C47F97 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C47F97 is #3B8068. Grayscale: #969696. Windows color (decimal): -3899497 or 9928644. OLE color: 9928644.

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

Color convert

RGB196127151-
CMYK00.350.230.23
HSL339.13º36.9%63.33%-
HSV(B)339.13º35.2%76.86%-
XYZ35.9429.1533.01-
YUV150.37128.36160.55-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 41.35%
GREEN value IS 127 (50% from 255) = 26.79%
BLUE value IS 151 (59.38% from 255) = 31.86%
R=41.35%
G=26.79%
B=31.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.23
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19612715100.350.230.23339.1336.963.33
HexC47F970231717153253f
Octal30417722704327275234577
Binary1100010011111111001011101000111011110111101010011100101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C47F97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C47F97; }

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

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

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

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

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

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

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

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