#D08B7F

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

Shades of My Pink #D08B7F

Tints of My Pink #D08B7F

Color information

#D08B7F (or 0xD08B7F) is unknown color: approx My Pink. HEX triplet: D0, 8B and 7F. RGB value is (208,139,127). Sum of RGB (Red+Green+Blue) = 208+139+127=474 (62% of max value = 765). Red value is 208 (81.64% from 255 or 43.88% from 474); Green value is 139 (54.69% from 255 or 29.32% from 474); Blue value is 127 (50% from 255 or 26.79% from 474); Max value from RGB is 208 - color contains mainly: red. Hex color #D08B7F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D08B7F is #2F7480. Grayscale: #9E9E9E. Windows color (decimal): -3110017 or 8358864. OLE color: 8358864.

HSL color Cylindrical-coordinate representation of color #D08B7F: hue angle of 8.89º degrees, saturation: 0.46, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #D08B7F is Cyan = 0, Magento = 0.33, Yellow = 0.39 and Black (K on CMYK) = 0.18.

Color convert

RGB208139127-
CMYK00.330.390.18
HSL8.89º46.29%65.69%-
HSV(B)8.89º38.94%81.57%-
XYZ39.0833.4124.47-
YUV158.26110.36163.48-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 43.88%
GREEN value IS 139 (54.69% from 255) = 29.32%
BLUE value IS 127 (50% from 255) = 26.79%
R=43.88%
G=29.32%
B=26.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.39
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20813912700.330.390.188.8946.2965.69
HexD08B7F021271292e42
Octal32021317704147221156102
Binary1101000010001011111111101000011001111001010011011101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D08B7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D08B7F; }

 p { color: rgb(208,139,127); }

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

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

 a { background-color: rgb(208,139,127); }

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

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

 span { border-color: rgb(208,139,127); }

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