Shades of Charm #D6738D
Tints of Charm #D6738D
RGB
CMYK
RGB Variations
Color information
#D6738D (or 0xD6738D) is known color: Charm. HEX triplet: D6, 73 and 8D. RGB value is (214,115,141). Sum of RGB (Red+Green+Blue) = 214+115+141=470 (62% of max value = 765). Red value is 214 (83.98% from 255 or 45.53% from 470); Green value is 115 (45.31% from 255 or 24.47% from 470); Blue value is 141 (55.47% from 255 or 30% from 470); Max value from RGB is 214 - color contains mainly: red. Hex color #D6738D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D6738D is #298C72. Grayscale: #939393. Windows color (decimal): -2722931 or 9270230. OLE color: 9270230.
HSL color Cylindrical-coordinate representation of color #D6738D: hue angle of 344.24º 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 #D6738D is Cyan = 0, Magento = 0.46, Yellow = 0.34 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 115 | 141 | - |
| CMYK | 0 | 0.46 | 0.34 | 0.16 |
| HSL | 344.24º | 0.55% | 0.65% | - |
| HSV(B) | 344.24º | 0.46% | 0.84% | - |
| XYZ | 38.67 | 28.48 | 28.66 | - |
| YUV | 147.57 | 124.3 | 175.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 115 | 141 | 0 | 0.46 | 0.34 | 0.16 | 344.24 | 0.55 | 0.65 |
| Hex | D6 | 73 | 8D | 0 | 2E | 22 | 10 | 158 | 37 | 41 |
| Octal | 326 | 163 | 215 | 0 | 56 | 42 | 20 | 530 | 67 | 101 |
| Binary | 11010110 | 1110011 | 10001101 | 0 | 101110 | 100010 | 10000 | 101011000 | 110111 | 1000001 |
Color Harmonies of #D6738D
Complementary color
Monochromatic Colors of #D6738D
Black with #D6738D
Text Example
Text Example
White with #D6738D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6738D; }
p { color: rgb(214,115,141); }
H1.HeaderClassName
{
color: #D6738D;
}
.AnyTagClassName
{
color: #D6738D;
}
</style>
background-color css
<style>
a { background-color: #D6738D; }
a { background-color: rgb(214,115,141); }
div.DivClassName
{
background-color: #D6738D;
}
.BgClassName
{
background-color: #D6738D;
}
</style>
border-color css
<style>
span { border-color: #D6738D; }
span { border-color: rgb(214,115,141); }
td.TdClassName
{
border-color: #D6738D;
}
.TagClassName
{
border-color: #D6738D;
}
</style>