Shades of Charm #D07886
Tints of Charm #D07886
RGB
CMYK
RGB Variations
Color information
#D07886 (or 0xD07886) is known color: Charm. HEX triplet: D0, 78 and 86. RGB value is (208,120,134). Sum of RGB (Red+Green+Blue) = 208+120+134=462 (61% of max value = 765). Red value is 208 (81.64% from 255 or 45.02% from 462); Green value is 120 (47.27% from 255 or 25.97% from 462); Blue value is 134 (52.73% from 255 or 29.00% from 462); Max value from RGB is 208 - color contains mainly: red. Hex color #D07886 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D07886 is #2F8779. Grayscale: #939393. Windows color (decimal): -3114874 or 8812752. OLE color: 8812752.
HSL color Cylindrical-coordinate representation of color #D07886: hue angle of 350.45º 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 #D07886 is Cyan = 0, Magento = 0.42, Yellow = 0.36 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 120 | 134 | - |
| CMYK | 0 | 0.42 | 0.36 | 0.18 |
| HSL | 350.45º | 0.48% | 0.64% | - |
| HSV(B) | 350.45º | 0.42% | 0.82% | - |
| XYZ | 37.03 | 28.56 | 26.12 | - |
| YUV | 147.91 | 120.15 | 170.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 120 | 134 | 0 | 0.42 | 0.36 | 0.18 | 350.45 | 0.48 | 0.64 |
| Hex | D0 | 78 | 86 | 0 | 2A | 24 | 12 | 15E | 30 | 40 |
| Octal | 320 | 170 | 206 | 0 | 52 | 44 | 22 | 536 | 60 | 100 |
| Binary | 11010000 | 1111000 | 10000110 | 0 | 101010 | 100100 | 10010 | 101011110 | 110000 | 1000000 |
Color Harmonies of #D07886
Complementary color
Monochromatic Colors of #D07886
Black with #D07886
Text Example
Text Example
White with #D07886
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D07886; }
p { color: rgb(208,120,134); }
H1.HeaderClassName
{
color: #D07886;
}
.AnyTagClassName
{
color: #D07886;
}
</style>
background-color css
<style>
a { background-color: #D07886; }
a { background-color: rgb(208,120,134); }
div.DivClassName
{
background-color: #D07886;
}
.BgClassName
{
background-color: #D07886;
}
</style>
border-color css
<style>
span { border-color: #D07886; }
span { border-color: rgb(208,120,134); }
td.TdClassName
{
border-color: #D07886;
}
.TagClassName
{
border-color: #D07886;
}
</style>