Html Css Color HEX #D6738C Charm

📋 copy color: '#D6738C'

red 214 ◦ green 115 ◦ blue 140

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

Shades of Charm #D6738C

Tints of Charm #D6738C

RGB

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

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

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

R = 45.63%
G = 24.52%
B = 29.85%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.35

 K value IS 0.16

RGB Variations

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

Color information

#D6738C (or 0xD6738C) is known color: Charm. HEX triplet: D6, 73 and 8C. RGB value is (214,115,140). Sum of RGB (Red+Green+Blue) = 214+115+140=469 (62% of max value = 765). Red value is 214 (83.98% from 255 or 45.63% from 469); Green value is 115 (45.31% from 255 or 24.52% from 469); Blue value is 140 (55.08% from 255 or 29.85% from 469); Max value from RGB is 214 - color contains mainly: red. Hex color #D6738C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D6738C is #298C73. Grayscale: #939393. Windows color (decimal): -2722932 or 9204694. OLE color: 9204694.

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

Color convert

RGB 214 115 140 -
CMYK 0 0.46 0.35 0.16
HSL 344.85º 0.55% 0.65% -
HSV(B) 344.85º 0.46% 0.84% -
XYZ 38.6 28.45 28.27 -
YUV 147.45 123.8 175.47 -
System Red Green Blue C M Y K H S L
Decimal 214 115 140 0 0.46 0.35 0.16 344.85 0.55 0.65
Hex D6 73 8C 0 2E 23 10 159 37 41
Octal 326 163 214 0 56 43 20 531 67 101
Binary 11010110 1110011 10001100 0 101110 100011 10000 101011001 110111 1000001

Color Harmonies of #D6738C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6738C

Black with #D6738C

Text Example


Text Example

White with #D6738C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6738C; }

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

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

background-color css

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

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

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

border-color css

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

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

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