#D49486

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

Shades of My Pink #D49486

Tints of My Pink #D49486

Color information

#D49486 (or 0xD49486) is unknown color: approx My Pink. HEX triplet: D4, 94 and 86. RGB value is (212,148,134). Sum of RGB (Red+Green+Blue) = 212+148+134=494 (65% of max value = 765). Red value is 212 (83.20% from 255 or 42.91% from 494); Green value is 148 (58.20% from 255 or 29.96% from 494); Blue value is 134 (52.73% from 255 or 27.13% from 494); Max value from RGB is 212 - color contains mainly: red. Hex color #D49486 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D49486 is #2B6B79. Grayscale: #A5A5A5. Windows color (decimal): -2845562 or 8819924. OLE color: 8819924.

HSL color Cylindrical-coordinate representation of color #D49486: hue angle of 10.77º 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 #D49486 is Cyan = 0, Magento = 0.30, Yellow = 0.37 and Black (K on CMYK) = 0.17.

Color convert

RGB212148134-
CMYK00.300.370.17
HSL10.77º47.56%67.84%-
HSV(B)10.77º36.79%83.14%-
XYZ42.0436.927.46-
YUV165.54110.2161.14-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 42.91%
GREEN value IS 148 (58.20% from 255) = 29.96%
BLUE value IS 134 (52.73% from 255) = 27.13%
R=42.91%
G=29.96%
B=27.13%

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
Decimal21214813400.300.370.1710.7747.5667.84
HexD4948601E2511b3044
Octal32422420603645211360104
Binary1101010010010100100001100111101001011000110111100001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D49486

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D49486; }

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

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

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

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

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

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

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

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