#C97175

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

Shades of Froly #C97175

Tints of Froly #C97175

Color information

#C97175 (or 0xC97175) is unknown color: approx Froly. HEX triplet: C9, 71 and 75. RGB value is (201,113,117). Sum of RGB (Red+Green+Blue) = 201+113+117=431 (57% of max value = 765). Red value is 201 (78.91% from 255 or 46.64% from 431); Green value is 113 (44.53% from 255 or 26.22% from 431); Blue value is 117 (46.09% from 255 or 27.15% from 431); Max value from RGB is 201 - color contains mainly: red. Hex color #C97175 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C97175 is #368E8A. Grayscale: #8B8B8B. Windows color (decimal): -3575435 or 7696841. OLE color: 7696841.

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

Color convert

RGB201113117-
CMYK00.440.420.21
HSL357.27º44.9%61.57%-
HSV(B)357.27º43.78%78.82%-
XYZ33.225.5120-
YUV139.77115.15171.67-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 46.64%
GREEN value IS 113 (44.53% from 255) = 26.22%
BLUE value IS 117 (46.09% from 255) = 27.15%
R=46.64%
G=26.22%
B=27.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.42
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20111311700.440.420.21357.2744.961.57
HexC9717502C2A151652d3e
Octal31116116505452255455576
Binary1100100111100011110101010110010101010101101100101101101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C97175

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C97175; }

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

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

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

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

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

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

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

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