Shades of Charm #D6788B
Tints of Charm #D6788B
RGB
CMYK
RGB Variations
Color information
#D6788B (or 0xD6788B) is known color: Charm. HEX triplet: D6, 78 and 8B. RGB value is (214,120,139). Sum of RGB (Red+Green+Blue) = 214+120+139=473 (62% of max value = 765). Red value is 214 (83.98% from 255 or 45.24% from 473); Green value is 120 (47.27% from 255 or 25.37% from 473); Blue value is 139 (54.69% from 255 or 29.39% from 473); Max value from RGB is 214 - color contains mainly: red. Hex color #D6788B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D6788B is #298774. Grayscale: #969696. Windows color (decimal): -2721653 or 9140438. OLE color: 9140438.
HSL color Cylindrical-coordinate representation of color #D6788B: hue angle of 347.87º 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 #D6788B is Cyan = 0, Magento = 0.44, Yellow = 0.35 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 120 | 139 | - |
| CMYK | 0 | 0.44 | 0.35 | 0.16 |
| HSL | 347.87º | 0.53% | 0.65% | - |
| HSV(B) | 347.87º | 0.44% | 0.84% | - |
| XYZ | 39.11 | 29.59 | 28.08 | - |
| YUV | 150.27 | 121.64 | 173.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 120 | 139 | 0 | 0.44 | 0.35 | 0.16 | 347.87 | 0.53 | 0.65 |
| Hex | D6 | 78 | 8B | 0 | 2C | 23 | 10 | 15C | 35 | 41 |
| Octal | 326 | 170 | 213 | 0 | 54 | 43 | 20 | 534 | 65 | 101 |
| Binary | 11010110 | 1111000 | 10001011 | 0 | 101100 | 100011 | 10000 | 101011100 | 110101 | 1000001 |
Color Harmonies of #D6788B
Complementary color
Monochromatic Colors of #D6788B
Black with #D6788B
Text Example
Text Example
White with #D6788B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6788B; }
p { color: rgb(214,120,139); }
H1.HeaderClassName
{
color: #D6788B;
}
.AnyTagClassName
{
color: #D6788B;
}
</style>
background-color css
<style>
a { background-color: #D6788B; }
a { background-color: rgb(214,120,139); }
div.DivClassName
{
background-color: #D6788B;
}
.BgClassName
{
background-color: #D6788B;
}
</style>
border-color css
<style>
span { border-color: #D6788B; }
span { border-color: rgb(214,120,139); }
td.TdClassName
{
border-color: #D6788B;
}
.TagClassName
{
border-color: #D6788B;
}
</style>