#C57E85

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

Shades of Charm #C57E85

Tints of Charm #C57E85

Color information

#C57E85 (or 0xC57E85) is unknown color: approx Charm. HEX triplet: C5, 7E and 85. RGB value is (197,126,133). Sum of RGB (Red+Green+Blue) = 197+126+133=456 (60% of max value = 765). Red value is 197 (77.34% from 255 or 43.20% from 456); Green value is 126 (49.61% from 255 or 27.63% from 456); Blue value is 133 (52.34% from 255 or 29.17% from 456); Max value from RGB is 197 - color contains mainly: red. Hex color #C57E85 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C57E85 is #3A817A. Grayscale: #949494. Windows color (decimal): -3834235 or 8748741. OLE color: 8748741.

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

Color convert

RGB197126133-
CMYK00.360.320.23
HSL354.08º37.97%63.33%-
HSV(B)354.08º36.04%77.25%-
XYZ34.7228.4925.86-
YUV148.03119.52162.93-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 43.20%
GREEN value IS 126 (49.61% from 255) = 27.63%
BLUE value IS 133 (52.34% from 255) = 29.17%
R=43.20%
G=27.63%
B=29.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.32
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19712613300.360.320.23354.0837.9763.33
HexC57E850242017162263f
Octal30517620504440275424677
Binary11000101111111010000101010010010000010111101100010100110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C57E85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C57E85; }

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

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

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

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

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

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

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

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