Shades of Charm #D07688
Tints of Charm #D07688
RGB
CMYK
RGB Variations
Color information
#D07688 (or 0xD07688) is known color: Charm. HEX triplet: D0, 76 and 88. RGB value is (208,118,136). Sum of RGB (Red+Green+Blue) = 208+118+136=462 (61% of max value = 765). Red value is 208 (81.64% from 255 or 45.02% from 462); Green value is 118 (46.48% from 255 or 25.54% from 462); Blue value is 136 (53.52% from 255 or 29.44% from 462); Max value from RGB is 208 - color contains mainly: red. Hex color #D07688 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D07688 is #2F8977. Grayscale: #929292. Windows color (decimal): -3115384 or 8943312. OLE color: 8943312.
HSL color Cylindrical-coordinate representation of color #D07688: hue angle of 348º degrees, saturation: 0.49, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #D07688 is Cyan = 0, Magento = 0.43, Yellow = 0.35 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 118 | 136 | - |
| CMYK | 0 | 0.43 | 0.35 | 0.18 |
| HSL | 348º | 0.49% | 0.64% | - |
| HSV(B) | 348º | 0.43% | 0.82% | - |
| XYZ | 36.93 | 28.14 | 26.78 | - |
| YUV | 146.96 | 121.82 | 171.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 118 | 136 | 0 | 0.43 | 0.35 | 0.18 | 348 | 0.49 | 0.64 |
| Hex | D0 | 76 | 88 | 0 | 2B | 23 | 12 | 15C | 31 | 40 |
| Octal | 320 | 166 | 210 | 0 | 53 | 43 | 22 | 534 | 61 | 100 |
| Binary | 11010000 | 1110110 | 10001000 | 0 | 101011 | 100011 | 10010 | 101011100 | 110001 | 1000000 |
Color Harmonies of #D07688
Complementary color
Monochromatic Colors of #D07688
Black with #D07688
Text Example
Text Example
White with #D07688
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D07688; }
p { color: rgb(208,118,136); }
H1.HeaderClassName
{
color: #D07688;
}
.AnyTagClassName
{
color: #D07688;
}
</style>
background-color css
<style>
a { background-color: #D07688; }
a { background-color: rgb(208,118,136); }
div.DivClassName
{
background-color: #D07688;
}
.BgClassName
{
background-color: #D07688;
}
</style>
border-color css
<style>
span { border-color: #D07688; }
span { border-color: rgb(208,118,136); }
td.TdClassName
{
border-color: #D07688;
}
.TagClassName
{
border-color: #D07688;
}
</style>