#D1838A

Color #D1838A Charm (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Charm #D1838A

Tints of Charm #D1838A

Color information

#D1838A (or 0xD1838A) is unknown color: approx 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

RGB209131138-
CMYK00.370.340.18
HSL354.62º45.88%66.67%-
HSV(B)354.62º37.32%81.96%-
XYZ3931.6228.09-
YUV155.12118.34166.43-

RGB Variations

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

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.30% from 255) = 28.87%
R=43.72%
G=27.41%
B=28.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.34
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20913113800.370.340.18354.6245.8866.67
HexD1838A02522121632e43
Octal321203212045422254356103
Binary1101000110000011100010100100101100010100101011000111011101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1838A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>