#D49187

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

Shades of My Pink #D49187

Tints of My Pink #D49187

Color information

#D49187 (or 0xD49187) is unknown color: approx My Pink. HEX triplet: D4, 91 and 87. RGB value is (212,145,135). Sum of RGB (Red+Green+Blue) = 212+145+135=492 (65% of max value = 765). Red value is 212 (83.20% from 255 or 43.09% from 492); Green value is 145 (57.03% from 255 or 29.47% from 492); Blue value is 135 (53.12% from 255 or 27.44% from 492); Max value from RGB is 212 - color contains mainly: red. Hex color #D49187 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D49187 is #2B6E78. Grayscale: #A3A3A3. Windows color (decimal): -2846329 or 8884692. OLE color: 8884692.

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

Color convert

RGB212145135-
CMYK00.320.360.17
HSL7.79º47.24%68.04%-
HSV(B)7.79º36.32%83.14%-
XYZ41.653627.67-
YUV163.89111.7162.31-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 43.09%
GREEN value IS 145 (57.03% from 255) = 29.47%
BLUE value IS 135 (53.12% from 255) = 27.44%
R=43.09%
G=29.47%
B=27.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.36
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21214513500.320.360.177.7947.2468.04
HexD49187020241182f44
Octal32422120704044211057104
Binary11010100100100011000011101000001001001000110001011111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D49187

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D49187; }

 p { color: rgb(212,145,135); }

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

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

 a { background-color: rgb(212,145,135); }

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

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

 span { border-color: rgb(212,145,135); }

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