Shades of Charm #D18387
Tints of Charm #D18387
RGB
CMYK
RGB Variations
Color information
#D18387 (or 0xD18387) is known color: Charm. HEX triplet: D1, 83 and 87. RGB value is (209,131,135). Sum of RGB (Red+Green+Blue) = 209+131+135=475 (62% of max value = 765). Red value is 209 (82.03% from 255 or 44% from 475); Green value is 131 (51.56% from 255 or 27.58% from 475); Blue value is 135 (53.12% from 255 or 28.42% from 475); Max value from RGB is 209 - color contains mainly: red. Hex color #D18387 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D18387 is #2E7C78. Grayscale: #9A9A9A. Windows color (decimal): -3046521 or 8881105. OLE color: 8881105.
HSL color Cylindrical-coordinate representation of color #D18387: hue angle of 356.92º degrees, saturation: 0.46, 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 #D18387 is Cyan = 0, Magento = 0.37, Yellow = 0.35 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 131 | 135 | - |
| CMYK | 0 | 0.37 | 0.35 | 0.18 |
| HSL | 356.92º | 0.46% | 0.67% | - |
| HSV(B) | 356.92º | 0.37% | 0.82% | - |
| XYZ | 38.78 | 31.54 | 26.96 | - |
| YUV | 154.78 | 116.84 | 166.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 131 | 135 | 0 | 0.37 | 0.35 | 0.18 | 356.92 | 0.46 | 0.67 |
| Hex | D1 | 83 | 87 | 0 | 25 | 23 | 12 | 165 | 2E | 43 |
| Octal | 321 | 203 | 207 | 0 | 45 | 43 | 22 | 545 | 56 | 103 |
| Binary | 11010001 | 10000011 | 10000111 | 0 | 100101 | 100011 | 10010 | 101100101 | 101110 | 1000011 |
Color Harmonies of #D18387
Complementary color
Monochromatic Colors of #D18387
Black with #D18387
Text Example
Text Example
White with #D18387
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D18387; }
p { color: rgb(209,131,135); }
H1.HeaderClassName
{
color: #D18387;
}
.AnyTagClassName
{
color: #D18387;
}
</style>
background-color css
<style>
a { background-color: #D18387; }
a { background-color: rgb(209,131,135); }
div.DivClassName
{
background-color: #D18387;
}
.BgClassName
{
background-color: #D18387;
}
</style>
border-color css
<style>
span { border-color: #D18387; }
span { border-color: rgb(209,131,135); }
td.TdClassName
{
border-color: #D18387;
}
.TagClassName
{
border-color: #D18387;
}
</style>