Html Css Color HEX #D68386 Charm

📋 copy color: '#D68386'

red 214 ◦ green 131 ◦ blue 134

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

Shades of Charm #D68386

Tints of Charm #D68386

RGB

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

 GREEN value IS 131 (51.56% from 255) = 27.35%

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

R = 44.68%
G = 27.35%
B = 27.97%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.37

 K value IS 0.16

RGB Variations

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

Color information

#D68386 (or 0xD68386) is known color: Charm. HEX triplet: D6, 83 and 86. RGB value is (214,131,134). Sum of RGB (Red+Green+Blue) = 214+131+134=479 (63% of max value = 765). Red value is 214 (83.98% from 255 or 44.68% from 479); Green value is 131 (51.56% from 255 or 27.35% from 479); Blue value is 134 (52.73% from 255 or 27.97% from 479); Max value from RGB is 214 - color contains mainly: red. Hex color #D68386 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D68386 is #297C79. Grayscale: #9C9C9C. Windows color (decimal): -2718842 or 8815574. OLE color: 8815574.

HSL color Cylindrical-coordinate representation of color #D68386: hue angle of 357.83º degrees, saturation: 0.5, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #D68386 is Cyan = 0, Magento = 0.39, Yellow = 0.37 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 131 134 -
CMYK 0 0.39 0.37 0.16
HSL 357.83º 0.5% 0.68% -
HSV(B) 357.83º 0.39% 0.84% -
XYZ 40.15 32.25 26.66 -
YUV 156.16 115.5 169.26 -
System Red Green Blue C M Y K H S L
Decimal 214 131 134 0 0.39 0.37 0.16 357.83 0.5 0.68
Hex D6 83 86 0 27 25 10 166 32 44
Octal 326 203 206 0 47 45 20 546 62 104
Binary 11010110 10000011 10000110 0 100111 100101 10000 101100110 110010 1000100

Color Harmonies of #D68386

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D68386

Black with #D68386

Text Example


Text Example

White with #D68386

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D68386; }

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

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

background-color css

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

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

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

border-color css

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

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

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