Html Css Color HEX #D6728A Charm

📋 copy color: '#D6728A'

red 214 ◦ green 114 ◦ blue 138

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

Shades of Charm #D6728A

Tints of Charm #D6728A

RGB

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

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

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

R = 45.92%
G = 24.46%
B = 29.61%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.36

 K value IS 0.16

RGB Variations

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

Color information

#D6728A (or 0xD6728A) is known color: Charm. HEX triplet: D6, 72 and 8A. RGB value is (214,114,138). Sum of RGB (Red+Green+Blue) = 214+114+138=466 (61% of max value = 765). Red value is 214 (83.98% from 255 or 45.92% from 466); Green value is 114 (44.92% from 255 or 24.46% from 466); Blue value is 138 (54.30% from 255 or 29.61% from 466); Max value from RGB is 214 - color contains mainly: red. Hex color #D6728A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D6728A is #298D75. Grayscale: #929292. Windows color (decimal): -2723190 or 9073366. OLE color: 9073366.

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

Color convert

RGB 214 114 138 -
CMYK 0 0.47 0.36 0.16
HSL 345.6º 0.55% 0.64% -
HSV(B) 345.6º 0.47% 0.84% -
XYZ 38.34 28.17 27.46 -
YUV 146.64 123.13 176.05 -
System Red Green Blue C M Y K H S L
Decimal 214 114 138 0 0.47 0.36 0.16 345.6 0.55 0.64
Hex D6 72 8A 0 2F 24 10 15A 37 40
Octal 326 162 212 0 57 44 20 532 67 100
Binary 11010110 1110010 10001010 0 101111 100100 10000 101011010 110111 1000000

Color Harmonies of #D6728A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6728A

Black with #D6728A

Text Example


Text Example

White with #D6728A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6728A; }

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

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

background-color css

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

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

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

border-color css

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

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

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