#D79685

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

Shades of My Pink #D79685

Tints of My Pink #D79685

Color information

#D79685 (or 0xD79685) is unknown color: approx My Pink. HEX triplet: D7, 96 and 85. RGB value is (215,150,133). Sum of RGB (Red+Green+Blue) = 215+150+133=498 (65% of max value = 765). Red value is 215 (84.38% from 255 or 43.17% from 498); Green value is 150 (58.98% from 255 or 30.12% from 498); Blue value is 133 (52.34% from 255 or 26.71% from 498); Max value from RGB is 215 - color contains mainly: red. Hex color #D79685 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D79685 is #28697A. Grayscale: #A7A7A7. Windows color (decimal): -2648443 or 8754903. OLE color: 8754903.

HSL color Cylindrical-coordinate representation of color #D79685: hue angle of 12.44º degrees, saturation: 0.51, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #D79685 is Cyan = 0, Magento = 0.30, Yellow = 0.38 and Black (K on CMYK) = 0.16.

Color convert

RGB215150133-
CMYK00.300.380.16
HSL12.44º50.62%68.24%-
HSV(B)12.44º38.14%84.31%-
XYZ43.1637.9527.24-
YUV167.5108.53161.88-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 43.17%
GREEN value IS 150 (58.98% from 255) = 30.12%
BLUE value IS 133 (52.34% from 255) = 26.71%
R=43.17%
G=30.12%
B=26.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.38
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21515013300.300.380.1612.4450.6268.24
HexD7968501E2610c3344
Octal32722620503646201463104
Binary1101011110010110100001010111101001101000011001100111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D79685

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D79685; }

 p { color: rgb(215,150,133); }

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

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

 a { background-color: rgb(215,150,133); }

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

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

 span { border-color: rgb(215,150,133); }

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