#D1848A

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

Shades of Charm #D1848A

Tints of Charm #D1848A

Color information

#D1848A (or 0xD1848A) is unknown color: approx Charm. HEX triplet: D1, 84 and 8A. RGB value is (209,132,138). Sum of RGB (Red+Green+Blue) = 209+132+138=479 (63% of max value = 765). Red value is 209 (82.03% from 255 or 43.63% from 479); Green value is 132 (51.95% from 255 or 27.56% from 479); Blue value is 138 (54.30% from 255 or 28.81% from 479); Max value from RGB is 209 - color contains mainly: red. Hex color #D1848A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D1848A is #2E7B75. Grayscale: #9B9B9B. Windows color (decimal): -3046262 or 9077969. OLE color: 9077969.

HSL color Cylindrical-coordinate representation of color #D1848A: hue angle of 355.32º 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 #D1848A is Cyan = 0, Magento = 0.37, Yellow = 0.34 and Black (K on CMYK) = 0.18.

Color convert

RGB209132138-
CMYK00.370.340.18
HSL355.32º45.56%66.86%-
HSV(B)355.32º36.84%81.96%-
XYZ39.1331.8928.14-
YUV155.71118.01166.01-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 43.63%
GREEN value IS 132 (51.95% from 255) = 27.56%
BLUE value IS 138 (54.30% from 255) = 28.81%
R=43.63%
G=27.56%
B=28.81%

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
Decimal20913213800.370.340.18355.3245.5666.86
HexD1848A02522121632e43
Octal321204212045422254356103
Binary1101000110000100100010100100101100010100101011000111011101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1848A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1848A; }

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

 H1.HeaderClassName
 {
   color: #D1848A;
 }
 .AnyTagClassName
 {
   color: #D1848A;
 }
</style>
background-color css

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

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

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

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

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

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