Html Css Color HEX #D6728C Charm

📋 copy color: '#D6728C'

red 214 ◦ green 114 ◦ blue 140

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

Shades of Charm #D6728C

Tints of Charm #D6728C

RGB

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

 GREEN value IS 114 (44.92% from 255) = 24.36%

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

R = 45.73%
G = 24.36%
B = 29.91%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.35

 K value IS 0.16

RGB Variations

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

Color information

#D6728C (or 0xD6728C) is known color: Charm. HEX triplet: D6, 72 and 8C. RGB value is (214,114,140). Sum of RGB (Red+Green+Blue) = 214+114+140=468 (61% of max value = 765). Red value is 214 (83.98% from 255 or 45.73% from 468); Green value is 114 (44.92% from 255 or 24.36% from 468); Blue value is 140 (55.08% from 255 or 29.91% from 468); Max value from RGB is 214 - color contains mainly: red. Hex color #D6728C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D6728C is #298D73. Grayscale: #929292. Windows color (decimal): -2723188 or 9204438. OLE color: 9204438.

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

Color convert

RGB 214 114 140 -
CMYK 0 0.47 0.35 0.16
HSL 344.4º 0.55% 0.64% -
HSV(B) 344.4º 0.47% 0.84% -
XYZ 38.48 28.22 28.23 -
YUV 146.86 124.13 175.89 -
System Red Green Blue C M Y K H S L
Decimal 214 114 140 0 0.47 0.35 0.16 344.4 0.55 0.64
Hex D6 72 8C 0 2F 23 10 158 37 40
Octal 326 162 214 0 57 43 20 530 67 100
Binary 11010110 1110010 10001100 0 101111 100011 10000 101011000 110111 1000000

Color Harmonies of #D6728C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6728C

Black with #D6728C

Text Example


Text Example

White with #D6728C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6728C; }

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

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

background-color css

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

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

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

border-color css

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

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

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