Shades of Charm #D47687
Tints of Charm #D47687
RGB
CMYK
RGB Variations
Color information
#D47687 (or 0xD47687) is known color: Charm. HEX triplet: D4, 76 and 87. RGB value is (212,118,135). Sum of RGB (Red+Green+Blue) = 212+118+135=465 (61% of max value = 765). Red value is 212 (83.20% from 255 or 45.59% from 465); Green value is 118 (46.48% from 255 or 25.38% from 465); Blue value is 135 (53.12% from 255 or 29.03% from 465); Max value from RGB is 212 - color contains mainly: red. Hex color #D47687 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D47687 is #2B8978. Grayscale: #949494. Windows color (decimal): -2853241 or 8877780. OLE color: 8877780.
HSL color Cylindrical-coordinate representation of color #D47687: hue angle of 349.15º degrees, saturation: 0.52, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #D47687 is Cyan = 0, Magento = 0.44, Yellow = 0.36 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 118 | 135 | - |
| CMYK | 0 | 0.44 | 0.36 | 0.17 |
| HSL | 349.15º | 0.52% | 0.65% | - |
| HSV(B) | 349.15º | 0.44% | 0.83% | - |
| XYZ | 38 | 28.7 | 26.46 | - |
| YUV | 148.04 | 120.64 | 173.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 118 | 135 | 0 | 0.44 | 0.36 | 0.17 | 349.15 | 0.52 | 0.65 |
| Hex | D4 | 76 | 87 | 0 | 2C | 24 | 11 | 15D | 34 | 41 |
| Octal | 324 | 166 | 207 | 0 | 54 | 44 | 21 | 535 | 64 | 101 |
| Binary | 11010100 | 1110110 | 10000111 | 0 | 101100 | 100100 | 10001 | 101011101 | 110100 | 1000001 |
Color Harmonies of #D47687
Complementary color
Monochromatic Colors of #D47687
Black with #D47687
Text Example
Text Example
White with #D47687
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D47687; }
p { color: rgb(212,118,135); }
H1.HeaderClassName
{
color: #D47687;
}
.AnyTagClassName
{
color: #D47687;
}
</style>
background-color css
<style>
a { background-color: #D47687; }
a { background-color: rgb(212,118,135); }
div.DivClassName
{
background-color: #D47687;
}
.BgClassName
{
background-color: #D47687;
}
</style>
border-color css
<style>
span { border-color: #D47687; }
span { border-color: rgb(212,118,135); }
td.TdClassName
{
border-color: #D47687;
}
.TagClassName
{
border-color: #D47687;
}
</style>