Shades of Charm #D08487
Tints of Charm #D08487
RGB
CMYK
RGB Variations
Color information
#D08487 (or 0xD08487) is known color: Charm. HEX triplet: D0, 84 and 87. RGB value is (208,132,135). Sum of RGB (Red+Green+Blue) = 208+132+135=475 (62% of max value = 765). Red value is 208 (81.64% from 255 or 43.79% from 475); Green value is 132 (51.95% from 255 or 27.79% from 475); Blue value is 135 (53.12% from 255 or 28.42% from 475); Max value from RGB is 208 - color contains mainly: red. Hex color #D08487 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D08487 is #2F7B78. Grayscale: #9B9B9B. Windows color (decimal): -3111801 or 8881360. OLE color: 8881360.
HSL color Cylindrical-coordinate representation of color #D08487: hue angle of 357.63º degrees, saturation: 0.45, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #D08487 is Cyan = 0, Magento = 0.37, Yellow = 0.35 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 132 | 135 | - |
| CMYK | 0 | 0.37 | 0.35 | 0.18 |
| HSL | 357.63º | 0.45% | 0.67% | - |
| HSV(B) | 357.63º | 0.37% | 0.82% | - |
| XYZ | 38.64 | 31.66 | 27 | - |
| YUV | 155.07 | 116.68 | 165.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 132 | 135 | 0 | 0.37 | 0.35 | 0.18 | 357.63 | 0.45 | 0.67 |
| Hex | D0 | 84 | 87 | 0 | 25 | 23 | 12 | 166 | 2D | 43 |
| Octal | 320 | 204 | 207 | 0 | 45 | 43 | 22 | 546 | 55 | 103 |
| Binary | 11010000 | 10000100 | 10000111 | 0 | 100101 | 100011 | 10010 | 101100110 | 101101 | 1000011 |
Color Harmonies of #D08487
Complementary color
Monochromatic Colors of #D08487
Black with #D08487
Text Example
Text Example
White with #D08487
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D08487; }
p { color: rgb(208,132,135); }
H1.HeaderClassName
{
color: #D08487;
}
.AnyTagClassName
{
color: #D08487;
}
</style>
background-color css
<style>
a { background-color: #D08487; }
a { background-color: rgb(208,132,135); }
div.DivClassName
{
background-color: #D08487;
}
.BgClassName
{
background-color: #D08487;
}
</style>
border-color css
<style>
span { border-color: #D08487; }
span { border-color: rgb(208,132,135); }
td.TdClassName
{
border-color: #D08487;
}
.TagClassName
{
border-color: #D08487;
}
</style>