#D79581

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

Shades of My Pink #D79581

Tints of My Pink #D79581

Color information

#D79581 (or 0xD79581) is unknown color: approx My Pink. HEX triplet: D7, 95 and 81. RGB value is (215,149,129). Sum of RGB (Red+Green+Blue) = 215+149+129=493 (65% of max value = 765). Red value is 215 (84.38% from 255 or 43.61% from 493); Green value is 149 (58.59% from 255 or 30.22% from 493); Blue value is 129 (50.78% from 255 or 26.17% from 493); Max value from RGB is 215 - color contains mainly: red. Hex color #D79581 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D79581 is #286A7E. Grayscale: #A6A6A6. Windows color (decimal): -2648703 or 8492503. OLE color: 8492503.

HSL color Cylindrical-coordinate representation of color #D79581: hue angle of 13.95º 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 #D79581 is Cyan = 0, Magento = 0.31, Yellow = 0.4 and Black (K on CMYK) = 0.16.

Color convert

RGB215149129-
CMYK00.310.40.16
HSL13.95º51.81%67.45%-
HSV(B)13.95º40%84.31%-
XYZ42.7337.5325.76-
YUV166.45106.87162.63-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 43.61%
GREEN value IS 149 (58.59% from 255) = 30.22%
BLUE value IS 129 (50.78% from 255) = 26.17%
R=43.61%
G=30.22%
B=26.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.4
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21514912900.310.40.1613.9551.8167.45
HexD7958101F2810e3443
Octal32722520103750201664103
Binary1101011110010101100000010111111010001000011101101001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D79581

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D79581; }

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

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

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

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

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

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

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

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