#C56E71

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

Shades of Froly #C56E71

Tints of Froly #C56E71

Color information

#C56E71 (or 0xC56E71) is unknown color: approx Froly. HEX triplet: C5, 6E and 71. RGB value is (197,110,113). Sum of RGB (Red+Green+Blue) = 197+110+113=420 (55% of max value = 765). Red value is 197 (77.34% from 255 or 46.90% from 420); Green value is 110 (43.36% from 255 or 26.19% from 420); Blue value is 113 (44.53% from 255 or 26.90% from 420); Max value from RGB is 197 - color contains mainly: red. Hex color #C56E71 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C56E71 is #3A918E. Grayscale: #888888. Windows color (decimal): -3838351 or 7433925. OLE color: 7433925.

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

Color convert

RGB197110113-
CMYK00.440.430.23
HSL357.93º42.86%60.2%-
HSV(B)357.93º44.16%77.25%-
XYZ31.5824.2118.63-
YUV136.35114.82171.26-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 46.90%
GREEN value IS 110 (43.36% from 255) = 26.19%
BLUE value IS 113 (44.53% from 255) = 26.90%
R=46.90%
G=26.19%
B=26.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.43
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19711011300.440.430.23357.9342.8660.2
HexC56E7102C2B171662b3c
Octal30515616105453275465374
Binary1100010111011101110001010110010101110111101100110101011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C56E71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C56E71; }

 p { color: rgb(197,110,113); }

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

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

 a { background-color: rgb(197,110,113); }

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

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

 span { border-color: rgb(197,110,113); }

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