#C97275

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

Shades of Froly #C97275

Tints of Froly #C97275

Color information

#C97275 (or 0xC97275) is unknown color: approx Froly. HEX triplet: C9, 72 and 75. RGB value is (201,114,117). Sum of RGB (Red+Green+Blue) = 201+114+117=432 (57% of max value = 765). Red value is 201 (78.91% from 255 or 46.53% from 432); Green value is 114 (44.92% from 255 or 26.39% from 432); Blue value is 117 (46.09% from 255 or 27.08% from 432); Max value from RGB is 201 - color contains mainly: red. Hex color #C97275 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C97275 is #368D8A. Grayscale: #8C8C8C. Windows color (decimal): -3575179 or 7697097. OLE color: 7697097.

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

Color convert

RGB201114117-
CMYK00.430.420.21
HSL357.93º44.62%61.76%-
HSV(B)357.93º43.28%78.82%-
XYZ33.3225.7420.04-
YUV140.35114.82171.26-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 46.53%
GREEN value IS 114 (44.92% from 255) = 26.39%
BLUE value IS 117 (46.09% from 255) = 27.08%
R=46.53%
G=26.39%
B=27.08%

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
Decimal20111411700.430.420.21357.9344.6261.76
HexC9727502B2A151662d3e
Octal31116216505352255465576
Binary1100100111100101110101010101110101010101101100110101101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C97275

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C97275; }

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

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

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

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

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

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

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

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