Html Css Color HEX #D67786 Charm

📋 copy color: '#D67786'

red 214 ◦ green 119 ◦ blue 134

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

Shades of Charm #D67786

Tints of Charm #D67786

RGB

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

 GREEN value IS 119 (46.88% from 255) = 25.48%

 BLUE value IS 134 (52.73% from 255) = 28.69%

R = 45.82%
G = 25.48%
B = 28.69%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.37

 K value IS 0.16

RGB Variations

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

Color information

#D67786 (or 0xD67786) is known color: Charm. HEX triplet: D6, 77 and 86. RGB value is (214,119,134). Sum of RGB (Red+Green+Blue) = 214+119+134=467 (61% of max value = 765). Red value is 214 (83.98% from 255 or 45.82% from 467); Green value is 119 (46.88% from 255 or 25.48% from 467); Blue value is 134 (52.73% from 255 or 28.69% from 467); Max value from RGB is 214 - color contains mainly: red. Hex color #D67786 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D67786 is #298879. Grayscale: #959595. Windows color (decimal): -2721914 or 8812502. OLE color: 8812502.

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

Color convert

RGB 214 119 134 -
CMYK 0 0.44 0.37 0.16
HSL 350.53º 0.54% 0.65% -
HSV(B) 350.53º 0.44% 0.84% -
XYZ 38.63 29.21 26.16 -
YUV 149.12 119.47 174.28 -
System Red Green Blue C M Y K H S L
Decimal 214 119 134 0 0.44 0.37 0.16 350.53 0.54 0.65
Hex D6 77 86 0 2C 25 10 15F 36 41
Octal 326 167 206 0 54 45 20 537 66 101
Binary 11010110 1110111 10000110 0 101100 100101 10000 101011111 110110 1000001

Color Harmonies of #D67786

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D67786

Black with #D67786

Text Example


Text Example

White with #D67786

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D67786; }

 p { color: rgb(214,119,134); }

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

background-color css

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

 a { background-color: rgb(214,119,134); }

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

border-color css

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

 span { border-color: rgb(214,119,134); }

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