Shades of Charm #D18286
Tints of Charm #D18286
RGB
CMYK
RGB Variations
Color information
#D18286 (or 0xD18286) is known color: Charm. HEX triplet: D1, 82 and 86. RGB value is (209,130,134). Sum of RGB (Red+Green+Blue) = 209+130+134=473 (62% of max value = 765). Red value is 209 (82.03% from 255 or 44.19% from 473); Green value is 130 (51.17% from 255 or 27.48% from 473); Blue value is 134 (52.73% from 255 or 28.33% from 473); Max value from RGB is 209 - color contains mainly: red. Hex color #D18286 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D18286 is #2E7D79. Grayscale: #9A9A9A. Windows color (decimal): -3046778 or 8815313. OLE color: 8815313.
HSL color Cylindrical-coordinate representation of color #D18286: hue angle of 356.96º degrees, saturation: 0.46, 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 #D18286 is Cyan = 0, Magento = 0.38, Yellow = 0.36 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 130 | 134 | - |
| CMYK | 0 | 0.38 | 0.36 | 0.18 |
| HSL | 356.96º | 0.46% | 0.66% | - |
| HSV(B) | 356.96º | 0.38% | 0.82% | - |
| XYZ | 38.58 | 31.24 | 26.55 | - |
| YUV | 154.08 | 116.67 | 167.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 130 | 134 | 0 | 0.38 | 0.36 | 0.18 | 356.96 | 0.46 | 0.66 |
| Hex | D1 | 82 | 86 | 0 | 26 | 24 | 12 | 165 | 2E | 42 |
| Octal | 321 | 202 | 206 | 0 | 46 | 44 | 22 | 545 | 56 | 102 |
| Binary | 11010001 | 10000010 | 10000110 | 0 | 100110 | 100100 | 10010 | 101100101 | 101110 | 1000010 |
Color Harmonies of #D18286
Complementary color
Monochromatic Colors of #D18286
Black with #D18286
Text Example
Text Example
White with #D18286
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D18286; }
p { color: rgb(209,130,134); }
H1.HeaderClassName
{
color: #D18286;
}
.AnyTagClassName
{
color: #D18286;
}
</style>
background-color css
<style>
a { background-color: #D18286; }
a { background-color: rgb(209,130,134); }
div.DivClassName
{
background-color: #D18286;
}
.BgClassName
{
background-color: #D18286;
}
</style>
border-color css
<style>
span { border-color: #D18286; }
span { border-color: rgb(209,130,134); }
td.TdClassName
{
border-color: #D18286;
}
.TagClassName
{
border-color: #D18286;
}
</style>