Shades of Charm #D6748B
Tints of Charm #D6748B
RGB
CMYK
RGB Variations
Color information
#D6748B (or 0xD6748B) is known color: Charm. HEX triplet: D6, 74 and 8B. RGB value is (214,116,139). Sum of RGB (Red+Green+Blue) = 214+116+139=469 (62% of max value = 765). Red value is 214 (83.98% from 255 or 45.63% from 469); Green value is 116 (45.70% from 255 or 24.73% from 469); Blue value is 139 (54.69% from 255 or 29.64% from 469); Max value from RGB is 214 - color contains mainly: red. Hex color #D6748B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D6748B is #298B74. Grayscale: #939393. Windows color (decimal): -2722677 or 9139414. OLE color: 9139414.
HSL color Cylindrical-coordinate representation of color #D6748B: hue angle of 345.92º 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 #D6748B is Cyan = 0, Magento = 0.46, Yellow = 0.35 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 116 | 139 | - |
| CMYK | 0 | 0.46 | 0.35 | 0.16 |
| HSL | 345.92º | 0.54% | 0.65% | - |
| HSV(B) | 345.92º | 0.46% | 0.84% | - |
| XYZ | 38.64 | 28.65 | 27.92 | - |
| YUV | 147.92 | 122.97 | 175.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 116 | 139 | 0 | 0.46 | 0.35 | 0.16 | 345.92 | 0.54 | 0.65 |
| Hex | D6 | 74 | 8B | 0 | 2E | 23 | 10 | 15A | 36 | 41 |
| Octal | 326 | 164 | 213 | 0 | 56 | 43 | 20 | 532 | 66 | 101 |
| Binary | 11010110 | 1110100 | 10001011 | 0 | 101110 | 100011 | 10000 | 101011010 | 110110 | 1000001 |
Color Harmonies of #D6748B
Complementary color
Monochromatic Colors of #D6748B
Black with #D6748B
Text Example
Text Example
White with #D6748B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6748B; }
p { color: rgb(214,116,139); }
H1.HeaderClassName
{
color: #D6748B;
}
.AnyTagClassName
{
color: #D6748B;
}
</style>
background-color css
<style>
a { background-color: #D6748B; }
a { background-color: rgb(214,116,139); }
div.DivClassName
{
background-color: #D6748B;
}
.BgClassName
{
background-color: #D6748B;
}
</style>
border-color css
<style>
span { border-color: #D6748B; }
span { border-color: rgb(214,116,139); }
td.TdClassName
{
border-color: #D6748B;
}
.TagClassName
{
border-color: #D6748B;
}
</style>