Shades of Charm #D46C82
Tints of Charm #D46C82
RGB
CMYK
RGB Variations
Color information
#D46C82 (or 0xD46C82) is known color: Charm. HEX triplet: D4, 6C and 82. RGB value is (212,108,130). Sum of RGB (Red+Green+Blue) = 212+108+130=450 (59% of max value = 765). Red value is 212 (83.20% from 255 or 47.11% from 450); Green value is 108 (42.58% from 255 or 24% from 450); Blue value is 130 (51.17% from 255 or 28.89% from 450); Max value from RGB is 212 - color contains mainly: red. Hex color #D46C82 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D46C82 is #2B937D. Grayscale: #8D8D8D. Windows color (decimal): -2855806 or 8547540. OLE color: 8547540.
HSL color Cylindrical-coordinate representation of color #D46C82: hue angle of 347.31º degrees, saturation: 0.55, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #D46C82 is Cyan = 0, Magento = 0.49, Yellow = 0.39 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 108 | 130 | - |
| CMYK | 0 | 0.49 | 0.39 | 0.17 |
| HSL | 347.31º | 0.55% | 0.63% | - |
| HSV(B) | 347.31º | 0.49% | 0.83% | - |
| XYZ | 36.54 | 26.33 | 24.28 | - |
| YUV | 141.6 | 121.46 | 178.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 108 | 130 | 0 | 0.49 | 0.39 | 0.17 | 347.31 | 0.55 | 0.63 |
| Hex | D4 | 6C | 82 | 0 | 31 | 27 | 11 | 15B | 37 | 3F |
| Octal | 324 | 154 | 202 | 0 | 61 | 47 | 21 | 533 | 67 | 77 |
| Binary | 11010100 | 1101100 | 10000010 | 0 | 110001 | 100111 | 10001 | 101011011 | 110111 | 111111 |
Color Harmonies of #D46C82
Complementary color
Monochromatic Colors of #D46C82
Black with #D46C82
Text Example
Text Example
White with #D46C82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D46C82; }
p { color: rgb(212,108,130); }
H1.HeaderClassName
{
color: #D46C82;
}
.AnyTagClassName
{
color: #D46C82;
}
</style>
background-color css
<style>
a { background-color: #D46C82; }
a { background-color: rgb(212,108,130); }
div.DivClassName
{
background-color: #D46C82;
}
.BgClassName
{
background-color: #D46C82;
}
</style>
border-color css
<style>
span { border-color: #D46C82; }
span { border-color: rgb(212,108,130); }
td.TdClassName
{
border-color: #D46C82;
}
.TagClassName
{
border-color: #D46C82;
}
</style>