Shades of Tonys Pink #DC9C88
Tints of Tonys Pink #DC9C88
RGB
CMYK
RGB Variations
Color information
#DC9C88 (or 0xDC9C88) is known color: Tonys Pink. HEX triplet: DC, 9C and 88. RGB value is (220,156,136). Sum of RGB (Red+Green+Blue) = 220+156+136=512 (67% of max value = 765). Red value is 220 (86.33% from 255 or 42.97% from 512); Green value is 156 (61.33% from 255 or 30.47% from 512); Blue value is 136 (53.52% from 255 or 26.56% from 512); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9C88 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DC9C88 is #236377. Grayscale: #ADADAD. Windows color (decimal): -2319224 or 8953052. OLE color: 8953052.
HSL color Cylindrical-coordinate representation of color #DC9C88: hue angle of 14.29º degrees, saturation: 0.55, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #DC9C88 is Cyan = 0, Magento = 0.29, Yellow = 0.38 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 156 | 136 | - |
| CMYK | 0 | 0.29 | 0.38 | 0.14 |
| HSL | 14.29º | 0.55% | 0.7% | - |
| HSV(B) | 14.29º | 0.38% | 0.86% | - |
| XYZ | 45.85 | 40.77 | 28.75 | - |
| YUV | 172.86 | 107.2 | 161.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 156 | 136 | 0 | 0.29 | 0.38 | 0.14 | 14.29 | 0.55 | 0.7 |
| Hex | DC | 9C | 88 | 0 | 1D | 26 | E | E | 37 | 46 |
| Octal | 334 | 234 | 210 | 0 | 35 | 46 | 16 | 16 | 67 | 106 |
| Binary | 11011100 | 10011100 | 10001000 | 0 | 11101 | 100110 | 1110 | 1110 | 110111 | 1000110 |
Color Harmonies of #DC9C88
Complementary color
Monochromatic Colors of #DC9C88
Black with #DC9C88
Text Example
Text Example
White with #DC9C88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC9C88; }
p { color: rgb(220,156,136); }
H1.HeaderClassName
{
color: #DC9C88;
}
.AnyTagClassName
{
color: #DC9C88;
}
</style>
background-color css
<style>
a { background-color: #DC9C88; }
a { background-color: rgb(220,156,136); }
div.DivClassName
{
background-color: #DC9C88;
}
.BgClassName
{
background-color: #DC9C88;
}
</style>
border-color css
<style>
span { border-color: #DC9C88; }
span { border-color: rgb(220,156,136); }
td.TdClassName
{
border-color: #DC9C88;
}
.TagClassName
{
border-color: #DC9C88;
}
</style>