Shades of Charm #D46C80
Tints of Charm #D46C80
RGB
CMYK
RGB Variations
Color information
#D46C80 (or 0xD46C80) is known color: Charm. HEX triplet: D4, 6C and 80. RGB value is (212,108,128). Sum of RGB (Red+Green+Blue) = 212+108+128=448 (59% of max value = 765). Red value is 212 (83.20% from 255 or 47.32% from 448); Green value is 108 (42.58% from 255 or 24.11% from 448); Blue value is 128 (50.39% from 255 or 28.57% from 448); Max value from RGB is 212 - color contains mainly: red. Hex color #D46C80 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D46C80 is #2B937F. Grayscale: #8D8D8D. Windows color (decimal): -2855808 or 8416468. OLE color: 8416468.
HSL color Cylindrical-coordinate representation of color #D46C80: hue angle of 348.46º 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 #D46C80 is Cyan = 0, Magento = 0.49, Yellow = 0.40 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 108 | 128 | - |
| CMYK | 0 | 0.49 | 0.40 | 0.17 |
| HSL | 348.46º | 0.55% | 0.63% | - |
| HSV(B) | 348.46º | 0.49% | 0.83% | - |
| XYZ | 36.41 | 26.28 | 23.58 | - |
| YUV | 141.38 | 120.46 | 178.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 108 | 128 | 0 | 0.49 | 0.40 | 0.17 | 348.46 | 0.55 | 0.63 |
| Hex | D4 | 6C | 80 | 0 | 31 | 28 | 11 | 15C | 37 | 3F |
| Octal | 324 | 154 | 200 | 0 | 61 | 50 | 21 | 534 | 67 | 77 |
| Binary | 11010100 | 1101100 | 10000000 | 0 | 110001 | 101000 | 10001 | 101011100 | 110111 | 111111 |
Color Harmonies of #D46C80
Complementary color
Monochromatic Colors of #D46C80
Black with #D46C80
Text Example
Text Example
White with #D46C80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D46C80; }
p { color: rgb(212,108,128); }
H1.HeaderClassName
{
color: #D46C80;
}
.AnyTagClassName
{
color: #D46C80;
}
</style>
background-color css
<style>
a { background-color: #D46C80; }
a { background-color: rgb(212,108,128); }
div.DivClassName
{
background-color: #D46C80;
}
.BgClassName
{
background-color: #D46C80;
}
</style>
border-color css
<style>
span { border-color: #D46C80; }
span { border-color: rgb(212,108,128); }
td.TdClassName
{
border-color: #D46C80;
}
.TagClassName
{
border-color: #D46C80;
}
</style>