#C86D72

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

Shades of Froly #C86D72

Tints of Froly #C86D72

Color information

#C86D72 (or 0xC86D72) is unknown color: approx Froly. HEX triplet: C8, 6D and 72. RGB value is (200,109,114). Sum of RGB (Red+Green+Blue) = 200+109+114=423 (56% of max value = 765). Red value is 200 (78.52% from 255 or 47.28% from 423); Green value is 109 (42.97% from 255 or 25.77% from 423); Blue value is 114 (44.92% from 255 or 26.95% from 423); Max value from RGB is 200 - color contains mainly: red. Hex color #C86D72 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C86D72 is #37928D. Grayscale: #888888. Windows color (decimal): -3641998 or 7499208. OLE color: 7499208.

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

Color convert

RGB200109114-
CMYK00.460.430.22
HSL356.7º45.27%60.59%-
HSV(B)356.7º45.5%78.43%-
XYZ32.3324.4318.93-
YUV136.78115.15173.09-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 47.28%
GREEN value IS 109 (42.97% from 255) = 25.77%
BLUE value IS 114 (44.92% from 255) = 26.95%
R=47.28%
G=25.77%
B=26.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.43
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20010911400.460.430.22356.745.2760.59
HexC86D7202E2B161652d3d
Octal31015516205653265455575
Binary1100100011011011110010010111010101110110101100101101101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C86D72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C86D72; }

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

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

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

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

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

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

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

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