Shades of Charm #D46F86
Tints of Charm #D46F86
RGB
CMYK
RGB Variations
Color information
#D46F86 (or 0xD46F86) is known color: Charm. HEX triplet: D4, 6F and 86. RGB value is (212,111,134). Sum of RGB (Red+Green+Blue) = 212+111+134=457 (60% of max value = 765). Red value is 212 (83.20% from 255 or 46.39% from 457); Green value is 111 (43.75% from 255 or 24.29% from 457); Blue value is 134 (52.73% from 255 or 29.32% from 457); Max value from RGB is 212 - color contains mainly: red. Hex color #D46F86 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D46F86 is #2B9079. Grayscale: #8F8F8F. Windows color (decimal): -2855034 or 8810452. OLE color: 8810452.
HSL color Cylindrical-coordinate representation of color #D46F86: hue angle of 346.34º degrees, saturation: 0.54, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #D46F86 is Cyan = 0, Magento = 0.48, Yellow = 0.37 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 111 | 134 | - |
| CMYK | 0 | 0.48 | 0.37 | 0.17 |
| HSL | 346.34º | 0.54% | 0.63% | - |
| HSV(B) | 346.34º | 0.48% | 0.83% | - |
| XYZ | 37.14 | 27.09 | 25.83 | - |
| YUV | 143.82 | 122.46 | 176.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 111 | 134 | 0 | 0.48 | 0.37 | 0.17 | 346.34 | 0.54 | 0.63 |
| Hex | D4 | 6F | 86 | 0 | 30 | 25 | 11 | 15A | 36 | 3F |
| Octal | 324 | 157 | 206 | 0 | 60 | 45 | 21 | 532 | 66 | 77 |
| Binary | 11010100 | 1101111 | 10000110 | 0 | 110000 | 100101 | 10001 | 101011010 | 110110 | 111111 |
Color Harmonies of #D46F86
Complementary color
Monochromatic Colors of #D46F86
Black with #D46F86
Text Example
Text Example
White with #D46F86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D46F86; }
p { color: rgb(212,111,134); }
H1.HeaderClassName
{
color: #D46F86;
}
.AnyTagClassName
{
color: #D46F86;
}
</style>
background-color css
<style>
a { background-color: #D46F86; }
a { background-color: rgb(212,111,134); }
div.DivClassName
{
background-color: #D46F86;
}
.BgClassName
{
background-color: #D46F86;
}
</style>
border-color css
<style>
span { border-color: #D46F86; }
span { border-color: rgb(212,111,134); }
td.TdClassName
{
border-color: #D46F86;
}
.TagClassName
{
border-color: #D46F86;
}
</style>