Shades of Charm #D6748E
Tints of Charm #D6748E
RGB
CMYK
RGB Variations
Color information
#D6748E (or 0xD6748E) is known color: Charm. HEX triplet: D6, 74 and 8E. RGB value is (214,116,142). Sum of RGB (Red+Green+Blue) = 214+116+142=472 (62% of max value = 765). Red value is 214 (83.98% from 255 or 45.34% from 472); Green value is 116 (45.70% from 255 or 24.58% from 472); Blue value is 142 (55.86% from 255 or 30.08% from 472); Max value from RGB is 214 - color contains mainly: red. Hex color #D6748E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D6748E is #298B71. Grayscale: #949494. Windows color (decimal): -2722674 or 9336022. OLE color: 9336022.
HSL color Cylindrical-coordinate representation of color #D6748E: hue angle of 344.08º degrees, saturation: 0.54, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #D6748E is Cyan = 0, Magento = 0.46, Yellow = 0.34 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 116 | 142 | - |
| CMYK | 0 | 0.46 | 0.34 | 0.16 |
| HSL | 344.08º | 0.54% | 0.65% | - |
| HSV(B) | 344.08º | 0.46% | 0.84% | - |
| XYZ | 38.86 | 28.74 | 29.09 | - |
| YUV | 148.27 | 124.47 | 174.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 116 | 142 | 0 | 0.46 | 0.34 | 0.16 | 344.08 | 0.54 | 0.65 |
| Hex | D6 | 74 | 8E | 0 | 2E | 22 | 10 | 158 | 36 | 41 |
| Octal | 326 | 164 | 216 | 0 | 56 | 42 | 20 | 530 | 66 | 101 |
| Binary | 11010110 | 1110100 | 10001110 | 0 | 101110 | 100010 | 10000 | 101011000 | 110110 | 1000001 |
Color Harmonies of #D6748E
Complementary color
Monochromatic Colors of #D6748E
Black with #D6748E
Text Example
Text Example
White with #D6748E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6748E; }
p { color: rgb(214,116,142); }
H1.HeaderClassName
{
color: #D6748E;
}
.AnyTagClassName
{
color: #D6748E;
}
</style>
background-color css
<style>
a { background-color: #D6748E; }
a { background-color: rgb(214,116,142); }
div.DivClassName
{
background-color: #D6748E;
}
.BgClassName
{
background-color: #D6748E;
}
</style>
border-color css
<style>
span { border-color: #D6748E; }
span { border-color: rgb(214,116,142); }
td.TdClassName
{
border-color: #D6748E;
}
.TagClassName
{
border-color: #D6748E;
}
</style>