Html Css Color HEX #D1838A Charm

📋 copy color: '#D1838A'

red 209 ◦ green 131 ◦ blue 138

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

Shades of Charm #D1838A

Tints of Charm #D1838A

RGB

 RED value IS 209 (82.03% from 255) = 43.72%

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

 BLUE value IS 138 (54.3% from 255) = 28.87%

R = 43.72%
G = 27.41%
B = 28.87%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.34

 K value IS 0.18

RGB Variations

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

Color information

#D1838A (or 0xD1838A) is known color: Charm. HEX triplet: D1, 83 and 8A. RGB value is (209,131,138). Sum of RGB (Red+Green+Blue) = 209+131+138=478 (63% of max value = 765). Red value is 209 (82.03% from 255 or 43.72% from 478); Green value is 131 (51.56% from 255 or 27.41% from 478); Blue value is 138 (54.30% from 255 or 28.87% from 478); Max value from RGB is 209 - color contains mainly: red. Hex color #D1838A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D1838A is #2E7C75. Grayscale: #9B9B9B. Windows color (decimal): -3046518 or 9077713. OLE color: 9077713.

HSL color Cylindrical-coordinate representation of color #D1838A: hue angle of 354.62º degrees, saturation: 0.46, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #D1838A is Cyan = 0, Magento = 0.37, Yellow = 0.34 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 131 138 -
CMYK 0 0.37 0.34 0.18
HSL 354.62º 0.46% 0.67% -
HSV(B) 354.62º 0.37% 0.82% -
XYZ 39 31.62 28.09 -
YUV 155.12 118.34 166.43 -
System Red Green Blue C M Y K H S L
Decimal 209 131 138 0 0.37 0.34 0.18 354.62 0.46 0.67
Hex D1 83 8A 0 25 22 12 163 2E 43
Octal 321 203 212 0 45 42 22 543 56 103
Binary 11010001 10000011 10001010 0 100101 100010 10010 101100011 101110 1000011

Color Harmonies of #D1838A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1838A

Black with #D1838A

Text Example


Text Example

White with #D1838A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1838A; }

 p { color: rgb(209,131,138); }

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

background-color css

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

 a { background-color: rgb(209,131,138); }

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

border-color css

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

 span { border-color: rgb(209,131,138); }

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