Html Css Color HEX #D6838C Charm

📋 copy color: '#D6838C'

red 214 ◦ green 131 ◦ blue 140

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

Shades of Charm #D6838C

Tints of Charm #D6838C

RGB

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

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

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

R = 44.12%
G = 27.01%
B = 28.87%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.35

 K value IS 0.16

RGB Variations

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

Color information

#D6838C (or 0xD6838C) is known color: Charm. HEX triplet: D6, 83 and 8C. RGB value is (214,131,140). Sum of RGB (Red+Green+Blue) = 214+131+140=485 (64% of max value = 765). Red value is 214 (83.98% from 255 or 44.12% from 485); Green value is 131 (51.56% from 255 or 27.01% from 485); Blue value is 140 (55.08% from 255 or 28.87% from 485); Max value from RGB is 214 - color contains mainly: red. Hex color #D6838C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D6838C is #297C73. Grayscale: #9C9C9C. Windows color (decimal): -2718836 or 9208790. OLE color: 9208790.

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

Color convert

RGB 214 131 140 -
CMYK 0 0.39 0.35 0.16
HSL 353.49º 0.5% 0.68% -
HSV(B) 353.49º 0.39% 0.84% -
XYZ 40.58 32.42 28.93 -
YUV 156.84 118.5 168.77 -
System Red Green Blue C M Y K H S L
Decimal 214 131 140 0 0.39 0.35 0.16 353.49 0.5 0.68
Hex D6 83 8C 0 27 23 10 161 32 44
Octal 326 203 214 0 47 43 20 541 62 104
Binary 11010110 10000011 10001100 0 100111 100011 10000 101100001 110010 1000100

Color Harmonies of #D6838C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6838C

Black with #D6838C

Text Example


Text Example

White with #D6838C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6838C; }

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

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

background-color css

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

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

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

border-color css

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

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

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