#D49586

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

Shades of My Pink #D49586

Tints of My Pink #D49586

Color information

#D49586 (or 0xD49586) is unknown color: approx My Pink. HEX triplet: D4, 95 and 86. RGB value is (212,149,134). Sum of RGB (Red+Green+Blue) = 212+149+134=495 (65% of max value = 765). Red value is 212 (83.20% from 255 or 42.83% from 495); Green value is 149 (58.59% from 255 or 30.10% from 495); Blue value is 134 (52.73% from 255 or 27.07% from 495); Max value from RGB is 212 - color contains mainly: red. Hex color #D49586 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D49586 is #2B6A79. Grayscale: #A6A6A6. Windows color (decimal): -2845306 or 8820180. OLE color: 8820180.

HSL color Cylindrical-coordinate representation of color #D49586: hue angle of 11.54º degrees, saturation: 0.48, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #D49586 is Cyan = 0, Magento = 0.30, Yellow = 0.37 and Black (K on CMYK) = 0.17.

Color convert

RGB212149134-
CMYK00.300.370.17
HSL11.54º47.56%67.84%-
HSV(B)11.54º36.79%83.14%-
XYZ42.237.2127.51-
YUV166.13109.87160.72-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 42.83%
GREEN value IS 149 (58.59% from 255) = 30.10%
BLUE value IS 134 (52.73% from 255) = 27.07%
R=42.83%
G=30.10%
B=27.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.37
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21214913400.300.370.1711.5447.5667.84
HexD4958601E2511c3044
Octal32422520603645211460104
Binary1101010010010101100001100111101001011000111001100001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D49586

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D49586; }

 p { color: rgb(212,149,134); }

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

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

 a { background-color: rgb(212,149,134); }

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

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

 span { border-color: rgb(212,149,134); }

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