Shades of Charm #D18488
Tints of Charm #D18488
RGB
CMYK
RGB Variations
Color information
#D18488 (or 0xD18488) is known color: Charm. HEX triplet: D1, 84 and 88. RGB value is (209,132,136). Sum of RGB (Red+Green+Blue) = 209+132+136=477 (63% of max value = 765). Red value is 209 (82.03% from 255 or 43.82% from 477); Green value is 132 (51.95% from 255 or 27.67% from 477); Blue value is 136 (53.52% from 255 or 28.51% from 477); Max value from RGB is 209 - color contains mainly: red. Hex color #D18488 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D18488 is #2E7B77. Grayscale: #9B9B9B. Windows color (decimal): -3046264 or 8946897. OLE color: 8946897.
HSL color Cylindrical-coordinate representation of color #D18488: hue angle of 356.88º 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 #D18488 is Cyan = 0, Magento = 0.37, Yellow = 0.35 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 132 | 136 | - |
| CMYK | 0 | 0.37 | 0.35 | 0.18 |
| HSL | 356.88º | 0.46% | 0.67% | - |
| HSV(B) | 356.88º | 0.37% | 0.82% | - |
| XYZ | 38.99 | 31.84 | 27.38 | - |
| YUV | 155.48 | 117.01 | 166.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 132 | 136 | 0 | 0.37 | 0.35 | 0.18 | 356.88 | 0.46 | 0.67 |
| Hex | D1 | 84 | 88 | 0 | 25 | 23 | 12 | 165 | 2E | 43 |
| Octal | 321 | 204 | 210 | 0 | 45 | 43 | 22 | 545 | 56 | 103 |
| Binary | 11010001 | 10000100 | 10001000 | 0 | 100101 | 100011 | 10010 | 101100101 | 101110 | 1000011 |
Color Harmonies of #D18488
Complementary color
Monochromatic Colors of #D18488
Black with #D18488
Text Example
Text Example
White with #D18488
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D18488; }
p { color: rgb(209,132,136); }
H1.HeaderClassName
{
color: #D18488;
}
.AnyTagClassName
{
color: #D18488;
}
</style>
background-color css
<style>
a { background-color: #D18488; }
a { background-color: rgb(209,132,136); }
div.DivClassName
{
background-color: #D18488;
}
.BgClassName
{
background-color: #D18488;
}
</style>
border-color css
<style>
span { border-color: #D18488; }
span { border-color: rgb(209,132,136); }
td.TdClassName
{
border-color: #D18488;
}
.TagClassName
{
border-color: #D18488;
}
</style>