#d08c89

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

Shades of My Pink #D08C89

Tints of My Pink #D08C89

Color information

#D08C89 (or 0xD08C89) is unknown color: approx My Pink. HEX triplet: D0, 8C and 89. RGB value is (208,140,137). Sum of RGB (Red+Green+Blue) = 208+140+137=485 (64% of max value = 765). Red value is 208 (81.64% from 255 or 42.89% from 485); Green value is 140 (55.08% from 255 or 28.87% from 485); Blue value is 137 (53.91% from 255 or 28.25% from 485); Max value from RGB is 208 - color contains mainly: red. Hex color #D08C89 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D08C89 is #2F7376. Grayscale: #A0A0A0. Windows color (decimal): -3109751 or 9014480. OLE color: 9014480.

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

Color convert

RGB208140137-
CMYK00.330.340.18
HSL2.54º43.03%67.65%-
HSV(B)2.54º34.13%81.57%-
XYZ39.9133.9728.12-
YUV159.99115.03162.24-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 42.89%
GREEN value IS 140 (55.08% from 255) = 28.87%
BLUE value IS 137 (53.91% from 255) = 28.25%
R=42.89%
G=28.87%
B=28.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.34
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20814013700.330.340.182.5443.0367.65
HexD08C89021221232b44
Octal3202142110414222353104
Binary110100001000110010001001010000110001010010111010111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d08c89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d08c89; }

 p { color: rgb(208,140,137); }

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

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

 a { background-color: rgb(208,140,137); }

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

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

 span { border-color: rgb(208,140,137); }

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