#D46C75

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

Shades of Froly #D46C75

Tints of Froly #D46C75

Color information

#D46C75 (or 0xD46C75) is unknown color: approx Froly. HEX triplet: D4, 6C and 75. RGB value is (212,108,117). Sum of RGB (Red+Green+Blue) = 212+108+117=437 (57% of max value = 765). Red value is 212 (83.20% from 255 or 48.51% from 437); Green value is 108 (42.58% from 255 or 24.71% from 437); Blue value is 117 (46.09% from 255 or 26.77% from 437); Max value from RGB is 212 - color contains mainly: red. Hex color #D46C75 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D46C75 is #2B938A. Grayscale: #8C8C8C. Windows color (decimal): -2855819 or 7695572. OLE color: 7695572.

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

Color convert

RGB212108117-
CMYK00.490.450.17
HSL354.81º54.74%62.75%-
HSV(B)354.81º49.06%83.14%-
XYZ35.7226.0119.97-
YUV140.12114.96179.27-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 48.51%
GREEN value IS 108 (42.58% from 255) = 24.71%
BLUE value IS 117 (46.09% from 255) = 26.77%
R=48.51%
G=24.71%
B=26.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.45
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21210811700.490.450.17354.8154.7462.75
HexD46C750312D11163373f
Octal32415416506155215436777
Binary1101010011011001110101011000110110110001101100011110111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D46C75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D46C75; }

 p { color: rgb(212,108,117); }

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

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

 a { background-color: rgb(212,108,117); }

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

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

 span { border-color: rgb(212,108,117); }

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