Shades of Charm #D18489
Tints of Charm #D18489
RGB
CMYK
RGB Variations
Color information
#D18489 (or 0xD18489) is known color: Charm. HEX triplet: D1, 84 and 89. RGB value is (209,132,137). Sum of RGB (Red+Green+Blue) = 209+132+137=478 (63% of max value = 765). Red value is 209 (82.03% from 255 or 43.72% from 478); Green value is 132 (51.95% from 255 or 27.62% from 478); Blue value is 137 (53.91% from 255 or 28.66% from 478); Max value from RGB is 209 - color contains mainly: red. Hex color #D18489 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D18489 is #2E7B76. Grayscale: #9B9B9B. Windows color (decimal): -3046263 or 9012433. OLE color: 9012433.
HSL color Cylindrical-coordinate representation of color #D18489: hue angle of 356.1º 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 #D18489 is Cyan = 0, Magento = 0.37, Yellow = 0.34 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 132 | 137 | - |
| CMYK | 0 | 0.37 | 0.34 | 0.18 |
| HSL | 356.1º | 0.46% | 0.67% | - |
| HSV(B) | 356.1º | 0.37% | 0.82% | - |
| XYZ | 39.06 | 31.86 | 27.76 | - |
| YUV | 155.59 | 117.51 | 166.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 132 | 137 | 0 | 0.37 | 0.34 | 0.18 | 356.1 | 0.46 | 0.67 |
| Hex | D1 | 84 | 89 | 0 | 25 | 22 | 12 | 164 | 2E | 43 |
| Octal | 321 | 204 | 211 | 0 | 45 | 42 | 22 | 544 | 56 | 103 |
| Binary | 11010001 | 10000100 | 10001001 | 0 | 100101 | 100010 | 10010 | 101100100 | 101110 | 1000011 |
Color Harmonies of #D18489
Complementary color
Monochromatic Colors of #D18489
Black with #D18489
Text Example
Text Example
White with #D18489
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D18489; }
p { color: rgb(209,132,137); }
H1.HeaderClassName
{
color: #D18489;
}
.AnyTagClassName
{
color: #D18489;
}
</style>
background-color css
<style>
a { background-color: #D18489; }
a { background-color: rgb(209,132,137); }
div.DivClassName
{
background-color: #D18489;
}
.BgClassName
{
background-color: #D18489;
}
</style>
border-color css
<style>
span { border-color: #D18489; }
span { border-color: rgb(209,132,137); }
td.TdClassName
{
border-color: #D18489;
}
.TagClassName
{
border-color: #D18489;
}
</style>