#D79681

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

Shades of My Pink #D79681

Tints of My Pink #D79681

Color information

#D79681 (or 0xD79681) is unknown color: approx My Pink. HEX triplet: D7, 96 and 81. RGB value is (215,150,129). Sum of RGB (Red+Green+Blue) = 215+150+129=494 (65% of max value = 765). Red value is 215 (84.38% from 255 or 43.52% from 494); Green value is 150 (58.98% from 255 or 30.36% from 494); Blue value is 129 (50.78% from 255 or 26.11% from 494); Max value from RGB is 215 - color contains mainly: red. Hex color #D79681 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D79681 is #28697E. Grayscale: #A7A7A7. Windows color (decimal): -2648447 or 8492759. OLE color: 8492759.

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

Color convert

RGB215150129-
CMYK00.300.40.16
HSL14.65º51.81%67.45%-
HSV(B)14.65º40%84.31%-
XYZ42.8937.8425.81-
YUV167.04106.53162.21-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 43.52%
GREEN value IS 150 (58.98% from 255) = 30.36%
BLUE value IS 129 (50.78% from 255) = 26.11%
R=43.52%
G=30.36%
B=26.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.4
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21515012900.300.40.1614.6551.8167.45
HexD7968101E2810f3443
Octal32722620103650201764103
Binary1101011110010110100000010111101010001000011111101001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D79681

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D79681; }

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

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

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

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

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

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

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

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