#D46A6B

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

Shades of Froly #D46A6B

Tints of Froly #D46A6B

Color information

#D46A6B (or 0xD46A6B) is unknown color: approx Froly. HEX triplet: D4, 6A and 6B. RGB value is (212,106,107). Sum of RGB (Red+Green+Blue) = 212+106+107=425 (56% of max value = 765). Red value is 212 (83.20% from 255 or 49.88% from 425); Green value is 106 (41.80% from 255 or 24.94% from 425); Blue value is 107 (42.19% from 255 or 25.18% from 425); Max value from RGB is 212 - color contains mainly: red. Hex color #D46A6B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D46A6B is #2B9594. Grayscale: #898989. Windows color (decimal): -2856341 or 7039700. OLE color: 7039700.

HSL color Cylindrical-coordinate representation of color #D46A6B: hue angle of 359.43º degrees, saturation: 0.55, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D46A6B is Cyan = 0, Magento = 0.5, Yellow = 0.50 and Black (K on CMYK) = 0.17.

Color convert

RGB212106107-
CMYK00.50.500.17
HSL359.43º55.21%62.35%-
HSV(B)359.43º50%83.14%-
XYZ34.9625.3716.96-
YUV137.81110.62180.92-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 49.88%
GREEN value IS 106 (41.80% from 255) = 24.94%
BLUE value IS 107 (42.19% from 255) = 25.18%
R=49.88%
G=24.94%
B=25.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.5
Y (Yellow) values IS 0.50
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21210610700.50.500.17359.4355.2162.35
HexD46A6B0323211167373e
Octal32415215306262215476776
Binary1101010011010101101011011001011001010001101100111110111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D46A6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D46A6B; }

 p { color: rgb(212,106,107); }

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

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

 a { background-color: rgb(212,106,107); }

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

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

 span { border-color: rgb(212,106,107); }

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