#C86C72

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

Shades of Froly #C86C72

Tints of Froly #C86C72

Color information

#C86C72 (or 0xC86C72) is unknown color: approx Froly. HEX triplet: C8, 6C and 72. RGB value is (200,108,114). Sum of RGB (Red+Green+Blue) = 200+108+114=422 (55% of max value = 765). Red value is 200 (78.52% from 255 or 47.39% from 422); Green value is 108 (42.58% from 255 or 25.59% from 422); Blue value is 114 (44.92% from 255 or 27.01% from 422); Max value from RGB is 200 - color contains mainly: red. Hex color #C86C72 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C86C72 is #37938D. Grayscale: #888888. Windows color (decimal): -3642254 or 7498952. OLE color: 7498952.

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

Color convert

RGB200108114-
CMYK00.460.430.22
HSL356.09º45.54%60.39%-
HSV(B)356.09º46%78.43%-
XYZ32.2224.2218.9-
YUV136.19115.48173.51-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 47.39%
GREEN value IS 108 (42.58% from 255) = 25.59%
BLUE value IS 114 (44.92% from 255) = 27.01%
R=47.39%
G=25.59%
B=27.01%

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
Decimal20010811400.460.430.22356.0945.5460.39
HexC86C7202E2B161642e3c
Octal31015416205653265445674
Binary1100100011011001110010010111010101110110101100100101110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C86C72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C86C72; }

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

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

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

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

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

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

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

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