Shades of Charm #D07289
Tints of Charm #D07289
RGB
CMYK
RGB Variations
Color information
#D07289 (or 0xD07289) is known color: Charm. HEX triplet: D0, 72 and 89. RGB value is (208,114,137). Sum of RGB (Red+Green+Blue) = 208+114+137=459 (60% of max value = 765). Red value is 208 (81.64% from 255 or 45.32% from 459); Green value is 114 (44.92% from 255 or 24.84% from 459); Blue value is 137 (53.91% from 255 or 29.85% from 459); Max value from RGB is 208 - color contains mainly: red. Hex color #D07289 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D07289 is #2F8D76. Grayscale: #909090. Windows color (decimal): -3116407 or 9007824. OLE color: 9007824.
HSL color Cylindrical-coordinate representation of color #D07289: hue angle of 345.32º degrees, saturation: 0.5, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #D07289 is Cyan = 0, Magento = 0.45, Yellow = 0.34 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 114 | 137 | - |
| CMYK | 0 | 0.45 | 0.34 | 0.18 |
| HSL | 345.32º | 0.5% | 0.63% | - |
| HSV(B) | 345.32º | 0.45% | 0.82% | - |
| XYZ | 36.55 | 27.25 | 27 | - |
| YUV | 144.73 | 123.64 | 173.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 114 | 137 | 0 | 0.45 | 0.34 | 0.18 | 345.32 | 0.5 | 0.63 |
| Hex | D0 | 72 | 89 | 0 | 2D | 22 | 12 | 159 | 32 | 3F |
| Octal | 320 | 162 | 211 | 0 | 55 | 42 | 22 | 531 | 62 | 77 |
| Binary | 11010000 | 1110010 | 10001001 | 0 | 101101 | 100010 | 10010 | 101011001 | 110010 | 111111 |
Color Harmonies of #D07289
Complementary color
Monochromatic Colors of #D07289
Black with #D07289
Text Example
Text Example
White with #D07289
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D07289; }
p { color: rgb(208,114,137); }
H1.HeaderClassName
{
color: #D07289;
}
.AnyTagClassName
{
color: #D07289;
}
</style>
background-color css
<style>
a { background-color: #D07289; }
a { background-color: rgb(208,114,137); }
div.DivClassName
{
background-color: #D07289;
}
.BgClassName
{
background-color: #D07289;
}
</style>
border-color css
<style>
span { border-color: #D07289; }
span { border-color: rgb(208,114,137); }
td.TdClassName
{
border-color: #D07289;
}
.TagClassName
{
border-color: #D07289;
}
</style>