#D6748D

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

Shades of Charm #D6748D

Tints of Charm #D6748D

Color information

#D6748D (or 0xD6748D) is unknown color: approx Charm. HEX triplet: D6, 74 and 8D. RGB value is (214,116,141). Sum of RGB (Red+Green+Blue) = 214+116+141=471 (62% of max value = 765). Red value is 214 (83.98% from 255 or 45.44% from 471); Green value is 116 (45.70% from 255 or 24.63% from 471); Blue value is 141 (55.47% from 255 or 29.94% from 471); Max value from RGB is 214 - color contains mainly: red. Hex color #D6748D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D6748D is #298B72. Grayscale: #949494. Windows color (decimal): -2722675 or 9270486. OLE color: 9270486.

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

Color convert

RGB214116141-
CMYK00.460.340.16
HSL344.69º54.44%64.71%-
HSV(B)344.69º45.79%83.92%-
XYZ38.7828.7128.7-
YUV148.15123.97174.97-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 45.44%
GREEN value IS 116 (45.70% from 255) = 24.63%
BLUE value IS 141 (55.47% from 255) = 29.94%
R=45.44%
G=24.63%
B=29.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.34
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21411614100.460.340.16344.6954.4464.71
HexD6748D02E22101593641
Octal326164215056422053166101
Binary110101101110100100011010101110100010100001010110011101101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6748D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6748D; }

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

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

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

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

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

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

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

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