Shades of Tonys Pink #DC9C87
Tints of Tonys Pink #DC9C87
RGB
CMYK
RGB Variations
Color information
#DC9C87 (or 0xDC9C87) is known color: Tonys Pink. HEX triplet: DC, 9C and 87. RGB value is (220,156,135). Sum of RGB (Red+Green+Blue) = 220+156+135=511 (67% of max value = 765). Red value is 220 (86.33% from 255 or 43.05% from 511); Green value is 156 (61.33% from 255 or 30.53% from 511); Blue value is 135 (53.12% from 255 or 26.42% from 511); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9C87 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DC9C87 is #236378. Grayscale: #ACACAC. Windows color (decimal): -2319225 or 8887516. OLE color: 8887516.
HSL color Cylindrical-coordinate representation of color #DC9C87: hue angle of 14.82º degrees, saturation: 0.55, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #DC9C87 is Cyan = 0, Magento = 0.29, Yellow = 0.39 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 156 | 135 | - |
| CMYK | 0 | 0.29 | 0.39 | 0.14 |
| HSL | 14.82º | 0.55% | 0.7% | - |
| HSV(B) | 14.82º | 0.39% | 0.86% | - |
| XYZ | 45.78 | 40.74 | 28.37 | - |
| YUV | 172.74 | 106.7 | 161.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 156 | 135 | 0 | 0.29 | 0.39 | 0.14 | 14.82 | 0.55 | 0.7 |
| Hex | DC | 9C | 87 | 0 | 1D | 27 | E | F | 37 | 46 |
| Octal | 334 | 234 | 207 | 0 | 35 | 47 | 16 | 17 | 67 | 106 |
| Binary | 11011100 | 10011100 | 10000111 | 0 | 11101 | 100111 | 1110 | 1111 | 110111 | 1000110 |
Color Harmonies of #DC9C87
Complementary color
Monochromatic Colors of #DC9C87
Black with #DC9C87
Text Example
Text Example
White with #DC9C87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC9C87; }
p { color: rgb(220,156,135); }
H1.HeaderClassName
{
color: #DC9C87;
}
.AnyTagClassName
{
color: #DC9C87;
}
</style>
background-color css
<style>
a { background-color: #DC9C87; }
a { background-color: rgb(220,156,135); }
div.DivClassName
{
background-color: #DC9C87;
}
.BgClassName
{
background-color: #DC9C87;
}
</style>
border-color css
<style>
span { border-color: #DC9C87; }
span { border-color: rgb(220,156,135); }
td.TdClassName
{
border-color: #DC9C87;
}
.TagClassName
{
border-color: #DC9C87;
}
</style>