Shades of Charm #D0788A
Tints of Charm #D0788A
RGB
CMYK
RGB Variations
Color information
#D0788A (or 0xD0788A) is known color: Charm. HEX triplet: D0, 78 and 8A. RGB value is (208,120,138). Sum of RGB (Red+Green+Blue) = 208+120+138=466 (61% of max value = 765). Red value is 208 (81.64% from 255 or 44.64% from 466); Green value is 120 (47.27% from 255 or 25.75% from 466); Blue value is 138 (54.30% from 255 or 29.61% from 466); Max value from RGB is 208 - color contains mainly: red. Hex color #D0788A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D0788A is #2F8775. Grayscale: #949494. Windows color (decimal): -3114870 or 9074896. OLE color: 9074896.
HSL color Cylindrical-coordinate representation of color #D0788A: hue angle of 347.73º 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 #D0788A is Cyan = 0, Magento = 0.42, Yellow = 0.34 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 120 | 138 | - |
| CMYK | 0 | 0.42 | 0.34 | 0.18 |
| HSL | 347.73º | 0.48% | 0.64% | - |
| HSV(B) | 347.73º | 0.42% | 0.82% | - |
| XYZ | 37.32 | 28.68 | 27.61 | - |
| YUV | 148.36 | 122.15 | 170.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 120 | 138 | 0 | 0.42 | 0.34 | 0.18 | 347.73 | 0.48 | 0.64 |
| Hex | D0 | 78 | 8A | 0 | 2A | 22 | 12 | 15C | 30 | 40 |
| Octal | 320 | 170 | 212 | 0 | 52 | 42 | 22 | 534 | 60 | 100 |
| Binary | 11010000 | 1111000 | 10001010 | 0 | 101010 | 100010 | 10010 | 101011100 | 110000 | 1000000 |
Color Harmonies of #D0788A
Complementary color
Monochromatic Colors of #D0788A
Black with #D0788A
Text Example
Text Example
White with #D0788A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0788A; }
p { color: rgb(208,120,138); }
H1.HeaderClassName
{
color: #D0788A;
}
.AnyTagClassName
{
color: #D0788A;
}
</style>
background-color css
<style>
a { background-color: #D0788A; }
a { background-color: rgb(208,120,138); }
div.DivClassName
{
background-color: #D0788A;
}
.BgClassName
{
background-color: #D0788A;
}
</style>
border-color css
<style>
span { border-color: #D0788A; }
span { border-color: rgb(208,120,138); }
td.TdClassName
{
border-color: #D0788A;
}
.TagClassName
{
border-color: #D0788A;
}
</style>