Shades of Charm #D16786
Tints of Charm #D16786
RGB
CMYK
RGB Variations
Color information
#D16786 (or 0xD16786) is known color: Charm. HEX triplet: D1, 67 and 86. RGB value is (209,103,134). Sum of RGB (Red+Green+Blue) = 209+103+134=446 (59% of max value = 765). Red value is 209 (82.03% from 255 or 46.86% from 446); Green value is 103 (40.62% from 255 or 23.09% from 446); Blue value is 134 (52.73% from 255 or 30.04% from 446); Max value from RGB is 209 - color contains mainly: red. Hex color #D16786 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D16786 is #2E9879. Grayscale: #8A8A8A. Windows color (decimal): -3053690 or 8808401. OLE color: 8808401.
HSL color Cylindrical-coordinate representation of color #D16786: hue angle of 342.45º degrees, saturation: 0.54, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D16786 is Cyan = 0, Magento = 0.51, Yellow = 0.36 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 103 | 134 | - |
| CMYK | 0 | 0.51 | 0.36 | 0.18 |
| HSL | 342.45º | 0.54% | 0.61% | - |
| HSV(B) | 342.45º | 0.51% | 0.82% | - |
| XYZ | 35.45 | 24.98 | 25.51 | - |
| YUV | 138.23 | 125.62 | 178.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 103 | 134 | 0 | 0.51 | 0.36 | 0.18 | 342.45 | 0.54 | 0.61 |
| Hex | D1 | 67 | 86 | 0 | 33 | 24 | 12 | 156 | 36 | 3D |
| Octal | 321 | 147 | 206 | 0 | 63 | 44 | 22 | 526 | 66 | 75 |
| Binary | 11010001 | 1100111 | 10000110 | 0 | 110011 | 100100 | 10010 | 101010110 | 110110 | 111101 |
Color Harmonies of #D16786
Complementary color
Monochromatic Colors of #D16786
Black with #D16786
Text Example
Text Example
White with #D16786
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D16786; }
p { color: rgb(209,103,134); }
H1.HeaderClassName
{
color: #D16786;
}
.AnyTagClassName
{
color: #D16786;
}
</style>
background-color css
<style>
a { background-color: #D16786; }
a { background-color: rgb(209,103,134); }
div.DivClassName
{
background-color: #D16786;
}
.BgClassName
{
background-color: #D16786;
}
</style>
border-color css
<style>
span { border-color: #D16786; }
span { border-color: rgb(209,103,134); }
td.TdClassName
{
border-color: #D16786;
}
.TagClassName
{
border-color: #D16786;
}
</style>