#d18a79

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

Shades of My Pink #D18A79

Tints of My Pink #D18A79

Color information

#D18A79 (or 0xD18A79) is unknown color: approx My Pink. HEX triplet: D1, 8A and 79. RGB value is (209,138,121). Sum of RGB (Red+Green+Blue) = 209+138+121=468 (61% of max value = 765). Red value is 209 (82.03% from 255 or 44.66% from 468); Green value is 138 (54.30% from 255 or 29.49% from 468); Blue value is 121 (47.66% from 255 or 25.85% from 468); Max value from RGB is 209 - color contains mainly: red. Hex color #D18A79 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D18A79 is #2E7586. Grayscale: #9D9D9D. Windows color (decimal): -3044743 or 7965393. OLE color: 7965393.

HSL color Cylindrical-coordinate representation of color #D18A79: hue angle of 11.59º degrees, saturation: 0.49, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #D18A79 is Cyan = 0, Magento = 0.34, Yellow = 0.42 and Black (K on CMYK) = 0.18.

Color convert

RGB209138121-
CMYK00.340.420.18
HSL11.59º48.89%64.71%-
HSV(B)11.59º42.11%81.96%-
XYZ38.8333.1122.43-
YUV157.29107.52164.88-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 44.66%
GREEN value IS 138 (54.30% from 255) = 29.49%
BLUE value IS 121 (47.66% from 255) = 25.85%
R=44.66%
G=29.49%
B=25.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.42
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20913812100.340.420.1811.5948.8964.71
HexD18A790222A12c3141
Octal32121217104252221461101
Binary1101000110001010111100101000101010101001011001100011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d18a79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d18a79; }

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

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

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

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

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

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

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

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