#D49483

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

Shades of My Pink #D49483

Tints of My Pink #D49483

Color information

#D49483 (or 0xD49483) is unknown color: approx My Pink. HEX triplet: D4, 94 and 83. RGB value is (212,148,131). Sum of RGB (Red+Green+Blue) = 212+148+131=491 (65% of max value = 765). Red value is 212 (83.20% from 255 or 43.18% from 491); Green value is 148 (58.20% from 255 or 30.14% from 491); Blue value is 131 (51.56% from 255 or 26.68% from 491); Max value from RGB is 212 - color contains mainly: red. Hex color #D49483 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D49483 is #2B6B7C. Grayscale: #A5A5A5. Windows color (decimal): -2845565 or 8623316. OLE color: 8623316.

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

Color convert

RGB212148131-
CMYK00.300.380.17
HSL12.59º48.5%67.25%-
HSV(B)12.59º38.21%83.14%-
XYZ41.8436.8226.37-
YUV165.2108.7161.38-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 43.18%
GREEN value IS 148 (58.20% from 255) = 30.14%
BLUE value IS 131 (51.56% from 255) = 26.68%
R=43.18%
G=30.14%
B=26.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.38
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21214813100.300.380.1712.5948.567.25
HexD4948301E2611d3143
Octal32422420303646211561103
Binary1101010010010100100000110111101001101000111011100011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D49483

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D49483; }

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

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

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

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

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

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

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

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