Html Css Color HEX #D6788C Charm

📋 copy color: '#D6788C'

red 214 ◦ green 120 ◦ blue 140

#D6788C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Charm #D6788C

Tints of Charm #D6788C

RGB

 RED value IS 214 (83.98% from 255) = 45.15%

 GREEN value IS 120 (47.27% from 255) = 25.32%

 BLUE value IS 140 (55.08% from 255) = 29.54%

R = 45.15%
G = 25.32%
B = 29.54%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.35

 K value IS 0.16

RGB Variations

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

Color information

#D6788C (or 0xD6788C) is known color: Charm. HEX triplet: D6, 78 and 8C. RGB value is (214,120,140). Sum of RGB (Red+Green+Blue) = 214+120+140=474 (62% of max value = 765). Red value is 214 (83.98% from 255 or 45.15% from 474); Green value is 120 (47.27% from 255 or 25.32% from 474); Blue value is 140 (55.08% from 255 or 29.54% from 474); Max value from RGB is 214 - color contains mainly: red. Hex color #D6788C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D6788C is #298773. Grayscale: #969696. Windows color (decimal): -2721652 or 9205974. OLE color: 9205974.

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

Color convert

RGB 214 120 140 -
CMYK 0 0.44 0.35 0.16
HSL 347.23º 0.53% 0.65% -
HSV(B) 347.23º 0.44% 0.84% -
XYZ 39.18 29.62 28.46 -
YUV 150.39 122.14 173.37 -
System Red Green Blue C M Y K H S L
Decimal 214 120 140 0 0.44 0.35 0.16 347.23 0.53 0.65
Hex D6 78 8C 0 2C 23 10 15B 35 41
Octal 326 170 214 0 54 43 20 533 65 101
Binary 11010110 1111000 10001100 0 101100 100011 10000 101011011 110101 1000001

Color Harmonies of #D6788C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6788C

Black with #D6788C

Text Example


Text Example

White with #D6788C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6788C; }

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

 H1.HeaderClassName
 {
   color: #D6788C;
 }
 .AnyTagClassName
 {
   color: #D6788C;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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