Html Css Color HEX #D6737E Charm

📋 copy color: '#D6737E'

red 214 ◦ green 115 ◦ blue 126

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

Shades of Charm #D6737E

Tints of Charm #D6737E

RGB

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

 GREEN value IS 115 (45.31% from 255) = 25.27%

 BLUE value IS 126 (49.61% from 255) = 27.69%

R = 47.03%
G = 25.27%
B = 27.69%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.41

 K value IS 0.16

RGB Variations

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

Color information

#D6737E (or 0xD6737E) is known color: Charm. HEX triplet: D6, 73 and 7E. RGB value is (214,115,126). Sum of RGB (Red+Green+Blue) = 214+115+126=455 (60% of max value = 765). Red value is 214 (83.98% from 255 or 47.03% from 455); Green value is 115 (45.31% from 255 or 25.27% from 455); Blue value is 126 (49.61% from 255 or 27.69% from 455); Max value from RGB is 214 - color contains mainly: red. Hex color #D6737E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D6737E is #298C81. Grayscale: #919191. Windows color (decimal): -2722946 or 8287190. OLE color: 8287190.

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

Color convert

RGB 214 115 126 -
CMYK 0 0.46 0.41 0.16
HSL 353.33º 0.55% 0.65% -
HSV(B) 353.33º 0.46% 0.84% -
XYZ 37.63 28.06 23.17 -
YUV 145.86 116.8 176.61 -
System Red Green Blue C M Y K H S L
Decimal 214 115 126 0 0.46 0.41 0.16 353.33 0.55 0.65
Hex D6 73 7E 0 2E 29 10 161 37 41
Octal 326 163 176 0 56 51 20 541 67 101
Binary 11010110 1110011 1111110 0 101110 101001 10000 101100001 110111 1000001

Color Harmonies of #D6737E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6737E

Black with #D6737E

Text Example


Text Example

White with #D6737E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6737E; }

 p { color: rgb(214,115,126); }

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

background-color css

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

 a { background-color: rgb(214,115,126); }

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

border-color css

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

 span { border-color: rgb(214,115,126); }

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