#D08876

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

Shades of My Pink #D08876

Tints of My Pink #D08876

Color information

#D08876 (or 0xD08876) is unknown color: approx My Pink. HEX triplet: D0, 88 and 76. RGB value is (208,136,118). Sum of RGB (Red+Green+Blue) = 208+136+118=462 (61% of max value = 765). Red value is 208 (81.64% from 255 or 45.02% from 462); Green value is 136 (53.52% from 255 or 29.44% from 462); Blue value is 118 (46.48% from 255 or 25.54% from 462); Max value from RGB is 208 - color contains mainly: red. Hex color #D08876 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D08876 is #2F7789. Grayscale: #9B9B9B. Windows color (decimal): -3110794 or 7768272. OLE color: 7768272.

HSL color Cylindrical-coordinate representation of color #D08876: hue angle of 12º degrees, saturation: 0.49, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #D08876 is Cyan = 0, Magento = 0.35, Yellow = 0.43 and Black (K on CMYK) = 0.18.

Color convert

RGB208136118-
CMYK00.350.430.18
HSL12º48.91%63.92%-
HSV(B)12º43.27%81.57%-
XYZ38.0932.3321.37-
YUV155.48106.85165.46-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 45.02%
GREEN value IS 136 (53.52% from 255) = 29.44%
BLUE value IS 118 (46.48% from 255) = 25.54%
R=45.02%
G=29.44%
B=25.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.43
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20813611800.350.430.181248.9163.92
HexD088760232B12c3140
Octal32021016604353221461100
Binary1101000010001000111011001000111010111001011001100011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D08876

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D08876; }

 p { color: rgb(208,136,118); }

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

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

 a { background-color: rgb(208,136,118); }

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

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

 span { border-color: rgb(208,136,118); }

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