Shades of Tonys Pink #D99C88
Tints of Tonys Pink #D99C88
RGB
CMYK
RGB Variations
Color information
#D99C88 (or 0xD99C88) is known color: Tonys Pink. HEX triplet: D9, 9C and 88. RGB value is (217,156,136). Sum of RGB (Red+Green+Blue) = 217+156+136=509 (67% of max value = 765). Red value is 217 (85.16% from 255 or 42.63% from 509); Green value is 156 (61.33% from 255 or 30.65% from 509); Blue value is 136 (53.52% from 255 or 26.72% from 509); Max value from RGB is 217 - color contains mainly: red. Hex color #D99C88 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D99C88 is #266377. Grayscale: #ACACAC. Windows color (decimal): -2515832 or 8953049. OLE color: 8953049.
HSL color Cylindrical-coordinate representation of color #D99C88: hue angle of 14.81º degrees, saturation: 0.52, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #D99C88 is Cyan = 0, Magento = 0.28, Yellow = 0.37 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 156 | 136 | - |
| CMYK | 0 | 0.28 | 0.37 | 0.15 |
| HSL | 14.81º | 0.52% | 0.69% | - |
| HSV(B) | 14.81º | 0.37% | 0.85% | - |
| XYZ | 44.95 | 40.31 | 28.7 | - |
| YUV | 171.96 | 107.71 | 160.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 156 | 136 | 0 | 0.28 | 0.37 | 0.15 | 14.81 | 0.52 | 0.69 |
| Hex | D9 | 9C | 88 | 0 | 1C | 25 | F | F | 34 | 45 |
| Octal | 331 | 234 | 210 | 0 | 34 | 45 | 17 | 17 | 64 | 105 |
| Binary | 11011001 | 10011100 | 10001000 | 0 | 11100 | 100101 | 1111 | 1111 | 110100 | 1000101 |
Color Harmonies of #D99C88
Complementary color
Monochromatic Colors of #D99C88
Black with #D99C88
Text Example
Text Example
White with #D99C88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D99C88; }
p { color: rgb(217,156,136); }
H1.HeaderClassName
{
color: #D99C88;
}
.AnyTagClassName
{
color: #D99C88;
}
</style>
background-color css
<style>
a { background-color: #D99C88; }
a { background-color: rgb(217,156,136); }
div.DivClassName
{
background-color: #D99C88;
}
.BgClassName
{
background-color: #D99C88;
}
</style>
border-color css
<style>
span { border-color: #D99C88; }
span { border-color: rgb(217,156,136); }
td.TdClassName
{
border-color: #D99C88;
}
.TagClassName
{
border-color: #D99C88;
}
</style>