Shades of Charm #D07C8F
Tints of Charm #D07C8F
RGB
CMYK
RGB Variations
Color information
#D07C8F (or 0xD07C8F) is known color: Charm. HEX triplet: D0, 7C and 8F. RGB value is (208,124,143). Sum of RGB (Red+Green+Blue) = 208+124+143=475 (62% of max value = 765). Red value is 208 (81.64% from 255 or 43.79% from 475); Green value is 124 (48.83% from 255 or 26.11% from 475); Blue value is 143 (56.25% from 255 or 30.11% from 475); Max value from RGB is 208 - color contains mainly: red. Hex color #D07C8F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D07C8F is #2F8370. Grayscale: #979797. Windows color (decimal): -3113841 or 9403600. OLE color: 9403600.
HSL color Cylindrical-coordinate representation of color #D07C8F: hue angle of 346.43º 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 #D07C8F is Cyan = 0, Magento = 0.40, Yellow = 0.31 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 124 | 143 | - |
| CMYK | 0 | 0.40 | 0.31 | 0.18 |
| HSL | 346.43º | 0.47% | 0.65% | - |
| HSV(B) | 346.43º | 0.4% | 0.82% | - |
| XYZ | 38.18 | 29.81 | 29.73 | - |
| YUV | 151.28 | 123.33 | 168.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 124 | 143 | 0 | 0.40 | 0.31 | 0.18 | 346.43 | 0.47 | 0.65 |
| Hex | D0 | 7C | 8F | 0 | 28 | 1F | 12 | 15A | 2F | 41 |
| Octal | 320 | 174 | 217 | 0 | 50 | 37 | 22 | 532 | 57 | 101 |
| Binary | 11010000 | 1111100 | 10001111 | 0 | 101000 | 11111 | 10010 | 101011010 | 101111 | 1000001 |
Color Harmonies of #D07C8F
Complementary color
Monochromatic Colors of #D07C8F
Black with #D07C8F
Text Example
Text Example
White with #D07C8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D07C8F; }
p { color: rgb(208,124,143); }
H1.HeaderClassName
{
color: #D07C8F;
}
.AnyTagClassName
{
color: #D07C8F;
}
</style>
background-color css
<style>
a { background-color: #D07C8F; }
a { background-color: rgb(208,124,143); }
div.DivClassName
{
background-color: #D07C8F;
}
.BgClassName
{
background-color: #D07C8F;
}
</style>
border-color css
<style>
span { border-color: #D07C8F; }
span { border-color: rgb(208,124,143); }
td.TdClassName
{
border-color: #D07C8F;
}
.TagClassName
{
border-color: #D07C8F;
}
</style>