#C86D71

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

Shades of Froly #C86D71

Tints of Froly #C86D71

Color information

#C86D71 (or 0xC86D71) is unknown color: approx Froly. HEX triplet: C8, 6D and 71. RGB value is (200,109,113). Sum of RGB (Red+Green+Blue) = 200+109+113=422 (55% of max value = 765). Red value is 200 (78.52% from 255 or 47.39% from 422); Green value is 109 (42.97% from 255 or 25.83% from 422); Blue value is 113 (44.53% from 255 or 26.78% from 422); Max value from RGB is 200 - color contains mainly: red. Hex color #C86D71 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C86D71 is #37928E. Grayscale: #888888. Windows color (decimal): -3641999 or 7433672. OLE color: 7433672.

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

Color convert

RGB200109113-
CMYK00.460.440.22
HSL357.36º45.27%60.59%-
HSV(B)357.36º45.5%78.43%-
XYZ32.2724.4118.63-
YUV136.66114.65173.17-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 47.39%
GREEN value IS 109 (42.97% from 255) = 25.83%
BLUE value IS 113 (44.53% from 255) = 26.78%
R=47.39%
G=25.83%
B=26.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.44
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20010911300.460.440.22357.3645.2760.59
HexC86D7102E2C161652d3d
Octal31015516105654265455575
Binary1100100011011011110001010111010110010110101100101101101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C86D71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C86D71; }

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

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

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

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

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

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

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

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