#D6708C

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

Shades of Charm #D6708C

Tints of Charm #D6708C

Color information

#D6708C (or 0xD6708C) is unknown color: approx Charm. HEX triplet: D6, 70 and 8C. RGB value is (214,112,140). Sum of RGB (Red+Green+Blue) = 214+112+140=466 (61% of max value = 765). Red value is 214 (83.98% from 255 or 45.92% from 466); Green value is 112 (44.14% from 255 or 24.03% from 466); Blue value is 140 (55.08% from 255 or 30.04% from 466); Max value from RGB is 214 - color contains mainly: red. Hex color #D6708C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D6708C is #298F73. Grayscale: #919191. Windows color (decimal): -2723700 or 9203926. OLE color: 9203926.

HSL color Cylindrical-coordinate representation of color #D6708C: hue angle of 343.53º degrees, saturation: 0.55, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #D6708C is Cyan = 0, Magento = 0.48, Yellow = 0.35 and Black (K on CMYK) = 0.16.

Color convert

RGB214112140-
CMYK00.480.350.16
HSL343.53º55.43%63.92%-
HSV(B)343.53º47.66%83.92%-
XYZ38.2627.7828.16-
YUV145.69124.79176.72-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 45.92%
GREEN value IS 112 (44.14% from 255) = 24.03%
BLUE value IS 140 (55.08% from 255) = 30.04%
R=45.92%
G=24.03%
B=30.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.35
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21411214000.480.350.16343.5355.4363.92
HexD6708C03023101583740
Octal326160214060432053067100
Binary110101101110000100011000110000100011100001010110001101111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6708C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6708C; }

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

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

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

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

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

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

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

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