Shades of Charm #D47C80
Tints of Charm #D47C80
RGB
CMYK
RGB Variations
Color information
#D47C80 (or 0xD47C80) is known color: Charm. HEX triplet: D4, 7C and 80. RGB value is (212,124,128). Sum of RGB (Red+Green+Blue) = 212+124+128=464 (61% of max value = 765). Red value is 212 (83.20% from 255 or 45.69% from 464); Green value is 124 (48.83% from 255 or 26.72% from 464); Blue value is 128 (50.39% from 255 or 27.59% from 464); Max value from RGB is 212 - color contains mainly: red. Hex color #D47C80 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D47C80 is #2B837F. Grayscale: #969696. Windows color (decimal): -2851712 or 8420564. OLE color: 8420564.
HSL color Cylindrical-coordinate representation of color #D47C80: hue angle of 357.27º degrees, saturation: 0.51, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #D47C80 is Cyan = 0, Magento = 0.42, Yellow = 0.40 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 124 | 128 | - |
| CMYK | 0 | 0.42 | 0.40 | 0.17 |
| HSL | 357.27º | 0.51% | 0.66% | - |
| HSV(B) | 357.27º | 0.42% | 0.83% | - |
| XYZ | 38.26 | 29.97 | 24.19 | - |
| YUV | 150.77 | 115.15 | 171.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 124 | 128 | 0 | 0.42 | 0.40 | 0.17 | 357.27 | 0.51 | 0.66 |
| Hex | D4 | 7C | 80 | 0 | 2A | 28 | 11 | 165 | 33 | 42 |
| Octal | 324 | 174 | 200 | 0 | 52 | 50 | 21 | 545 | 63 | 102 |
| Binary | 11010100 | 1111100 | 10000000 | 0 | 101010 | 101000 | 10001 | 101100101 | 110011 | 1000010 |
Color Harmonies of #D47C80
Complementary color
Monochromatic Colors of #D47C80
Black with #D47C80
Text Example
Text Example
White with #D47C80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D47C80; }
p { color: rgb(212,124,128); }
H1.HeaderClassName
{
color: #D47C80;
}
.AnyTagClassName
{
color: #D47C80;
}
</style>
background-color css
<style>
a { background-color: #D47C80; }
a { background-color: rgb(212,124,128); }
div.DivClassName
{
background-color: #D47C80;
}
.BgClassName
{
background-color: #D47C80;
}
</style>
border-color css
<style>
span { border-color: #D47C80; }
span { border-color: rgb(212,124,128); }
td.TdClassName
{
border-color: #D47C80;
}
.TagClassName
{
border-color: #D47C80;
}
</style>