#D46A73

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

Shades of Froly #D46A73

Tints of Froly #D46A73

Color information

#D46A73 (or 0xD46A73) is unknown color: approx Froly. HEX triplet: D4, 6A and 73. RGB value is (212,106,115). Sum of RGB (Red+Green+Blue) = 212+106+115=433 (57% of max value = 765). Red value is 212 (83.20% from 255 or 48.96% from 433); Green value is 106 (41.80% from 255 or 24.48% from 433); Blue value is 115 (45.31% from 255 or 26.56% from 433); Max value from RGB is 212 - color contains mainly: red. Hex color #D46A73 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D46A73 is #2B958C. Grayscale: #8A8A8A. Windows color (decimal): -2856333 or 7563988. OLE color: 7563988.

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

Color convert

RGB212106115-
CMYK00.50.460.17
HSL354.91º55.21%62.35%-
HSV(B)354.91º50%83.14%-
XYZ35.425.5419.28-
YUV138.72114.62180.27-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 48.96%
GREEN value IS 106 (41.80% from 255) = 24.48%
BLUE value IS 115 (45.31% from 255) = 26.56%
R=48.96%
G=24.48%
B=26.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.5
Y (Yellow) values IS 0.46
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21210611500.50.460.17354.9155.2162.35
HexD46A730322E11163373e
Octal32415216306256215436776
Binary1101010011010101110011011001010111010001101100011110111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D46A73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D46A73; }

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

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

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

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

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

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

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

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