#C86E71

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

Shades of Froly #C86E71

Tints of Froly #C86E71

Color information

#C86E71 (or 0xC86E71) is unknown color: approx Froly. HEX triplet: C8, 6E and 71. RGB value is (200,110,113). Sum of RGB (Red+Green+Blue) = 200+110+113=423 (56% of max value = 765). Red value is 200 (78.52% from 255 or 47.28% from 423); Green value is 110 (43.36% from 255 or 26.00% from 423); Blue value is 113 (44.53% from 255 or 26.71% from 423); Max value from RGB is 200 - color contains mainly: red. Hex color #C86E71 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C86E71 is #37918E. Grayscale: #898989. Windows color (decimal): -3641743 or 7433928. OLE color: 7433928.

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

Color convert

RGB200110113-
CMYK00.450.440.22
HSL358º45%60.78%-
HSV(B)358º45%78.43%-
XYZ32.3824.6218.67-
YUV137.25114.32172.76-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 47.28%
GREEN value IS 110 (43.36% from 255) = 26.00%
BLUE value IS 113 (44.53% from 255) = 26.71%
R=47.28%
G=26.00%
B=26.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.44
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20011011300.450.440.223584560.78
HexC86E7102D2C161662d3d
Octal31015616105554265465575
Binary1100100011011101110001010110110110010110101100110101101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C86E71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C86E71; }

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

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

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

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

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

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

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

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