Html Css Color HEX #D6787F Charm

📋 copy color: '#D6787F'

red 214 ◦ green 120 ◦ blue 127

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

Shades of Charm #D6787F

Tints of Charm #D6787F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 27.55%

R = 46.42%
G = 26.03%
B = 27.55%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.41

 K value IS 0.16

RGB Variations

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

Color information

#D6787F (or 0xD6787F) is known color: Charm. HEX triplet: D6, 78 and 7F. RGB value is (214,120,127). Sum of RGB (Red+Green+Blue) = 214+120+127=461 (61% of max value = 765). Red value is 214 (83.98% from 255 or 46.42% from 461); Green value is 120 (47.27% from 255 or 26.03% from 461); Blue value is 127 (50% from 255 or 27.55% from 461); Max value from RGB is 214 - color contains mainly: red. Hex color #D6787F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D6787F is #298780. Grayscale: #949494. Windows color (decimal): -2721665 or 8354006. OLE color: 8354006.

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

Color convert

RGB 214 120 127 -
CMYK 0 0.44 0.41 0.16
HSL 355.53º 0.53% 0.65% -
HSV(B) 355.53º 0.44% 0.84% -
XYZ 38.28 29.26 23.71 -
YUV 148.9 115.64 174.43 -
System Red Green Blue C M Y K H S L
Decimal 214 120 127 0 0.44 0.41 0.16 355.53 0.53 0.65
Hex D6 78 7F 0 2C 29 10 164 35 41
Octal 326 170 177 0 54 51 20 544 65 101
Binary 11010110 1111000 1111111 0 101100 101001 10000 101100100 110101 1000001

Color Harmonies of #D6787F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6787F

Black with #D6787F

Text Example


Text Example

White with #D6787F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6787F; }

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

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

background-color css

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

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

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

border-color css

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

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

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