#C57586

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

Shades of Charm #C57586

Tints of Charm #C57586

Color information

#C57586 (or 0xC57586) is unknown color: approx Charm. HEX triplet: C5, 75 and 86. RGB value is (197,117,134). Sum of RGB (Red+Green+Blue) = 197+117+134=448 (59% of max value = 765). Red value is 197 (77.34% from 255 or 43.97% from 448); Green value is 117 (46.09% from 255 or 26.12% from 448); Blue value is 134 (52.73% from 255 or 29.91% from 448); Max value from RGB is 197 - color contains mainly: red. Hex color #C57586 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C57586 is #3A8A79. Grayscale: #8E8E8E. Windows color (decimal): -3836538 or 8811973. OLE color: 8811973.

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

Color convert

RGB197117134-
CMYK00.410.320.23
HSL347.25º40.82%61.57%-
HSV(B)347.25º40.61%77.25%-
XYZ33.6926.3125.86-
YUV142.86123166.62-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 43.97%
GREEN value IS 117 (46.09% from 255) = 26.12%
BLUE value IS 134 (52.73% from 255) = 29.91%
R=43.97%
G=26.12%
B=29.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.32
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19711713400.410.320.23347.2540.8261.57
HexC57586029201715b293e
Octal30516520605140275335176
Binary11000101111010110000110010100110000010111101011011101001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C57586

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C57586; }

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

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

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

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

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

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

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

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