#D6747E

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

Shades of Charm #D6747E

Tints of Charm #D6747E

Color information

#D6747E (or 0xD6747E) is unknown color: approx Charm. HEX triplet: D6, 74 and 7E. RGB value is (214,116,126). Sum of RGB (Red+Green+Blue) = 214+116+126=456 (60% of max value = 765). Red value is 214 (83.98% from 255 or 46.93% from 456); Green value is 116 (45.70% from 255 or 25.44% from 456); Blue value is 126 (49.61% from 255 or 27.63% from 456); Max value from RGB is 214 - color contains mainly: red. Hex color #D6747E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D6747E is #298B81. Grayscale: #929292. Windows color (decimal): -2722690 or 8287446. OLE color: 8287446.

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

Color convert

RGB214116126-
CMYK00.460.410.16
HSL353.88º54.44%64.71%-
HSV(B)353.88º45.79%83.92%-
XYZ37.7428.2923.21-
YUV146.44116.47176.19-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 46.93%
GREEN value IS 116 (45.70% from 255) = 25.44%
BLUE value IS 126 (49.61% from 255) = 27.63%
R=46.93%
G=25.44%
B=27.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.41
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21411612600.460.410.16353.8854.4464.71
HexD6747E02E29101623641
Octal326164176056512054266101
Binary11010110111010011111100101110101001100001011000101101101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6747E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6747E; }

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

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

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

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

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

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

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

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