Shades of Charm #D17D86
Tints of Charm #D17D86
RGB
CMYK
RGB Variations
Color information
#D17D86 (or 0xD17D86) is known color: Charm. HEX triplet: D1, 7D and 86. RGB value is (209,125,134). Sum of RGB (Red+Green+Blue) = 209+125+134=468 (61% of max value = 765). Red value is 209 (82.03% from 255 or 44.66% from 468); Green value is 125 (49.22% from 255 or 26.71% from 468); Blue value is 134 (52.73% from 255 or 28.63% from 468); Max value from RGB is 209 - color contains mainly: red. Hex color #D17D86 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D17D86 is #2E8279. Grayscale: #979797. Windows color (decimal): -3048058 or 8814033. OLE color: 8814033.
HSL color Cylindrical-coordinate representation of color #D17D86: hue angle of 353.57º degrees, saturation: 0.48, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #D17D86 is Cyan = 0, Magento = 0.40, Yellow = 0.36 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 125 | 134 | - |
| CMYK | 0 | 0.40 | 0.36 | 0.18 |
| HSL | 353.57º | 0.48% | 0.65% | - |
| HSV(B) | 353.57º | 0.4% | 0.82% | - |
| XYZ | 37.93 | 29.94 | 26.33 | - |
| YUV | 151.14 | 118.33 | 169.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 125 | 134 | 0 | 0.40 | 0.36 | 0.18 | 353.57 | 0.48 | 0.65 |
| Hex | D1 | 7D | 86 | 0 | 28 | 24 | 12 | 162 | 30 | 41 |
| Octal | 321 | 175 | 206 | 0 | 50 | 44 | 22 | 542 | 60 | 101 |
| Binary | 11010001 | 1111101 | 10000110 | 0 | 101000 | 100100 | 10010 | 101100010 | 110000 | 1000001 |
Color Harmonies of #D17D86
Complementary color
Monochromatic Colors of #D17D86
Black with #D17D86
Text Example
Text Example
White with #D17D86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D17D86; }
p { color: rgb(209,125,134); }
H1.HeaderClassName
{
color: #D17D86;
}
.AnyTagClassName
{
color: #D17D86;
}
</style>
background-color css
<style>
a { background-color: #D17D86; }
a { background-color: rgb(209,125,134); }
div.DivClassName
{
background-color: #D17D86;
}
.BgClassName
{
background-color: #D17D86;
}
</style>
border-color css
<style>
span { border-color: #D17D86; }
span { border-color: rgb(209,125,134); }
td.TdClassName
{
border-color: #D17D86;
}
.TagClassName
{
border-color: #D17D86;
}
</style>