#D79482

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

Shades of My Pink #D79482

Tints of My Pink #D79482

Color information

#D79482 (or 0xD79482) is unknown color: approx My Pink. HEX triplet: D7, 94 and 82. RGB value is (215,148,130). Sum of RGB (Red+Green+Blue) = 215+148+130=493 (65% of max value = 765). Red value is 215 (84.38% from 255 or 43.61% from 493); Green value is 148 (58.20% from 255 or 30.02% from 493); Blue value is 130 (51.17% from 255 or 26.37% from 493); Max value from RGB is 215 - color contains mainly: red. Hex color #D79482 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D79482 is #286B7D. Grayscale: #A6A6A6. Windows color (decimal): -2648958 or 8557783. OLE color: 8557783.

HSL color Cylindrical-coordinate representation of color #D79482: hue angle of 12.71º degrees, saturation: 0.52, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #D79482 is Cyan = 0, Magento = 0.31, Yellow = 0.40 and Black (K on CMYK) = 0.16.

Color convert

RGB215148130-
CMYK00.310.400.16
HSL12.71º51.52%67.65%-
HSV(B)12.71º39.53%84.31%-
XYZ42.6437.2426.06-
YUV165.98107.7162.96-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 43.61%
GREEN value IS 148 (58.20% from 255) = 30.02%
BLUE value IS 130 (51.17% from 255) = 26.37%
R=43.61%
G=30.02%
B=26.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.40
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21514813000.310.400.1612.7151.5267.65
HexD7948201F2810d3444
Octal32722420203750201564104
Binary1101011110010100100000100111111010001000011011101001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D79482

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D79482; }

 p { color: rgb(215,148,130); }

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

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

 a { background-color: rgb(215,148,130); }

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

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

 span { border-color: rgb(215,148,130); }

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