#C86D73

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

Shades of Froly #C86D73

Tints of Froly #C86D73

Color information

#C86D73 (or 0xC86D73) is unknown color: approx Froly. HEX triplet: C8, 6D and 73. RGB value is (200,109,115). Sum of RGB (Red+Green+Blue) = 200+109+115=424 (56% of max value = 765). Red value is 200 (78.52% from 255 or 47.17% from 424); Green value is 109 (42.97% from 255 or 25.71% from 424); Blue value is 115 (45.31% from 255 or 27.12% from 424); Max value from RGB is 200 - color contains mainly: red. Hex color #C86D73 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C86D73 is #37928C. Grayscale: #888888. Windows color (decimal): -3641997 or 7564744. OLE color: 7564744.

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

Color convert

RGB200109115-
CMYK00.460.420.22
HSL356.04º45.27%60.59%-
HSV(B)356.04º45.5%78.43%-
XYZ32.3824.4519.23-
YUV136.89115.65173.01-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 47.17%
GREEN value IS 109 (42.97% from 255) = 25.71%
BLUE value IS 115 (45.31% from 255) = 27.12%
R=47.17%
G=25.71%
B=27.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.42
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20010911500.460.420.22356.0445.2760.59
HexC86D7302E2A161642d3d
Octal31015516305652265445575
Binary1100100011011011110011010111010101010110101100100101101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C86D73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C86D73; }

 p { color: rgb(200,109,115); }

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

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

 a { background-color: rgb(200,109,115); }

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

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

 span { border-color: rgb(200,109,115); }

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