#C97172

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

Shades of Froly #C97172

Tints of Froly #C97172

Color information

#C97172 (or 0xC97172) is unknown color: approx Froly. HEX triplet: C9, 71 and 72. RGB value is (201,113,114). Sum of RGB (Red+Green+Blue) = 201+113+114=428 (56% of max value = 765). Red value is 201 (78.91% from 255 or 46.96% from 428); Green value is 113 (44.53% from 255 or 26.40% from 428); Blue value is 114 (44.92% from 255 or 26.64% from 428); Max value from RGB is 201 - color contains mainly: red. Hex color #C97172 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C97172 is #368E8D. Grayscale: #8B8B8B. Windows color (decimal): -3575438 or 7500233. OLE color: 7500233.

HSL color Cylindrical-coordinate representation of color #C97172: hue angle of 359.32º degrees, saturation: 0.45, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #C97172 is Cyan = 0, Magento = 0.44, Yellow = 0.43 and Black (K on CMYK) = 0.21.

Color convert

RGB201113114-
CMYK00.440.430.21
HSL359.32º44.9%61.57%-
HSV(B)359.32º43.78%78.82%-
XYZ33.0325.4419.09-
YUV139.43113.65171.92-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 46.96%
GREEN value IS 113 (44.53% from 255) = 26.40%
BLUE value IS 114 (44.92% from 255) = 26.64%
R=46.96%
G=26.40%
B=26.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.43
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20111311400.440.430.21359.3244.961.57
HexC9717202C2B151672d3e
Octal31116116205453255475576
Binary1100100111100011110010010110010101110101101100111101101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C97172

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C97172; }

 p { color: rgb(201,113,114); }

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

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

 a { background-color: rgb(201,113,114); }

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

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

 span { border-color: rgb(201,113,114); }

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