Shades of Charm #D07C89
Tints of Charm #D07C89
RGB
CMYK
RGB Variations
Color information
#D07C89 (or 0xD07C89) is known color: Charm. HEX triplet: D0, 7C and 89. RGB value is (208,124,137). Sum of RGB (Red+Green+Blue) = 208+124+137=469 (62% of max value = 765). Red value is 208 (81.64% from 255 or 44.35% from 469); Green value is 124 (48.83% from 255 or 26.44% from 469); Blue value is 137 (53.91% from 255 or 29.21% from 469); Max value from RGB is 208 - color contains mainly: red. Hex color #D07C89 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D07C89 is #2F8376. Grayscale: #969696. Windows color (decimal): -3113847 or 9010384. OLE color: 9010384.
HSL color Cylindrical-coordinate representation of color #D07C89: hue angle of 350.71º 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 #D07C89 is Cyan = 0, Magento = 0.40, Yellow = 0.34 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 124 | 137 | - |
| CMYK | 0 | 0.40 | 0.34 | 0.18 |
| HSL | 350.71º | 0.47% | 0.65% | - |
| HSV(B) | 350.71º | 0.4% | 0.82% | - |
| XYZ | 37.74 | 29.63 | 27.4 | - |
| YUV | 150.6 | 120.33 | 168.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 124 | 137 | 0 | 0.40 | 0.34 | 0.18 | 350.71 | 0.47 | 0.65 |
| Hex | D0 | 7C | 89 | 0 | 28 | 22 | 12 | 15F | 2F | 41 |
| Octal | 320 | 174 | 211 | 0 | 50 | 42 | 22 | 537 | 57 | 101 |
| Binary | 11010000 | 1111100 | 10001001 | 0 | 101000 | 100010 | 10010 | 101011111 | 101111 | 1000001 |
Color Harmonies of #D07C89
Complementary color
Monochromatic Colors of #D07C89
Black with #D07C89
Text Example
Text Example
White with #D07C89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D07C89; }
p { color: rgb(208,124,137); }
H1.HeaderClassName
{
color: #D07C89;
}
.AnyTagClassName
{
color: #D07C89;
}
</style>
background-color css
<style>
a { background-color: #D07C89; }
a { background-color: rgb(208,124,137); }
div.DivClassName
{
background-color: #D07C89;
}
.BgClassName
{
background-color: #D07C89;
}
</style>
border-color css
<style>
span { border-color: #D07C89; }
span { border-color: rgb(208,124,137); }
td.TdClassName
{
border-color: #D07C89;
}
.TagClassName
{
border-color: #D07C89;
}
</style>