#D6748C

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

Shades of Charm #D6748C

Tints of Charm #D6748C

Color information

#D6748C (or 0xD6748C) is unknown color: approx Charm. HEX triplet: D6, 74 and 8C. RGB value is (214,116,140). Sum of RGB (Red+Green+Blue) = 214+116+140=470 (62% of max value = 765). Red value is 214 (83.98% from 255 or 45.53% from 470); Green value is 116 (45.70% from 255 or 24.68% from 470); Blue value is 140 (55.08% from 255 or 29.79% from 470); Max value from RGB is 214 - color contains mainly: red. Hex color #D6748C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D6748C is #298B73. Grayscale: #949494. Windows color (decimal): -2722676 or 9204950. OLE color: 9204950.

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

Color convert

RGB214116140-
CMYK00.460.350.16
HSL345.31º54.44%64.71%-
HSV(B)345.31º45.79%83.92%-
XYZ38.7128.6828.31-
YUV148.04123.47175.05-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 45.53%
GREEN value IS 116 (45.70% from 255) = 24.68%
BLUE value IS 140 (55.08% from 255) = 29.79%
R=45.53%
G=24.68%
B=29.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.35
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21411614000.460.350.16345.3154.4464.71
HexD6748C02E23101593641
Octal326164214056432053166101
Binary110101101110100100011000101110100011100001010110011101101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6748C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6748C; }

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

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

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

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

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

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

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

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