Shades of Charm #D47C85
Tints of Charm #D47C85
RGB
CMYK
RGB Variations
Color information
#D47C85 (or 0xD47C85) is known color: Charm. HEX triplet: D4, 7C and 85. RGB value is (212,124,133). Sum of RGB (Red+Green+Blue) = 212+124+133=469 (62% of max value = 765). Red value is 212 (83.20% from 255 or 45.20% from 469); Green value is 124 (48.83% from 255 or 26.44% from 469); Blue value is 133 (52.34% from 255 or 28.36% from 469); Max value from RGB is 212 - color contains mainly: red. Hex color #D47C85 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D47C85 is #2B837A. Grayscale: #979797. Windows color (decimal): -2851707 or 8748244. OLE color: 8748244.
HSL color Cylindrical-coordinate representation of color #D47C85: hue angle of 353.86º 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 #D47C85 is Cyan = 0, Magento = 0.42, Yellow = 0.37 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 124 | 133 | - |
| CMYK | 0 | 0.42 | 0.37 | 0.17 |
| HSL | 353.86º | 0.51% | 0.66% | - |
| HSV(B) | 353.86º | 0.42% | 0.83% | - |
| XYZ | 38.59 | 30.11 | 25.97 | - |
| YUV | 151.34 | 117.65 | 171.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 124 | 133 | 0 | 0.42 | 0.37 | 0.17 | 353.86 | 0.51 | 0.66 |
| Hex | D4 | 7C | 85 | 0 | 2A | 25 | 11 | 162 | 33 | 42 |
| Octal | 324 | 174 | 205 | 0 | 52 | 45 | 21 | 542 | 63 | 102 |
| Binary | 11010100 | 1111100 | 10000101 | 0 | 101010 | 100101 | 10001 | 101100010 | 110011 | 1000010 |
Color Harmonies of #D47C85
Complementary color
Monochromatic Colors of #D47C85
Black with #D47C85
Text Example
Text Example
White with #D47C85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D47C85; }
p { color: rgb(212,124,133); }
H1.HeaderClassName
{
color: #D47C85;
}
.AnyTagClassName
{
color: #D47C85;
}
</style>
background-color css
<style>
a { background-color: #D47C85; }
a { background-color: rgb(212,124,133); }
div.DivClassName
{
background-color: #D47C85;
}
.BgClassName
{
background-color: #D47C85;
}
</style>
border-color css
<style>
span { border-color: #D47C85; }
span { border-color: rgb(212,124,133); }
td.TdClassName
{
border-color: #D47C85;
}
.TagClassName
{
border-color: #D47C85;
}
</style>