Html Css Color HEX #D6788A Charm

📋 copy color: '#D6788A'

red 214 ◦ green 120 ◦ blue 138

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

Shades of Charm #D6788A

Tints of Charm #D6788A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 29.24%

R = 45.34%
G = 25.42%
B = 29.24%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.36

 K value IS 0.16

RGB Variations

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

Color information

#D6788A (or 0xD6788A) is known color: Charm. HEX triplet: D6, 78 and 8A. RGB value is (214,120,138). Sum of RGB (Red+Green+Blue) = 214+120+138=472 (62% of max value = 765). Red value is 214 (83.98% from 255 or 45.34% from 472); Green value is 120 (47.27% from 255 or 25.42% from 472); Blue value is 138 (54.30% from 255 or 29.24% from 472); Max value from RGB is 214 - color contains mainly: red. Hex color #D6788A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D6788A is #298775. Grayscale: #969696. Windows color (decimal): -2721654 or 9074902. OLE color: 9074902.

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

Color convert

RGB 214 120 138 -
CMYK 0 0.44 0.36 0.16
HSL 348.51º 0.53% 0.65% -
HSV(B) 348.51º 0.44% 0.84% -
XYZ 39.04 29.56 27.69 -
YUV 150.16 121.14 173.54 -
System Red Green Blue C M Y K H S L
Decimal 214 120 138 0 0.44 0.36 0.16 348.51 0.53 0.65
Hex D6 78 8A 0 2C 24 10 15D 35 41
Octal 326 170 212 0 54 44 20 535 65 101
Binary 11010110 1111000 10001010 0 101100 100100 10000 101011101 110101 1000001

Color Harmonies of #D6788A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6788A

Black with #D6788A

Text Example


Text Example

White with #D6788A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6788A; }

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

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

background-color css

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

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

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

border-color css

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

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

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