Shades of Charm #D6738E
Tints of Charm #D6738E
RGB
CMYK
RGB Variations
Color information
#D6738E (or 0xD6738E) is known color: Charm. HEX triplet: D6, 73 and 8E. RGB value is (214,115,142). Sum of RGB (Red+Green+Blue) = 214+115+142=471 (62% of max value = 765). Red value is 214 (83.98% from 255 or 45.44% from 471); Green value is 115 (45.31% from 255 or 24.42% from 471); Blue value is 142 (55.86% from 255 or 30.15% from 471); Max value from RGB is 214 - color contains mainly: red. Hex color #D6738E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D6738E is #298C71. Grayscale: #939393. Windows color (decimal): -2722930 or 9335766. OLE color: 9335766.
HSL color Cylindrical-coordinate representation of color #D6738E: hue angle of 343.64º degrees, saturation: 0.55, 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 #D6738E is Cyan = 0, Magento = 0.46, Yellow = 0.34 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 115 | 142 | - |
| CMYK | 0 | 0.46 | 0.34 | 0.16 |
| HSL | 343.64º | 0.55% | 0.65% | - |
| HSV(B) | 343.64º | 0.46% | 0.84% | - |
| XYZ | 38.74 | 28.51 | 29.05 | - |
| YUV | 147.68 | 124.8 | 175.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 115 | 142 | 0 | 0.46 | 0.34 | 0.16 | 343.64 | 0.55 | 0.65 |
| Hex | D6 | 73 | 8E | 0 | 2E | 22 | 10 | 158 | 37 | 41 |
| Octal | 326 | 163 | 216 | 0 | 56 | 42 | 20 | 530 | 67 | 101 |
| Binary | 11010110 | 1110011 | 10001110 | 0 | 101110 | 100010 | 10000 | 101011000 | 110111 | 1000001 |
Color Harmonies of #D6738E
Complementary color
Monochromatic Colors of #D6738E
Black with #D6738E
Text Example
Text Example
White with #D6738E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6738E; }
p { color: rgb(214,115,142); }
H1.HeaderClassName
{
color: #D6738E;
}
.AnyTagClassName
{
color: #D6738E;
}
</style>
background-color css
<style>
a { background-color: #D6738E; }
a { background-color: rgb(214,115,142); }
div.DivClassName
{
background-color: #D6738E;
}
.BgClassName
{
background-color: #D6738E;
}
</style>
border-color css
<style>
span { border-color: #D6738E; }
span { border-color: rgb(214,115,142); }
td.TdClassName
{
border-color: #D6738E;
}
.TagClassName
{
border-color: #D6738E;
}
</style>