Shades of Charm #D18189
Tints of Charm #D18189
RGB
CMYK
RGB Variations
Color information
#D18189 (or 0xD18189) is known color: Charm. HEX triplet: D1, 81 and 89. RGB value is (209,129,137). Sum of RGB (Red+Green+Blue) = 209+129+137=475 (62% of max value = 765). Red value is 209 (82.03% from 255 or 44% from 475); Green value is 129 (50.78% from 255 or 27.16% from 475); Blue value is 137 (53.91% from 255 or 28.84% from 475); Max value from RGB is 209 - color contains mainly: red. Hex color #D18189 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D18189 is #2E7E76. Grayscale: #999999. Windows color (decimal): -3047031 or 9011665. OLE color: 9011665.
HSL color Cylindrical-coordinate representation of color #D18189: hue angle of 354º degrees, saturation: 0.47, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #D18189 is Cyan = 0, Magento = 0.38, Yellow = 0.34 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 129 | 137 | - |
| CMYK | 0 | 0.38 | 0.34 | 0.18 |
| HSL | 354º | 0.47% | 0.66% | - |
| HSV(B) | 354º | 0.38% | 0.82% | - |
| XYZ | 38.66 | 31.06 | 27.62 | - |
| YUV | 153.83 | 118.5 | 167.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 129 | 137 | 0 | 0.38 | 0.34 | 0.18 | 354 | 0.47 | 0.66 |
| Hex | D1 | 81 | 89 | 0 | 26 | 22 | 12 | 162 | 2F | 42 |
| Octal | 321 | 201 | 211 | 0 | 46 | 42 | 22 | 542 | 57 | 102 |
| Binary | 11010001 | 10000001 | 10001001 | 0 | 100110 | 100010 | 10010 | 101100010 | 101111 | 1000010 |
Color Harmonies of #D18189
Complementary color
Monochromatic Colors of #D18189
Black with #D18189
Text Example
Text Example
White with #D18189
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D18189; }
p { color: rgb(209,129,137); }
H1.HeaderClassName
{
color: #D18189;
}
.AnyTagClassName
{
color: #D18189;
}
</style>
background-color css
<style>
a { background-color: #D18189; }
a { background-color: rgb(209,129,137); }
div.DivClassName
{
background-color: #D18189;
}
.BgClassName
{
background-color: #D18189;
}
</style>
border-color css
<style>
span { border-color: #D18189; }
span { border-color: rgb(209,129,137); }
td.TdClassName
{
border-color: #D18189;
}
.TagClassName
{
border-color: #D18189;
}
</style>