#C57E9F

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

Shades of Puce #C57E9F

Tints of Puce #C57E9F

Color information

#C57E9F (or 0xC57E9F) is unknown color: approx Puce. HEX triplet: C5, 7E and 9F. RGB value is (197,126,159). Sum of RGB (Red+Green+Blue) = 197+126+159=482 (63% of max value = 765). Red value is 197 (77.34% from 255 or 40.87% from 482); Green value is 126 (49.61% from 255 or 26.14% from 482); Blue value is 159 (62.5% from 255 or 32.99% from 482); Max value from RGB is 197 - color contains mainly: red. Hex color #C57E9F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C57E9F is #3A8160. Grayscale: #969696. Windows color (decimal): -3834209 or 10452677. OLE color: 10452677.

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

Color convert

RGB197126159-
CMYK00.360.190.23
HSL332.11º37.97%63.33%-
HSV(B)332.11º36.04%77.25%-
XYZ36.7429.336.52-
YUV150.99132.52160.82-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 40.87%
GREEN value IS 126 (49.61% from 255) = 26.14%
BLUE value IS 159 (62.5% from 255) = 32.99%
R=40.87%
G=26.14%
B=32.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.19
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19712615900.360.190.23332.1137.9763.33
HexC57E9F024131714c263f
Octal30517623704423275144677
Binary1100010111111101001111101001001001110111101001100100110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C57E9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C57E9F; }

 p { color: rgb(197,126,159); }

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

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

 a { background-color: rgb(197,126,159); }

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

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

 span { border-color: rgb(197,126,159); }

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