#C56F72

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

Shades of Froly #C56F72

Tints of Froly #C56F72

Color information

#C56F72 (or 0xC56F72) is unknown color: approx Froly. HEX triplet: C5, 6F and 72. RGB value is (197,111,114). Sum of RGB (Red+Green+Blue) = 197+111+114=422 (55% of max value = 765). Red value is 197 (77.34% from 255 or 46.68% from 422); Green value is 111 (43.75% from 255 or 26.30% from 422); Blue value is 114 (44.92% from 255 or 27.01% from 422); Max value from RGB is 197 - color contains mainly: red. Hex color #C56F72 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C56F72 is #3A908D. Grayscale: #898989. Windows color (decimal): -3838094 or 7499717. OLE color: 7499717.

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

Color convert

RGB197111114-
CMYK00.440.420.23
HSL357.91º42.57%60.39%-
HSV(B)357.91º43.65%77.25%-
XYZ31.7524.4518.97-
YUV137.06114.99170.76-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 46.68%
GREEN value IS 111 (43.75% from 255) = 26.30%
BLUE value IS 114 (44.92% from 255) = 27.01%
R=46.68%
G=26.30%
B=27.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.42
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19711111400.440.420.23357.9142.5760.39
HexC56F7202C2A171662b3c
Octal30515716205452275465374
Binary1100010111011111110010010110010101010111101100110101011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C56F72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C56F72; }

 p { color: rgb(197,111,114); }

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

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

 a { background-color: rgb(197,111,114); }

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

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

 span { border-color: rgb(197,111,114); }

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