#C86D70

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

Shades of Froly #C86D70

Tints of Froly #C86D70

Color information

#C86D70 (or 0xC86D70) is unknown color: approx Froly. HEX triplet: C8, 6D and 70. RGB value is (200,109,112). Sum of RGB (Red+Green+Blue) = 200+109+112=421 (55% of max value = 765). Red value is 200 (78.52% from 255 or 47.51% from 421); Green value is 109 (42.97% from 255 or 25.89% from 421); Blue value is 112 (44.14% from 255 or 26.60% from 421); Max value from RGB is 200 - color contains mainly: red. Hex color #C86D70 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C86D70 is #37928F. Grayscale: #888888. Windows color (decimal): -3642000 or 7368136. OLE color: 7368136.

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

Color convert

RGB200109112-
CMYK00.460.440.22
HSL358.02º45.27%60.59%-
HSV(B)358.02º45.5%78.43%-
XYZ32.2124.3918.34-
YUV136.55114.15173.26-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 47.51%
GREEN value IS 109 (42.97% from 255) = 25.89%
BLUE value IS 112 (44.14% from 255) = 26.60%
R=47.51%
G=25.89%
B=26.60%

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
Decimal20010911200.460.440.22358.0245.2760.59
HexC86D7002E2C161662d3d
Octal31015516005654265465575
Binary1100100011011011110000010111010110010110101100110101101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C86D70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C86D70; }

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

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

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

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

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

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

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

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