Shades of Charm #D46B85
Tints of Charm #D46B85
RGB
CMYK
RGB Variations
Color information
#D46B85 (or 0xD46B85) is known color: Charm. HEX triplet: D4, 6B and 85. RGB value is (212,107,133). Sum of RGB (Red+Green+Blue) = 212+107+133=452 (59% of max value = 765). Red value is 212 (83.20% from 255 or 46.90% from 452); Green value is 107 (42.19% from 255 or 23.67% from 452); Blue value is 133 (52.34% from 255 or 29.42% from 452); Max value from RGB is 212 - color contains mainly: red. Hex color #D46B85 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D46B85 is #2B947A. Grayscale: #8D8D8D. Windows color (decimal): -2856059 or 8743892. OLE color: 8743892.
HSL color Cylindrical-coordinate representation of color #D46B85: hue angle of 345.14º degrees, saturation: 0.55, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D46B85 is Cyan = 0, Magento = 0.50, Yellow = 0.37 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 107 | 133 | - |
| CMYK | 0 | 0.50 | 0.37 | 0.17 |
| HSL | 345.14º | 0.55% | 0.63% | - |
| HSV(B) | 345.14º | 0.5% | 0.83% | - |
| XYZ | 36.64 | 26.21 | 25.32 | - |
| YUV | 141.36 | 123.29 | 178.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 107 | 133 | 0 | 0.50 | 0.37 | 0.17 | 345.14 | 0.55 | 0.63 |
| Hex | D4 | 6B | 85 | 0 | 32 | 25 | 11 | 159 | 37 | 3F |
| Octal | 324 | 153 | 205 | 0 | 62 | 45 | 21 | 531 | 67 | 77 |
| Binary | 11010100 | 1101011 | 10000101 | 0 | 110010 | 100101 | 10001 | 101011001 | 110111 | 111111 |
Color Harmonies of #D46B85
Complementary color
Monochromatic Colors of #D46B85
Black with #D46B85
Text Example
Text Example
White with #D46B85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D46B85; }
p { color: rgb(212,107,133); }
H1.HeaderClassName
{
color: #D46B85;
}
.AnyTagClassName
{
color: #D46B85;
}
</style>
background-color css
<style>
a { background-color: #D46B85; }
a { background-color: rgb(212,107,133); }
div.DivClassName
{
background-color: #D46B85;
}
.BgClassName
{
background-color: #D46B85;
}
</style>
border-color css
<style>
span { border-color: #D46B85; }
span { border-color: rgb(212,107,133); }
td.TdClassName
{
border-color: #D46B85;
}
.TagClassName
{
border-color: #D46B85;
}
</style>