#D6747B

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

Shades of Froly #D6747B

Tints of Froly #D6747B

Color information

#D6747B (or 0xD6747B) is unknown color: approx Froly. HEX triplet: D6, 74 and 7B. RGB value is (214,116,123). Sum of RGB (Red+Green+Blue) = 214+116+123=453 (60% of max value = 765). Red value is 214 (83.98% from 255 or 47.24% from 453); Green value is 116 (45.70% from 255 or 25.61% from 453); Blue value is 123 (48.44% from 255 or 27.15% from 453); Max value from RGB is 214 - color contains mainly: red. Hex color #D6747B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D6747B is #298B84. Grayscale: #929292. Windows color (decimal): -2722693 or 8090838. OLE color: 8090838.

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

Color convert

RGB214116123-
CMYK00.460.430.16
HSL355.71º54.44%64.71%-
HSV(B)355.71º45.79%83.92%-
XYZ37.5528.2222.21-
YUV146.1114.97176.43-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 47.24%
GREEN value IS 116 (45.70% from 255) = 25.61%
BLUE value IS 123 (48.44% from 255) = 27.15%
R=47.24%
G=25.61%
B=27.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.43
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21411612300.460.430.16355.7154.4464.71
HexD6747B02E2B101643641
Octal326164173056532054466101
Binary11010110111010011110110101110101011100001011001001101101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6747B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6747B; }

 p { color: rgb(214,116,123); }

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

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

 a { background-color: rgb(214,116,123); }

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

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

 span { border-color: rgb(214,116,123); }

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