Shades of Charm #D86F86
Tints of Charm #D86F86
RGB
CMYK
RGB Variations
Color information
#D86F86 (or 0xD86F86) is known color: Charm. HEX triplet: D8, 6F and 86. RGB value is (216,111,134). Sum of RGB (Red+Green+Blue) = 216+111+134=461 (61% of max value = 765). Red value is 216 (84.77% from 255 or 46.85% from 461); Green value is 111 (43.75% from 255 or 24.08% from 461); Blue value is 134 (52.73% from 255 or 29.07% from 461); Max value from RGB is 216 - color contains mainly: red. Hex color #D86F86 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D86F86 is #279079. Grayscale: #919191. Windows color (decimal): -2592890 or 8810456. OLE color: 8810456.
HSL color Cylindrical-coordinate representation of color #D86F86: hue angle of 346.86º degrees, saturation: 0.57, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #D86F86 is Cyan = 0, Magento = 0.49, Yellow = 0.38 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 111 | 134 | - |
| CMYK | 0 | 0.49 | 0.38 | 0.15 |
| HSL | 346.86º | 0.57% | 0.64% | - |
| HSV(B) | 346.86º | 0.49% | 0.85% | - |
| XYZ | 38.31 | 27.69 | 25.88 | - |
| YUV | 145.02 | 121.79 | 178.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 111 | 134 | 0 | 0.49 | 0.38 | 0.15 | 346.86 | 0.57 | 0.64 |
| Hex | D8 | 6F | 86 | 0 | 31 | 26 | F | 15B | 39 | 40 |
| Octal | 330 | 157 | 206 | 0 | 61 | 46 | 17 | 533 | 71 | 100 |
| Binary | 11011000 | 1101111 | 10000110 | 0 | 110001 | 100110 | 1111 | 101011011 | 111001 | 1000000 |
Color Harmonies of #D86F86
Complementary color
Monochromatic Colors of #D86F86
Black with #D86F86
Text Example
Text Example
White with #D86F86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D86F86; }
p { color: rgb(216,111,134); }
H1.HeaderClassName
{
color: #D86F86;
}
.AnyTagClassName
{
color: #D86F86;
}
</style>
background-color css
<style>
a { background-color: #D86F86; }
a { background-color: rgb(216,111,134); }
div.DivClassName
{
background-color: #D86F86;
}
.BgClassName
{
background-color: #D86F86;
}
</style>
border-color css
<style>
span { border-color: #D86F86; }
span { border-color: rgb(216,111,134); }
td.TdClassName
{
border-color: #D86F86;
}
.TagClassName
{
border-color: #D86F86;
}
</style>