#C57273

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

Shades of Froly #C57273

Tints of Froly #C57273

Color information

#C57273 (or 0xC57273) is unknown color: approx Froly. HEX triplet: C5, 72 and 73. RGB value is (197,114,115). Sum of RGB (Red+Green+Blue) = 197+114+115=426 (56% of max value = 765). Red value is 197 (77.34% from 255 or 46.24% from 426); Green value is 114 (44.92% from 255 or 26.76% from 426); Blue value is 115 (45.31% from 255 or 27.00% from 426); Max value from RGB is 197 - color contains mainly: red. Hex color #C57273 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C57273 is #3A8D8C. Grayscale: #8B8B8B. Windows color (decimal): -3837325 or 7566021. OLE color: 7566021.

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

Color convert

RGB197114115-
CMYK00.420.420.23
HSL359.28º41.71%60.98%-
HSV(B)359.28º42.13%77.25%-
XYZ32.1425.1419.38-
YUV138.93114.5169.42-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 46.24%
GREEN value IS 114 (44.92% from 255) = 26.76%
BLUE value IS 115 (45.31% from 255) = 27.00%
R=46.24%
G=26.76%
B=27.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.42
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19711411500.420.420.23359.2841.7160.98
HexC5727302A2A171672a3d
Octal30516216305252275475275
Binary1100010111100101110011010101010101010111101100111101010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C57273

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C57273; }

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

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

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

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

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

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

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

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