#D6797C

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

Shades of Froly #D6797C

Tints of Froly #D6797C

Color information

#D6797C (or 0xD6797C) is unknown color: approx Froly. HEX triplet: D6, 79 and 7C. RGB value is (214,121,124). Sum of RGB (Red+Green+Blue) = 214+121+124=459 (60% of max value = 765). Red value is 214 (83.98% from 255 or 46.62% from 459); Green value is 121 (47.66% from 255 or 26.36% from 459); Blue value is 124 (48.83% from 255 or 27.02% from 459); Max value from RGB is 214 - color contains mainly: red. Hex color #D6797C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D6797C is #298683. Grayscale: #959595. Windows color (decimal): -2721412 or 8157654. OLE color: 8157654.

HSL color Cylindrical-coordinate representation of color #D6797C: hue angle of 358.06º degrees, saturation: 0.53, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #D6797C is Cyan = 0, Magento = 0.43, Yellow = 0.42 and Black (K on CMYK) = 0.16.

Color convert

RGB214121124-
CMYK00.430.420.16
HSL358.06º53.14%65.69%-
HSV(B)358.06º43.46%83.92%-
XYZ38.2129.4322.73-
YUV149.15113.81174.26-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 46.62%
GREEN value IS 121 (47.66% from 255) = 26.36%
BLUE value IS 124 (48.83% from 255) = 27.02%
R=46.62%
G=26.36%
B=27.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.42
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21412112400.430.420.16358.0653.1465.69
HexD6797C02B2A101663542
Octal326171174053522054665102
Binary11010110111100111111000101011101010100001011001101101011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6797C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6797C; }

 p { color: rgb(214,121,124); }

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

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

 a { background-color: rgb(214,121,124); }

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

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

 span { border-color: rgb(214,121,124); }

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