#D18085

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

Shades of Charm #D18085

Tints of Charm #D18085

Color information

#D18085 (or 0xD18085) is unknown color: approx Charm. HEX triplet: D1, 80 and 85. RGB value is (209,128,133). Sum of RGB (Red+Green+Blue) = 209+128+133=470 (62% of max value = 765). Red value is 209 (82.03% from 255 or 44.47% from 470); Green value is 128 (50.39% from 255 or 27.23% from 470); Blue value is 133 (52.34% from 255 or 28.30% from 470); Max value from RGB is 209 - color contains mainly: red. Hex color #D18085 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D18085 is #2E7F7A. Grayscale: #989898. Windows color (decimal): -3047291 or 8749265. OLE color: 8749265.

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

Color convert

RGB209128133-
CMYK00.390.360.18
HSL356.3º46.82%66.08%-
HSV(B)356.3º38.76%81.96%-
XYZ38.2530.6926.1-
YUV152.79116.84168.09-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 44.47%
GREEN value IS 128 (50.39% from 255) = 27.23%
BLUE value IS 133 (52.34% from 255) = 28.30%
R=44.47%
G=27.23%
B=28.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.36
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20912813300.390.360.18356.346.8266.08
HexD1808502724121642f42
Octal321200205047442254457102
Binary1101000110000000100001010100111100100100101011001001011111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D18085

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D18085; }

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

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

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

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

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

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

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

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