Shades of Charm #D8788C
Tints of Charm #D8788C
RGB
CMYK
RGB Variations
Color information
#D8788C (or 0xD8788C) is known color: Charm. HEX triplet: D8, 78 and 8C. RGB value is (216,120,140). Sum of RGB (Red+Green+Blue) = 216+120+140=476 (63% of max value = 765). Red value is 216 (84.77% from 255 or 45.38% from 476); Green value is 120 (47.27% from 255 or 25.21% from 476); Blue value is 140 (55.08% from 255 or 29.41% from 476); Max value from RGB is 216 - color contains mainly: red. Hex color #D8788C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D8788C is #278773. Grayscale: #979797. Windows color (decimal): -2590580 or 9205976. OLE color: 9205976.
HSL color Cylindrical-coordinate representation of color #D8788C: hue angle of 347.5º degrees, saturation: 0.55, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #D8788C is Cyan = 0, Magento = 0.44, Yellow = 0.35 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 120 | 140 | - |
| CMYK | 0 | 0.44 | 0.35 | 0.15 |
| HSL | 347.5º | 0.55% | 0.66% | - |
| HSV(B) | 347.5º | 0.44% | 0.85% | - |
| XYZ | 39.77 | 29.93 | 28.49 | - |
| YUV | 150.98 | 121.8 | 174.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 120 | 140 | 0 | 0.44 | 0.35 | 0.15 | 347.5 | 0.55 | 0.66 |
| Hex | D8 | 78 | 8C | 0 | 2C | 23 | F | 15C | 37 | 42 |
| Octal | 330 | 170 | 214 | 0 | 54 | 43 | 17 | 534 | 67 | 102 |
| Binary | 11011000 | 1111000 | 10001100 | 0 | 101100 | 100011 | 1111 | 101011100 | 110111 | 1000010 |
Color Harmonies of #D8788C
Complementary color
Monochromatic Colors of #D8788C
Black with #D8788C
Text Example
Text Example
White with #D8788C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8788C; }
p { color: rgb(216,120,140); }
H1.HeaderClassName
{
color: #D8788C;
}
.AnyTagClassName
{
color: #D8788C;
}
</style>
background-color css
<style>
a { background-color: #D8788C; }
a { background-color: rgb(216,120,140); }
div.DivClassName
{
background-color: #D8788C;
}
.BgClassName
{
background-color: #D8788C;
}
</style>
border-color css
<style>
span { border-color: #D8788C; }
span { border-color: rgb(216,120,140); }
td.TdClassName
{
border-color: #D8788C;
}
.TagClassName
{
border-color: #D8788C;
}
</style>