#C97375

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

Shades of Froly #C97375

Tints of Froly #C97375

Color information

#C97375 (or 0xC97375) is unknown color: approx Froly. HEX triplet: C9, 73 and 75. RGB value is (201,115,117). Sum of RGB (Red+Green+Blue) = 201+115+117=433 (57% of max value = 765). Red value is 201 (78.91% from 255 or 46.42% from 433); Green value is 115 (45.31% from 255 or 26.56% from 433); Blue value is 117 (46.09% from 255 or 27.02% from 433); Max value from RGB is 201 - color contains mainly: red. Hex color #C97375 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C97375 is #368C8A. Grayscale: #8D8D8D. Windows color (decimal): -3574923 or 7697353. OLE color: 7697353.

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

Color convert

RGB201115117-
CMYK00.430.420.21
HSL358.6º44.33%61.96%-
HSV(B)358.6º42.79%78.82%-
XYZ33.4325.9620.08-
YUV140.94114.49170.84-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 46.42%
GREEN value IS 115 (45.31% from 255) = 26.56%
BLUE value IS 117 (46.09% from 255) = 27.02%
R=46.42%
G=26.56%
B=27.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.42
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20111511700.430.420.21358.644.3361.96
HexC9737502B2A151672c3e
Octal31116316505352255475476
Binary1100100111100111110101010101110101010101101100111101100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C97375

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C97375; }

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

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

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

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

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

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

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

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