Shades of Charm #D4687C
Tints of Charm #D4687C
RGB
CMYK
RGB Variations
Color information
#D4687C (or 0xD4687C) is known color: Charm. HEX triplet: D4, 68 and 7C. RGB value is (212,104,124). Sum of RGB (Red+Green+Blue) = 212+104+124=440 (58% of max value = 765). Red value is 212 (83.20% from 255 or 48.18% from 440); Green value is 104 (41.02% from 255 or 23.64% from 440); Blue value is 124 (48.83% from 255 or 28.18% from 440); Max value from RGB is 212 - color contains mainly: red. Hex color #D4687C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D4687C is #2B9783. Grayscale: #8A8A8A. Windows color (decimal): -2856836 or 8153300. OLE color: 8153300.
HSL color Cylindrical-coordinate representation of color #D4687C: hue angle of 348.89º degrees, saturation: 0.56, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D4687C is Cyan = 0, Magento = 0.51, Yellow = 0.42 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 104 | 124 | - |
| CMYK | 0 | 0.51 | 0.42 | 0.17 |
| HSL | 348.89º | 0.56% | 0.62% | - |
| HSV(B) | 348.89º | 0.51% | 0.83% | - |
| XYZ | 35.74 | 25.35 | 22.08 | - |
| YUV | 138.57 | 119.78 | 180.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 104 | 124 | 0 | 0.51 | 0.42 | 0.17 | 348.89 | 0.56 | 0.62 |
| Hex | D4 | 68 | 7C | 0 | 33 | 2A | 11 | 15D | 38 | 3E |
| Octal | 324 | 150 | 174 | 0 | 63 | 52 | 21 | 535 | 70 | 76 |
| Binary | 11010100 | 1101000 | 1111100 | 0 | 110011 | 101010 | 10001 | 101011101 | 111000 | 111110 |
Color Harmonies of #D4687C
Complementary color
Monochromatic Colors of #D4687C
Black with #D4687C
Text Example
Text Example
White with #D4687C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4687C; }
p { color: rgb(212,104,124); }
H1.HeaderClassName
{
color: #D4687C;
}
.AnyTagClassName
{
color: #D4687C;
}
</style>
background-color css
<style>
a { background-color: #D4687C; }
a { background-color: rgb(212,104,124); }
div.DivClassName
{
background-color: #D4687C;
}
.BgClassName
{
background-color: #D4687C;
}
</style>
border-color css
<style>
span { border-color: #D4687C; }
span { border-color: rgb(212,104,124); }
td.TdClassName
{
border-color: #D4687C;
}
.TagClassName
{
border-color: #D4687C;
}
</style>