#D46C7B

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

Shades of Froly #D46C7B

Tints of Froly #D46C7B

Color information

#D46C7B (or 0xD46C7B) is unknown color: approx Froly. HEX triplet: D4, 6C and 7B. RGB value is (212,108,123). Sum of RGB (Red+Green+Blue) = 212+108+123=443 (58% of max value = 765). Red value is 212 (83.20% from 255 or 47.86% from 443); Green value is 108 (42.58% from 255 or 24.38% from 443); Blue value is 123 (48.44% from 255 or 27.77% from 443); Max value from RGB is 212 - color contains mainly: red. Hex color #D46C7B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D46C7B is #2B9384. Grayscale: #8C8C8C. Windows color (decimal): -2855813 or 8088788. OLE color: 8088788.

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

Color convert

RGB212108123-
CMYK00.490.420.17
HSL351.35º54.74%62.75%-
HSV(B)351.35º49.06%83.14%-
XYZ36.0926.1521.88-
YUV140.81117.96178.78-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 47.86%
GREEN value IS 108 (42.58% from 255) = 24.38%
BLUE value IS 123 (48.44% from 255) = 27.77%
R=47.86%
G=24.38%
B=27.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.42
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21210812300.490.420.17351.3554.7462.75
HexD46C7B0312A1115f373f
Octal32415417306152215376777
Binary1101010011011001111011011000110101010001101011111110111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D46C7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D46C7B; }

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

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

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

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

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

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

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

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