#D89C86

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

Shades of Tonys Pink #D89C86

Tints of Tonys Pink #D89C86

Color information

#D89C86 (or 0xD89C86) is unknown color: approx Tonys Pink. HEX triplet: D8, 9C and 86. RGB value is (216,156,134). Sum of RGB (Red+Green+Blue) = 216+156+134=506 (67% of max value = 765). Red value is 216 (84.77% from 255 or 42.69% from 506); Green value is 156 (61.33% from 255 or 30.83% from 506); Blue value is 134 (52.73% from 255 or 26.48% from 506); Max value from RGB is 216 - color contains mainly: red. Hex color #D89C86 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D89C86 is #276379. Grayscale: #ABABAB. Windows color (decimal): -2581370 or 8821976. OLE color: 8821976.

HSL color Cylindrical-coordinate representation of color #D89C86: hue angle of 16.1º degrees, saturation: 0.51, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #D89C86 is Cyan = 0, Magento = 0.28, Yellow = 0.38 and Black (K on CMYK) = 0.15.

Color convert

RGB216156134-
CMYK00.280.380.15
HSL16.1º51.25%68.63%-
HSV(B)16.1º37.96%84.71%-
XYZ44.5140.127.95-
YUV171.43106.88159.79-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 42.69%
GREEN value IS 156 (61.33% from 255) = 30.83%
BLUE value IS 134 (52.73% from 255) = 26.48%
R=42.69%
G=30.83%
B=26.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.38
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21615613400.280.380.1516.151.2568.63
HexD89C8601C26F103345
Octal33023420603446172063105
Binary1101100010011100100001100111001001101111100001100111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D89C86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D89C86; }

 p { color: rgb(216,156,134); }

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

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

 a { background-color: rgb(216,156,134); }

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

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

 span { border-color: rgb(216,156,134); }

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