#C97173

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

Shades of Froly #C97173

Tints of Froly #C97173

Color information

#C97173 (or 0xC97173) is unknown color: approx Froly. HEX triplet: C9, 71 and 73. RGB value is (201,113,115). Sum of RGB (Red+Green+Blue) = 201+113+115=429 (56% of max value = 765). Red value is 201 (78.91% from 255 or 46.85% from 429); Green value is 113 (44.53% from 255 or 26.34% from 429); Blue value is 115 (45.31% from 255 or 26.81% from 429); Max value from RGB is 201 - color contains mainly: red. Hex color #C97173 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C97173 is #368E8C. Grayscale: #8B8B8B. Windows color (decimal): -3575437 or 7565769. OLE color: 7565769.

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

Color convert

RGB201113115-
CMYK00.440.430.21
HSL358.64º44.9%61.57%-
HSV(B)358.64º43.78%78.82%-
XYZ33.0925.4719.39-
YUV139.54114.15171.84-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 46.85%
GREEN value IS 113 (44.53% from 255) = 26.34%
BLUE value IS 115 (45.31% from 255) = 26.81%
R=46.85%
G=26.34%
B=26.81%

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
Decimal20111311500.440.430.21358.6444.961.57
HexC9717302C2B151672d3e
Octal31116116305453255475576
Binary1100100111100011110011010110010101110101101100111101101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C97173

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C97173; }

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

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

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

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

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

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

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

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