#C87174

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

Shades of Froly #C87174

Tints of Froly #C87174

Color information

#C87174 (or 0xC87174) is unknown color: approx Froly. HEX triplet: C8, 71 and 74. RGB value is (200,113,116). Sum of RGB (Red+Green+Blue) = 200+113+116=429 (56% of max value = 765). Red value is 200 (78.52% from 255 or 46.62% from 429); Green value is 113 (44.53% from 255 or 26.34% from 429); Blue value is 116 (45.70% from 255 or 27.04% from 429); Max value from RGB is 200 - color contains mainly: red. Hex color #C87174 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C87174 is #378E8B. Grayscale: #8B8B8B. Windows color (decimal): -3640972 or 7631304. OLE color: 7631304.

HSL color Cylindrical-coordinate representation of color #C87174: hue angle of 357.93º degrees, saturation: 0.44, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #C87174 is Cyan = 0, Magento = 0.44, Yellow = 0.42 and Black (K on CMYK) = 0.22.

Color convert

RGB200113116-
CMYK00.440.420.22
HSL357.93º44.16%61.37%-
HSV(B)357.93º43.5%78.43%-
XYZ32.8825.3519.68-
YUV139.35114.82171.26-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 46.62%
GREEN value IS 113 (44.53% from 255) = 26.34%
BLUE value IS 116 (45.70% from 255) = 27.04%
R=46.62%
G=26.34%
B=27.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.42
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20011311600.440.420.22357.9344.1661.37
HexC8717402C2A161662c3d
Octal31016116405452265465475
Binary1100100011100011110100010110010101010110101100110101100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C87174

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C87174; }

 p { color: rgb(200,113,116); }

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

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

 a { background-color: rgb(200,113,116); }

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

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

 span { border-color: rgb(200,113,116); }

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