Shades of Charm #D0787D
Tints of Charm #D0787D
RGB
CMYK
RGB Variations
Color information
#D0787D (or 0xD0787D) is known color: Charm. HEX triplet: D0, 78 and 7D. RGB value is (208,120,125). Sum of RGB (Red+Green+Blue) = 208+120+125=453 (60% of max value = 765). Red value is 208 (81.64% from 255 or 45.92% from 453); Green value is 120 (47.27% from 255 or 26.49% from 453); Blue value is 125 (49.22% from 255 or 27.59% from 453); Max value from RGB is 208 - color contains mainly: red. Hex color #D0787D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D0787D is #2F8782. Grayscale: #929292. Windows color (decimal): -3114883 or 8222928. OLE color: 8222928.
HSL color Cylindrical-coordinate representation of color #D0787D: hue angle of 356.59º 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 #D0787D is Cyan = 0, Magento = 0.42, Yellow = 0.40 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 120 | 125 | - |
| CMYK | 0 | 0.42 | 0.40 | 0.18 |
| HSL | 356.59º | 0.48% | 0.64% | - |
| HSV(B) | 356.59º | 0.42% | 0.82% | - |
| XYZ | 36.43 | 28.32 | 22.95 | - |
| YUV | 146.88 | 115.65 | 171.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 120 | 125 | 0 | 0.42 | 0.40 | 0.18 | 356.59 | 0.48 | 0.64 |
| Hex | D0 | 78 | 7D | 0 | 2A | 28 | 12 | 165 | 30 | 40 |
| Octal | 320 | 170 | 175 | 0 | 52 | 50 | 22 | 545 | 60 | 100 |
| Binary | 11010000 | 1111000 | 1111101 | 0 | 101010 | 101000 | 10010 | 101100101 | 110000 | 1000000 |
Color Harmonies of #D0787D
Complementary color
Monochromatic Colors of #D0787D
Black with #D0787D
Text Example
Text Example
White with #D0787D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0787D; }
p { color: rgb(208,120,125); }
H1.HeaderClassName
{
color: #D0787D;
}
.AnyTagClassName
{
color: #D0787D;
}
</style>
background-color css
<style>
a { background-color: #D0787D; }
a { background-color: rgb(208,120,125); }
div.DivClassName
{
background-color: #D0787D;
}
.BgClassName
{
background-color: #D0787D;
}
</style>
border-color css
<style>
span { border-color: #D0787D; }
span { border-color: rgb(208,120,125); }
td.TdClassName
{
border-color: #D0787D;
}
.TagClassName
{
border-color: #D0787D;
}
</style>