#D79580

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

Shades of My Pink #D79580

Tints of My Pink #D79580

Color information

#D79580 (or 0xD79580) is unknown color: approx My Pink. HEX triplet: D7, 95 and 80. RGB value is (215,149,128). Sum of RGB (Red+Green+Blue) = 215+149+128=492 (65% of max value = 765). Red value is 215 (84.38% from 255 or 43.70% from 492); Green value is 149 (58.59% from 255 or 30.28% from 492); Blue value is 128 (50.39% from 255 or 26.02% from 492); Max value from RGB is 215 - color contains mainly: red. Hex color #D79580 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D79580 is #286A7F. Grayscale: #A6A6A6. Windows color (decimal): -2648704 or 8426967. OLE color: 8426967.

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

Color convert

RGB215149128-
CMYK00.310.400.16
HSL14.48º52.1%67.25%-
HSV(B)14.48º40.47%84.31%-
XYZ42.6737.525.41-
YUV166.34106.37162.71-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 43.70%
GREEN value IS 149 (58.59% from 255) = 30.28%
BLUE value IS 128 (50.39% from 255) = 26.02%
R=43.70%
G=30.28%
B=26.02%

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
Decimal21514912800.310.400.1614.4852.167.25
HexD7958001F2810e3443
Octal32722520003750201664103
Binary1101011110010101100000000111111010001000011101101001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D79580

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D79580; }

 p { color: rgb(215,149,128); }

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

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

 a { background-color: rgb(215,149,128); }

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

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

 span { border-color: rgb(215,149,128); }

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