Html Css Color HEX #D6838B Charm

📋 copy color: '#D6838B'

red 214 ◦ green 131 ◦ blue 139

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

Shades of Charm #D6838B

Tints of Charm #D6838B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 28.72%

R = 44.21%
G = 27.07%
B = 28.72%

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

#D6838B (or 0xD6838B) is known color: Charm. HEX triplet: D6, 83 and 8B. RGB value is (214,131,139). Sum of RGB (Red+Green+Blue) = 214+131+139=484 (64% of max value = 765). Red value is 214 (83.98% from 255 or 44.21% from 484); Green value is 131 (51.56% from 255 or 27.07% from 484); Blue value is 139 (54.69% from 255 or 28.72% from 484); Max value from RGB is 214 - color contains mainly: red. Hex color #D6838B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D6838B is #297C74. Grayscale: #9C9C9C. Windows color (decimal): -2718837 or 9143254. OLE color: 9143254.

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

Color convert

RGB 214 131 139 -
CMYK 0 0.39 0.35 0.16
HSL 354.22º 0.5% 0.68% -
HSV(B) 354.22º 0.39% 0.84% -
XYZ 40.51 32.39 28.54 -
YUV 156.73 118 168.85 -
System Red Green Blue C M Y K H S L
Decimal 214 131 139 0 0.39 0.35 0.16 354.22 0.5 0.68
Hex D6 83 8B 0 27 23 10 162 32 44
Octal 326 203 213 0 47 43 20 542 62 104
Binary 11010110 10000011 10001011 0 100111 100011 10000 101100010 110010 1000100

Color Harmonies of #D6838B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6838B

Black with #D6838B

Text Example


Text Example

White with #D6838B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6838B; }

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

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

background-color css

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

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

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

border-color css

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

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

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