#D49282

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

Shades of My Pink #D49282

Tints of My Pink #D49282

Color information

#D49282 (or 0xD49282) is unknown color: approx My Pink. HEX triplet: D4, 92 and 82. RGB value is (212,146,130). Sum of RGB (Red+Green+Blue) = 212+146+130=488 (64% of max value = 765). Red value is 212 (83.20% from 255 or 43.44% from 488); Green value is 146 (57.42% from 255 or 29.92% from 488); Blue value is 130 (51.17% from 255 or 26.64% from 488); Max value from RGB is 212 - color contains mainly: red. Hex color #D49282 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D49282 is #2B6D7D. Grayscale: #A4A4A4. Windows color (decimal): -2846078 or 8557268. OLE color: 8557268.

HSL color Cylindrical-coordinate representation of color #D49282: hue angle of 11.71º degrees, saturation: 0.49, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #D49282 is Cyan = 0, Magento = 0.31, Yellow = 0.39 and Black (K on CMYK) = 0.17.

Color convert

RGB212146130-
CMYK00.310.390.17
HSL11.71º48.81%67.06%-
HSV(B)11.71º38.68%83.14%-
XYZ41.4636.1725.91-
YUV163.91108.87162.3-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 43.44%
GREEN value IS 146 (57.42% from 255) = 29.92%
BLUE value IS 130 (51.17% from 255) = 26.64%
R=43.44%
G=29.92%
B=26.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.39
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21214613000.310.390.1711.7148.8167.06
HexD4928201F2711c3143
Octal32422220203747211461103
Binary1101010010010010100000100111111001111000111001100011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D49282

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D49282; }

 p { color: rgb(212,146,130); }

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

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

 a { background-color: rgb(212,146,130); }

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

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

 span { border-color: rgb(212,146,130); }

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