Shades of Charm #D46686
Tints of Charm #D46686
RGB
CMYK
RGB Variations
Color information
#D46686 (or 0xD46686) is known color: Charm. HEX triplet: D4, 66 and 86. RGB value is (212,102,134). Sum of RGB (Red+Green+Blue) = 212+102+134=448 (59% of max value = 765). Red value is 212 (83.20% from 255 or 47.32% from 448); Green value is 102 (40.23% from 255 or 22.77% from 448); Blue value is 134 (52.73% from 255 or 29.91% from 448); Max value from RGB is 212 - color contains mainly: red. Hex color #D46686 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D46686 is #2B9979. Grayscale: #8A8A8A. Windows color (decimal): -2857338 or 8808148. OLE color: 8808148.
HSL color Cylindrical-coordinate representation of color #D46686: hue angle of 342.55º degrees, saturation: 0.56, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #D46686 is Cyan = 0, Magento = 0.52, Yellow = 0.37 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 102 | 134 | - |
| CMYK | 0 | 0.52 | 0.37 | 0.17 |
| HSL | 342.55º | 0.56% | 0.62% | - |
| HSV(B) | 342.55º | 0.52% | 0.83% | - |
| XYZ | 36.21 | 25.22 | 25.51 | - |
| YUV | 138.54 | 125.44 | 180.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 102 | 134 | 0 | 0.52 | 0.37 | 0.17 | 342.55 | 0.56 | 0.62 |
| Hex | D4 | 66 | 86 | 0 | 34 | 25 | 11 | 157 | 38 | 3E |
| Octal | 324 | 146 | 206 | 0 | 64 | 45 | 21 | 527 | 70 | 76 |
| Binary | 11010100 | 1100110 | 10000110 | 0 | 110100 | 100101 | 10001 | 101010111 | 111000 | 111110 |
Color Harmonies of #D46686
Complementary color
Monochromatic Colors of #D46686
Black with #D46686
Text Example
Text Example
White with #D46686
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D46686; }
p { color: rgb(212,102,134); }
H1.HeaderClassName
{
color: #D46686;
}
.AnyTagClassName
{
color: #D46686;
}
</style>
background-color css
<style>
a { background-color: #D46686; }
a { background-color: rgb(212,102,134); }
div.DivClassName
{
background-color: #D46686;
}
.BgClassName
{
background-color: #D46686;
}
</style>
border-color css
<style>
span { border-color: #D46686; }
span { border-color: rgb(212,102,134); }
td.TdClassName
{
border-color: #D46686;
}
.TagClassName
{
border-color: #D46686;
}
</style>