Shades of Charm #D0787C
Tints of Charm #D0787C
RGB
CMYK
RGB Variations
Color information
#D0787C (or 0xD0787C) is known color: Charm. HEX triplet: D0, 78 and 7C. RGB value is (208,120,124). Sum of RGB (Red+Green+Blue) = 208+120+124=452 (59% of max value = 765). Red value is 208 (81.64% from 255 or 46.02% from 452); Green value is 120 (47.27% from 255 or 26.55% from 452); Blue value is 124 (48.83% from 255 or 27.43% from 452); Max value from RGB is 208 - color contains mainly: red. Hex color #D0787C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D0787C is #2F8783. Grayscale: #929292. Windows color (decimal): -3114884 or 8157392. OLE color: 8157392.
HSL color Cylindrical-coordinate representation of color #D0787C: hue angle of 357.27º degrees, saturation: 0.48, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #D0787C is Cyan = 0, Magento = 0.42, Yellow = 0.40 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 120 | 124 | - |
| CMYK | 0 | 0.42 | 0.40 | 0.18 |
| HSL | 357.27º | 0.48% | 0.64% | - |
| HSV(B) | 357.27º | 0.42% | 0.82% | - |
| XYZ | 36.37 | 28.3 | 22.61 | - |
| YUV | 146.77 | 115.15 | 171.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 120 | 124 | 0 | 0.42 | 0.40 | 0.18 | 357.27 | 0.48 | 0.64 |
| Hex | D0 | 78 | 7C | 0 | 2A | 28 | 12 | 165 | 30 | 40 |
| Octal | 320 | 170 | 174 | 0 | 52 | 50 | 22 | 545 | 60 | 100 |
| Binary | 11010000 | 1111000 | 1111100 | 0 | 101010 | 101000 | 10010 | 101100101 | 110000 | 1000000 |
Color Harmonies of #D0787C
Complementary color
Monochromatic Colors of #D0787C
Black with #D0787C
Text Example
Text Example
White with #D0787C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0787C; }
p { color: rgb(208,120,124); }
H1.HeaderClassName
{
color: #D0787C;
}
.AnyTagClassName
{
color: #D0787C;
}
</style>
background-color css
<style>
a { background-color: #D0787C; }
a { background-color: rgb(208,120,124); }
div.DivClassName
{
background-color: #D0787C;
}
.BgClassName
{
background-color: #D0787C;
}
</style>
border-color css
<style>
span { border-color: #D0787C; }
span { border-color: rgb(208,120,124); }
td.TdClassName
{
border-color: #D0787C;
}
.TagClassName
{
border-color: #D0787C;
}
</style>