Shades of Charm #D6788D
Tints of Charm #D6788D
RGB
CMYK
RGB Variations
Color information
#D6788D (or 0xD6788D) is known color: Charm. HEX triplet: D6, 78 and 8D. RGB value is (214,120,141). Sum of RGB (Red+Green+Blue) = 214+120+141=475 (62% of max value = 765). Red value is 214 (83.98% from 255 or 45.05% from 475); Green value is 120 (47.27% from 255 or 25.26% from 475); Blue value is 141 (55.47% from 255 or 29.68% from 475); Max value from RGB is 214 - color contains mainly: red. Hex color #D6788D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D6788D is #298772. Grayscale: #969696. Windows color (decimal): -2721651 or 9271510. OLE color: 9271510.
HSL color Cylindrical-coordinate representation of color #D6788D: hue angle of 346.6º degrees, saturation: 0.53, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #D6788D is Cyan = 0, Magento = 0.44, Yellow = 0.34 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 120 | 141 | - |
| CMYK | 0 | 0.44 | 0.34 | 0.16 |
| HSL | 346.6º | 0.53% | 0.65% | - |
| HSV(B) | 346.6º | 0.44% | 0.84% | - |
| XYZ | 39.26 | 29.65 | 28.85 | - |
| YUV | 150.5 | 122.64 | 173.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 120 | 141 | 0 | 0.44 | 0.34 | 0.16 | 346.6 | 0.53 | 0.65 |
| Hex | D6 | 78 | 8D | 0 | 2C | 22 | 10 | 15B | 35 | 41 |
| Octal | 326 | 170 | 215 | 0 | 54 | 42 | 20 | 533 | 65 | 101 |
| Binary | 11010110 | 1111000 | 10001101 | 0 | 101100 | 100010 | 10000 | 101011011 | 110101 | 1000001 |
Color Harmonies of #D6788D
Complementary color
Monochromatic Colors of #D6788D
Black with #D6788D
Text Example
Text Example
White with #D6788D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6788D; }
p { color: rgb(214,120,141); }
H1.HeaderClassName
{
color: #D6788D;
}
.AnyTagClassName
{
color: #D6788D;
}
</style>
background-color css
<style>
a { background-color: #D6788D; }
a { background-color: rgb(214,120,141); }
div.DivClassName
{
background-color: #D6788D;
}
.BgClassName
{
background-color: #D6788D;
}
</style>
border-color css
<style>
span { border-color: #D6788D; }
span { border-color: rgb(214,120,141); }
td.TdClassName
{
border-color: #D6788D;
}
.TagClassName
{
border-color: #D6788D;
}
</style>