#D89C85

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

Shades of Tonys Pink #D89C85

Tints of Tonys Pink #D89C85

Color information

#D89C85 (or 0xD89C85) is unknown color: approx Tonys Pink. HEX triplet: D8, 9C and 85. RGB value is (216,156,133). Sum of RGB (Red+Green+Blue) = 216+156+133=505 (66% of max value = 765). Red value is 216 (84.77% from 255 or 42.77% from 505); Green value is 156 (61.33% from 255 or 30.89% from 505); Blue value is 133 (52.34% from 255 or 26.34% from 505); Max value from RGB is 216 - color contains mainly: red. Hex color #D89C85 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D89C85 is #27637A. Grayscale: #ABABAB. Windows color (decimal): -2581371 or 8756440. OLE color: 8756440.

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

Color convert

RGB216156133-
CMYK00.280.380.15
HSL16.63º51.55%68.43%-
HSV(B)16.63º38.43%84.71%-
XYZ44.4440.0727.58-
YUV171.32106.38159.87-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 42.77%
GREEN value IS 156 (61.33% from 255) = 30.89%
BLUE value IS 133 (52.34% from 255) = 26.34%
R=42.77%
G=30.89%
B=26.34%

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
Decimal21615613300.280.380.1516.6351.5568.43
HexD89C8501C26F113444
Octal33023420503446172164104
Binary1101100010011100100001010111001001101111100011101001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D89C85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D89C85; }

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

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

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

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

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

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

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

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