#C57385

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

Shades of Charm #C57385

Tints of Charm #C57385

Color information

#C57385 (or 0xC57385) is unknown color: approx Charm. HEX triplet: C5, 73 and 85. RGB value is (197,115,133). Sum of RGB (Red+Green+Blue) = 197+115+133=445 (58% of max value = 765). Red value is 197 (77.34% from 255 or 44.27% from 445); Green value is 115 (45.31% from 255 or 25.84% from 445); Blue value is 133 (52.34% from 255 or 29.89% from 445); Max value from RGB is 197 - color contains mainly: red. Hex color #C57385 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C57385 is #3A8C7A. Grayscale: #8D8D8D. Windows color (decimal): -3837051 or 8745925. OLE color: 8745925.

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

Color convert

RGB197115133-
CMYK00.420.320.23
HSL346.83º41.41%61.18%-
HSV(B)346.83º41.62%77.25%-
XYZ33.3925.8325.42-
YUV141.57123.17167.54-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 44.27%
GREEN value IS 115 (45.31% from 255) = 25.84%
BLUE value IS 133 (52.34% from 255) = 29.89%
R=44.27%
G=25.84%
B=29.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.32
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19711513300.420.320.23346.8341.4161.18
HexC5738502A201715b293d
Octal30516320505240275335175
Binary11000101111001110000101010101010000010111101011011101001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C57385

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C57385; }

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

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

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

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

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

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

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

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