#c57387

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

Shades of Charm #C57387

Tints of Charm #C57387

Color information

#C57387 (or 0xC57387) is unknown color: approx Charm. HEX triplet: C5, 73 and 87. RGB value is (197,115,135). Sum of RGB (Red+Green+Blue) = 197+115+135=447 (59% of max value = 765). Red value is 197 (77.34% from 255 or 44.07% from 447); Green value is 115 (45.31% from 255 or 25.73% from 447); Blue value is 135 (53.12% from 255 or 30.20% from 447); Max value from RGB is 197 - color contains mainly: red. Hex color #C57387 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C57387 is #3A8C78. Grayscale: #8D8D8D. Windows color (decimal): -3837049 or 8876997. OLE color: 8876997.

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

Color convert

RGB197115135-
CMYK00.420.310.23
HSL345.37º41.41%61.18%-
HSV(B)345.37º41.62%77.25%-
XYZ33.5325.8826.15-
YUV141.8124.17167.37-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 44.07%
GREEN value IS 115 (45.31% from 255) = 25.73%
BLUE value IS 135 (53.12% from 255) = 30.20%
R=44.07%
G=25.73%
B=30.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.31
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19711513500.420.310.23345.3741.4161.18
HexC5738702A1F17159293d
Octal30516320705237275315175
Binary1100010111100111000011101010101111110111101011001101001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c57387

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c57387; }

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

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

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

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

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

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

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

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