Shades of Charm #D46C7C
Tints of Charm #D46C7C
RGB
CMYK
RGB Variations
Color information
#D46C7C (or 0xD46C7C) is known color: Charm. HEX triplet: D4, 6C and 7C. RGB value is (212,108,124). Sum of RGB (Red+Green+Blue) = 212+108+124=444 (58% of max value = 765). Red value is 212 (83.20% from 255 or 47.75% from 444); Green value is 108 (42.58% from 255 or 24.32% from 444); Blue value is 124 (48.83% from 255 or 27.93% from 444); Max value from RGB is 212 - color contains mainly: red. Hex color #D46C7C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D46C7C is #2B9383. Grayscale: #8C8C8C. Windows color (decimal): -2855812 or 8154324. OLE color: 8154324.
HSL color Cylindrical-coordinate representation of color #D46C7C: hue angle of 350.77º 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 #D46C7C is Cyan = 0, Magento = 0.49, Yellow = 0.42 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 108 | 124 | - |
| CMYK | 0 | 0.49 | 0.42 | 0.17 |
| HSL | 350.77º | 0.55% | 0.63% | - |
| HSV(B) | 350.77º | 0.49% | 0.83% | - |
| XYZ | 36.15 | 26.18 | 22.22 | - |
| YUV | 140.92 | 118.46 | 178.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 108 | 124 | 0 | 0.49 | 0.42 | 0.17 | 350.77 | 0.55 | 0.63 |
| Hex | D4 | 6C | 7C | 0 | 31 | 2A | 11 | 15F | 37 | 3F |
| Octal | 324 | 154 | 174 | 0 | 61 | 52 | 21 | 537 | 67 | 77 |
| Binary | 11010100 | 1101100 | 1111100 | 0 | 110001 | 101010 | 10001 | 101011111 | 110111 | 111111 |
Color Harmonies of #D46C7C
Complementary color
Monochromatic Colors of #D46C7C
Black with #D46C7C
Text Example
Text Example
White with #D46C7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D46C7C; }
p { color: rgb(212,108,124); }
H1.HeaderClassName
{
color: #D46C7C;
}
.AnyTagClassName
{
color: #D46C7C;
}
</style>
background-color css
<style>
a { background-color: #D46C7C; }
a { background-color: rgb(212,108,124); }
div.DivClassName
{
background-color: #D46C7C;
}
.BgClassName
{
background-color: #D46C7C;
}
</style>
border-color css
<style>
span { border-color: #D46C7C; }
span { border-color: rgb(212,108,124); }
td.TdClassName
{
border-color: #D46C7C;
}
.TagClassName
{
border-color: #D46C7C;
}
</style>