Shades of Charm #D47C83
Tints of Charm #D47C83
RGB
CMYK
RGB Variations
Color information
#D47C83 (or 0xD47C83) is known color: Charm. HEX triplet: D4, 7C and 83. RGB value is (212,124,131). Sum of RGB (Red+Green+Blue) = 212+124+131=467 (61% of max value = 765). Red value is 212 (83.20% from 255 or 45.40% from 467); Green value is 124 (48.83% from 255 or 26.55% from 467); Blue value is 131 (51.56% from 255 or 28.05% from 467); Max value from RGB is 212 - color contains mainly: red. Hex color #D47C83 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D47C83 is #2B837C. Grayscale: #979797. Windows color (decimal): -2851709 or 8617172. OLE color: 8617172.
HSL color Cylindrical-coordinate representation of color #D47C83: hue angle of 355.23º 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 #D47C83 is Cyan = 0, Magento = 0.42, Yellow = 0.38 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 124 | 131 | - |
| CMYK | 0 | 0.42 | 0.38 | 0.17 |
| HSL | 355.23º | 0.51% | 0.66% | - |
| HSV(B) | 355.23º | 0.42% | 0.83% | - |
| XYZ | 38.46 | 30.05 | 25.25 | - |
| YUV | 151.11 | 116.65 | 171.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 124 | 131 | 0 | 0.42 | 0.38 | 0.17 | 355.23 | 0.51 | 0.66 |
| Hex | D4 | 7C | 83 | 0 | 2A | 26 | 11 | 163 | 33 | 42 |
| Octal | 324 | 174 | 203 | 0 | 52 | 46 | 21 | 543 | 63 | 102 |
| Binary | 11010100 | 1111100 | 10000011 | 0 | 101010 | 100110 | 10001 | 101100011 | 110011 | 1000010 |
Color Harmonies of #D47C83
Complementary color
Monochromatic Colors of #D47C83
Black with #D47C83
Text Example
Text Example
White with #D47C83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D47C83; }
p { color: rgb(212,124,131); }
H1.HeaderClassName
{
color: #D47C83;
}
.AnyTagClassName
{
color: #D47C83;
}
</style>
background-color css
<style>
a { background-color: #D47C83; }
a { background-color: rgb(212,124,131); }
div.DivClassName
{
background-color: #D47C83;
}
.BgClassName
{
background-color: #D47C83;
}
</style>
border-color css
<style>
span { border-color: #D47C83; }
span { border-color: rgb(212,124,131); }
td.TdClassName
{
border-color: #D47C83;
}
.TagClassName
{
border-color: #D47C83;
}
</style>