#D08479

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

Shades of My Pink #D08479

Tints of My Pink #D08479

Color information

#D08479 (or 0xD08479) is unknown color: approx My Pink. HEX triplet: D0, 84 and 79. RGB value is (208,132,121). Sum of RGB (Red+Green+Blue) = 208+132+121=461 (61% of max value = 765). Red value is 208 (81.64% from 255 or 45.12% from 461); Green value is 132 (51.95% from 255 or 28.63% from 461); Blue value is 121 (47.66% from 255 or 26.25% from 461); Max value from RGB is 208 - color contains mainly: red. Hex color #D08479 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D08479 is #2F7B86. Grayscale: #999999. Windows color (decimal): -3111815 or 7963856. OLE color: 7963856.

HSL color Cylindrical-coordinate representation of color #D08479: hue angle of 7.59º degrees, saturation: 0.48, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #D08479 is Cyan = 0, Magento = 0.37, Yellow = 0.42 and Black (K on CMYK) = 0.18.

Color convert

RGB208132121-
CMYK00.370.420.18
HSL7.59º48.07%64.51%-
HSV(B)7.59º41.83%81.57%-
XYZ37.7131.2922.14-
YUV153.47109.68166.89-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 45.12%
GREEN value IS 132 (51.95% from 255) = 28.63%
BLUE value IS 121 (47.66% from 255) = 26.25%
R=45.12%
G=28.63%
B=26.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.42
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20813212100.370.420.187.5948.0764.51
HexD084790252A1283041
Octal32020417104552221060101
Binary1101000010000100111100101001011010101001010001100001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D08479

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D08479; }

 p { color: rgb(208,132,121); }

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

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

 a { background-color: rgb(208,132,121); }

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

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

 span { border-color: rgb(208,132,121); }

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