Shades of Tonys Pink #D89C85
Tints of Tonys Pink #D89C85
RGB
CMYK
RGB Variations
Color information
#D89C85 (or 0xD89C85) is known color: 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
| RGB | 216 | 156 | 133 | - |
| CMYK | 0 | 0.28 | 0.38 | 0.15 |
| HSL | 16.63º | 0.52% | 0.68% | - |
| HSV(B) | 16.63º | 0.38% | 0.85% | - |
| XYZ | 44.44 | 40.07 | 27.58 | - |
| YUV | 171.32 | 106.38 | 159.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 156 | 133 | 0 | 0.28 | 0.38 | 0.15 | 16.63 | 0.52 | 0.68 |
| Hex | D8 | 9C | 85 | 0 | 1C | 26 | F | 11 | 34 | 44 |
| Octal | 330 | 234 | 205 | 0 | 34 | 46 | 17 | 21 | 64 | 104 |
| Binary | 11011000 | 10011100 | 10000101 | 0 | 11100 | 100110 | 1111 | 10001 | 110100 | 1000100 |
Color Harmonies of #D89C85
Complementary color
Monochromatic Colors of #D89C85
Black with #D89C85
Text Example
Text Example
White with #D89C85
Text Example
Text Example
HTML Codes & Css Web 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>