#D18185

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

Shades of Charm #D18185

Tints of Charm #D18185

Color information

#D18185 (or 0xD18185) is unknown color: approx Charm. HEX triplet: D1, 81 and 85. RGB value is (209,129,133). Sum of RGB (Red+Green+Blue) = 209+129+133=471 (62% of max value = 765). Red value is 209 (82.03% from 255 or 44.37% from 471); Green value is 129 (50.78% from 255 or 27.39% from 471); Blue value is 133 (52.34% from 255 or 28.24% from 471); Max value from RGB is 209 - color contains mainly: red. Hex color #D18185 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D18185 is #2E7E7A. Grayscale: #999999. Windows color (decimal): -3047035 or 8749521. OLE color: 8749521.

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

Color convert

RGB209129133-
CMYK00.380.360.18
HSL357º46.51%66.27%-
HSV(B)357º38.28%81.96%-
XYZ38.3830.9526.14-
YUV153.38116.5167.67-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 44.37%
GREEN value IS 129 (50.78% from 255) = 27.39%
BLUE value IS 133 (52.34% from 255) = 28.24%
R=44.37%
G=27.39%
B=28.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.36
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20912913300.380.360.1835746.5166.27
HexD1818502624121652f42
Octal321201205046442254557102
Binary1101000110000001100001010100110100100100101011001011011111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D18185

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D18185; }

 p { color: rgb(209,129,133); }

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

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

 a { background-color: rgb(209,129,133); }

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

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

 span { border-color: rgb(209,129,133); }

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