Html Css Color HEX #D68486 Charm

📋 copy color: '#D68486'

red 214 ◦ green 132 ◦ blue 134

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

Shades of Charm #D68486

Tints of Charm #D68486

RGB

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

 GREEN value IS 132 (51.95% from 255) = 27.5%

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

R = 44.58%
G = 27.5%
B = 27.92%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.37

 K value IS 0.16

RGB Variations

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

Color information

#D68486 (or 0xD68486) is known color: Charm. HEX triplet: D6, 84 and 86. RGB value is (214,132,134). Sum of RGB (Red+Green+Blue) = 214+132+134=480 (63% of max value = 765). Red value is 214 (83.98% from 255 or 44.58% from 480); Green value is 132 (51.95% from 255 or 27.5% from 480); Blue value is 134 (52.73% from 255 or 27.92% from 480); Max value from RGB is 214 - color contains mainly: red. Hex color #D68486 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D68486 is #297B79. Grayscale: #9C9C9C. Windows color (decimal): -2718586 or 8815830. OLE color: 8815830.

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

Color convert

RGB 214 132 134 -
CMYK 0 0.38 0.37 0.16
HSL 358.54º 0.5% 0.68% -
HSV(B) 358.54º 0.38% 0.84% -
XYZ 40.29 32.52 26.71 -
YUV 156.75 115.17 168.84 -
System Red Green Blue C M Y K H S L
Decimal 214 132 134 0 0.38 0.37 0.16 358.54 0.5 0.68
Hex D6 84 86 0 26 25 10 167 32 44
Octal 326 204 206 0 46 45 20 547 62 104
Binary 11010110 10000100 10000110 0 100110 100101 10000 101100111 110010 1000100

Color Harmonies of #D68486

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D68486

Black with #D68486

Text Example


Text Example

White with #D68486

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D68486; }

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

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

background-color css

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

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

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

border-color css

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

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

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