Shades of Charm #D07C86
Tints of Charm #D07C86
RGB
CMYK
RGB Variations
Color information
#D07C86 (or 0xD07C86) is known color: Charm. HEX triplet: D0, 7C and 86. RGB value is (208,124,134). Sum of RGB (Red+Green+Blue) = 208+124+134=466 (61% of max value = 765). Red value is 208 (81.64% from 255 or 44.64% from 466); Green value is 124 (48.83% from 255 or 26.61% from 466); Blue value is 134 (52.73% from 255 or 28.76% from 466); Max value from RGB is 208 - color contains mainly: red. Hex color #D07C86 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D07C86 is #2F8379. Grayscale: #969696. Windows color (decimal): -3113850 or 8813776. OLE color: 8813776.
HSL color Cylindrical-coordinate representation of color #D07C86: hue angle of 352.86º degrees, saturation: 0.47, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #D07C86 is Cyan = 0, Magento = 0.40, Yellow = 0.36 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 124 | 134 | - |
| CMYK | 0 | 0.40 | 0.36 | 0.18 |
| HSL | 352.86º | 0.47% | 0.65% | - |
| HSV(B) | 352.86º | 0.4% | 0.82% | - |
| XYZ | 37.52 | 29.55 | 26.28 | - |
| YUV | 150.26 | 118.83 | 169.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 124 | 134 | 0 | 0.40 | 0.36 | 0.18 | 352.86 | 0.47 | 0.65 |
| Hex | D0 | 7C | 86 | 0 | 28 | 24 | 12 | 161 | 2F | 41 |
| Octal | 320 | 174 | 206 | 0 | 50 | 44 | 22 | 541 | 57 | 101 |
| Binary | 11010000 | 1111100 | 10000110 | 0 | 101000 | 100100 | 10010 | 101100001 | 101111 | 1000001 |
Color Harmonies of #D07C86
Complementary color
Monochromatic Colors of #D07C86
Black with #D07C86
Text Example
Text Example
White with #D07C86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D07C86; }
p { color: rgb(208,124,134); }
H1.HeaderClassName
{
color: #D07C86;
}
.AnyTagClassName
{
color: #D07C86;
}
</style>
background-color css
<style>
a { background-color: #D07C86; }
a { background-color: rgb(208,124,134); }
div.DivClassName
{
background-color: #D07C86;
}
.BgClassName
{
background-color: #D07C86;
}
</style>
border-color css
<style>
span { border-color: #D07C86; }
span { border-color: rgb(208,124,134); }
td.TdClassName
{
border-color: #D07C86;
}
.TagClassName
{
border-color: #D07C86;
}
</style>