#D6747F

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

Shades of Charm #D6747F

Tints of Charm #D6747F

Color information

#D6747F (or 0xD6747F) is unknown color: approx Charm. HEX triplet: D6, 74 and 7F. RGB value is (214,116,127). Sum of RGB (Red+Green+Blue) = 214+116+127=457 (60% of max value = 765). Red value is 214 (83.98% from 255 or 46.83% from 457); Green value is 116 (45.70% from 255 or 25.38% from 457); Blue value is 127 (50% from 255 or 27.79% from 457); Max value from RGB is 214 - color contains mainly: red. Hex color #D6747F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D6747F is #298B80. Grayscale: #929292. Windows color (decimal): -2722689 or 8352982. OLE color: 8352982.

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

Color convert

RGB214116127-
CMYK00.460.410.16
HSL353.27º54.44%64.71%-
HSV(B)353.27º45.79%83.92%-
XYZ37.8128.3223.55-
YUV146.56116.97176.11-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 46.83%
GREEN value IS 116 (45.70% from 255) = 25.38%
BLUE value IS 127 (50% from 255) = 27.79%
R=46.83%
G=25.38%
B=27.79%

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
Decimal21411612700.460.410.16353.2754.4464.71
HexD6747F02E29101613641
Octal326164177056512054166101
Binary11010110111010011111110101110101001100001011000011101101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6747F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6747F; }

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

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

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

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

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

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

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

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