#D1808C

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

Shades of Charm #D1808C

Tints of Charm #D1808C

Color information

#D1808C (or 0xD1808C) is unknown color: approx Charm. HEX triplet: D1, 80 and 8C. RGB value is (209,128,140). Sum of RGB (Red+Green+Blue) = 209+128+140=477 (63% of max value = 765). Red value is 209 (82.03% from 255 or 43.82% from 477); Green value is 128 (50.39% from 255 or 26.83% from 477); Blue value is 140 (55.08% from 255 or 29.35% from 477); Max value from RGB is 209 - color contains mainly: red. Hex color #D1808C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D1808C is #2E7F73. Grayscale: #999999. Windows color (decimal): -3047284 or 9208017. OLE color: 9208017.

HSL color Cylindrical-coordinate representation of color #D1808C: hue angle of 351.11º degrees, saturation: 0.47, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #D1808C is Cyan = 0, Magento = 0.39, Yellow = 0.33 and Black (K on CMYK) = 0.18.

Color convert

RGB209128140-
CMYK00.390.330.18
HSL351.11º46.82%66.08%-
HSV(B)351.11º38.76%81.96%-
XYZ38.7530.8928.73-
YUV153.59120.34167.52-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 43.82%
GREEN value IS 128 (50.39% from 255) = 26.83%
BLUE value IS 140 (55.08% from 255) = 29.35%
R=43.82%
G=26.83%
B=29.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.33
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20912814000.390.330.18351.1146.8266.08
HexD1808C027211215f2f42
Octal321200214047412253757102
Binary1101000110000000100011000100111100001100101010111111011111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1808C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1808C; }

 p { color: rgb(209,128,140); }

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

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

 a { background-color: rgb(209,128,140); }

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

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

 span { border-color: rgb(209,128,140); }

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