#C5757E

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

Shades of Charm #C5757E

Tints of Charm #C5757E

Color information

#C5757E (or 0xC5757E) is unknown color: approx Charm. HEX triplet: C5, 75 and 7E. RGB value is (197,117,126). Sum of RGB (Red+Green+Blue) = 197+117+126=440 (58% of max value = 765). Red value is 197 (77.34% from 255 or 44.77% from 440); Green value is 117 (46.09% from 255 or 26.59% from 440); Blue value is 126 (49.61% from 255 or 28.64% from 440); Max value from RGB is 197 - color contains mainly: red. Hex color #C5757E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C5757E is #3A8A81. Grayscale: #8D8D8D. Windows color (decimal): -3836546 or 8287685. OLE color: 8287685.

HSL color Cylindrical-coordinate representation of color #C5757E: hue angle of 353.25º degrees, saturation: 0.41, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #C5757E is Cyan = 0, Magento = 0.41, Yellow = 0.36 and Black (K on CMYK) = 0.23.

Color convert

RGB197117126-
CMYK00.410.360.23
HSL353.25º40.82%61.57%-
HSV(B)353.25º40.61%77.25%-
XYZ33.1526.123.03-
YUV141.95119167.27-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 44.77%
GREEN value IS 117 (46.09% from 255) = 26.59%
BLUE value IS 126 (49.61% from 255) = 28.64%
R=44.77%
G=26.59%
B=28.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.36
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19711712600.410.360.23353.2540.8261.57
HexC5757E0292417161293e
Octal30516517605144275415176
Binary1100010111101011111110010100110010010111101100001101001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5757E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5757E; }

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

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

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

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

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

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

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

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