#D49684

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

Shades of My Pink #D49684

Tints of My Pink #D49684

Color information

#D49684 (or 0xD49684) is unknown color: approx My Pink. HEX triplet: D4, 96 and 84. RGB value is (212,150,132). Sum of RGB (Red+Green+Blue) = 212+150+132=494 (65% of max value = 765). Red value is 212 (83.20% from 255 or 42.91% from 494); Green value is 150 (58.98% from 255 or 30.36% from 494); Blue value is 132 (51.95% from 255 or 26.72% from 494); Max value from RGB is 212 - color contains mainly: red. Hex color #D49684 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D49684 is #2B697B. Grayscale: #A6A6A6. Windows color (decimal): -2845052 or 8689364. OLE color: 8689364.

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

Color convert

RGB212150132-
CMYK00.290.380.17
HSL13.5º48.19%67.45%-
HSV(B)13.5º37.74%83.14%-
XYZ42.2237.4826.84-
YUV166.49108.54160.46-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 42.91%
GREEN value IS 150 (58.98% from 255) = 30.36%
BLUE value IS 132 (51.95% from 255) = 26.72%
R=42.91%
G=30.36%
B=26.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.38
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21215013200.290.380.1713.548.1967.45
HexD4968401D2611e3043
Octal32422620403546211660103
Binary1101010010010110100001000111011001101000111101100001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D49684

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D49684; }

 p { color: rgb(212,150,132); }

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

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

 a { background-color: rgb(212,150,132); }

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

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

 span { border-color: rgb(212,150,132); }

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