Shades of Charm #D07C8E
Tints of Charm #D07C8E
RGB
CMYK
RGB Variations
Color information
#D07C8E (or 0xD07C8E) is known color: Charm. HEX triplet: D0, 7C and 8E. RGB value is (208,124,142). Sum of RGB (Red+Green+Blue) = 208+124+142=474 (62% of max value = 765). Red value is 208 (81.64% from 255 or 43.88% from 474); Green value is 124 (48.83% from 255 or 26.16% from 474); Blue value is 142 (55.86% from 255 or 29.96% from 474); Max value from RGB is 208 - color contains mainly: red. Hex color #D07C8E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D07C8E is #2F8371. Grayscale: #979797. Windows color (decimal): -3113842 or 9338064. OLE color: 9338064.
HSL color Cylindrical-coordinate representation of color #D07C8E: hue angle of 347.14º 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 #D07C8E is Cyan = 0, Magento = 0.40, Yellow = 0.32 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 124 | 142 | - |
| CMYK | 0 | 0.40 | 0.32 | 0.18 |
| HSL | 347.14º | 0.47% | 0.65% | - |
| HSV(B) | 347.14º | 0.4% | 0.82% | - |
| XYZ | 38.1 | 29.78 | 29.33 | - |
| YUV | 151.17 | 122.83 | 168.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 124 | 142 | 0 | 0.40 | 0.32 | 0.18 | 347.14 | 0.47 | 0.65 |
| Hex | D0 | 7C | 8E | 0 | 28 | 20 | 12 | 15B | 2F | 41 |
| Octal | 320 | 174 | 216 | 0 | 50 | 40 | 22 | 533 | 57 | 101 |
| Binary | 11010000 | 1111100 | 10001110 | 0 | 101000 | 100000 | 10010 | 101011011 | 101111 | 1000001 |
Color Harmonies of #D07C8E
Complementary color
Monochromatic Colors of #D07C8E
Black with #D07C8E
Text Example
Text Example
White with #D07C8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D07C8E; }
p { color: rgb(208,124,142); }
H1.HeaderClassName
{
color: #D07C8E;
}
.AnyTagClassName
{
color: #D07C8E;
}
</style>
background-color css
<style>
a { background-color: #D07C8E; }
a { background-color: rgb(208,124,142); }
div.DivClassName
{
background-color: #D07C8E;
}
.BgClassName
{
background-color: #D07C8E;
}
</style>
border-color css
<style>
span { border-color: #D07C8E; }
span { border-color: rgb(208,124,142); }
td.TdClassName
{
border-color: #D07C8E;
}
.TagClassName
{
border-color: #D07C8E;
}
</style>