Shades of Charm #D0798D
Tints of Charm #D0798D
RGB
CMYK
RGB Variations
Color information
#D0798D (or 0xD0798D) is known color: Charm. HEX triplet: D0, 79 and 8D. RGB value is (208,121,141). Sum of RGB (Red+Green+Blue) = 208+121+141=470 (62% of max value = 765). Red value is 208 (81.64% from 255 or 44.26% from 470); Green value is 121 (47.66% from 255 or 25.74% from 470); Blue value is 141 (55.47% from 255 or 30% from 470); Max value from RGB is 208 - color contains mainly: red. Hex color #D0798D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D0798D is #2F8672. Grayscale: #959595. Windows color (decimal): -3114611 or 9271760. OLE color: 9271760.
HSL color Cylindrical-coordinate representation of color #D0798D: hue angle of 346.21º degrees, saturation: 0.48, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #D0798D is Cyan = 0, Magento = 0.42, Yellow = 0.32 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 121 | 141 | - |
| CMYK | 0 | 0.42 | 0.32 | 0.18 |
| HSL | 346.21º | 0.48% | 0.65% | - |
| HSV(B) | 346.21º | 0.42% | 0.82% | - |
| XYZ | 37.66 | 29.01 | 28.81 | - |
| YUV | 149.29 | 123.32 | 169.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 121 | 141 | 0 | 0.42 | 0.32 | 0.18 | 346.21 | 0.48 | 0.65 |
| Hex | D0 | 79 | 8D | 0 | 2A | 20 | 12 | 15A | 30 | 41 |
| Octal | 320 | 171 | 215 | 0 | 52 | 40 | 22 | 532 | 60 | 101 |
| Binary | 11010000 | 1111001 | 10001101 | 0 | 101010 | 100000 | 10010 | 101011010 | 110000 | 1000001 |
Color Harmonies of #D0798D
Complementary color
Monochromatic Colors of #D0798D
Black with #D0798D
Text Example
Text Example
White with #D0798D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0798D; }
p { color: rgb(208,121,141); }
H1.HeaderClassName
{
color: #D0798D;
}
.AnyTagClassName
{
color: #D0798D;
}
</style>
background-color css
<style>
a { background-color: #D0798D; }
a { background-color: rgb(208,121,141); }
div.DivClassName
{
background-color: #D0798D;
}
.BgClassName
{
background-color: #D0798D;
}
</style>
border-color css
<style>
span { border-color: #D0798D; }
span { border-color: rgb(208,121,141); }
td.TdClassName
{
border-color: #D0798D;
}
.TagClassName
{
border-color: #D0798D;
}
</style>