Shades of Charm #D18088
Tints of Charm #D18088
RGB
CMYK
RGB Variations
Color information
#D18088 (or 0xD18088) is known color: Charm. HEX triplet: D1, 80 and 88. RGB value is (209,128,136). Sum of RGB (Red+Green+Blue) = 209+128+136=473 (62% of max value = 765). Red value is 209 (82.03% from 255 or 44.19% from 473); Green value is 128 (50.39% from 255 or 27.06% from 473); Blue value is 136 (53.52% from 255 or 28.75% from 473); Max value from RGB is 209 - color contains mainly: red. Hex color #D18088 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D18088 is #2E7F77. Grayscale: #999999. Windows color (decimal): -3047288 or 8945873. OLE color: 8945873.
HSL color Cylindrical-coordinate representation of color #D18088: hue angle of 354.07º degrees, saturation: 0.47, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #D18088 is Cyan = 0, Magento = 0.39, Yellow = 0.35 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 128 | 136 | - |
| CMYK | 0 | 0.39 | 0.35 | 0.18 |
| HSL | 354.07º | 0.47% | 0.66% | - |
| HSV(B) | 354.07º | 0.39% | 0.82% | - |
| XYZ | 38.46 | 30.77 | 27.21 | - |
| YUV | 153.13 | 118.34 | 167.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 128 | 136 | 0 | 0.39 | 0.35 | 0.18 | 354.07 | 0.47 | 0.66 |
| Hex | D1 | 80 | 88 | 0 | 27 | 23 | 12 | 162 | 2F | 42 |
| Octal | 321 | 200 | 210 | 0 | 47 | 43 | 22 | 542 | 57 | 102 |
| Binary | 11010001 | 10000000 | 10001000 | 0 | 100111 | 100011 | 10010 | 101100010 | 101111 | 1000010 |
Color Harmonies of #D18088
Complementary color
Monochromatic Colors of #D18088
Black with #D18088
Text Example
Text Example
White with #D18088
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D18088; }
p { color: rgb(209,128,136); }
H1.HeaderClassName
{
color: #D18088;
}
.AnyTagClassName
{
color: #D18088;
}
</style>
background-color css
<style>
a { background-color: #D18088; }
a { background-color: rgb(209,128,136); }
div.DivClassName
{
background-color: #D18088;
}
.BgClassName
{
background-color: #D18088;
}
</style>
border-color css
<style>
span { border-color: #D18088; }
span { border-color: rgb(209,128,136); }
td.TdClassName
{
border-color: #D18088;
}
.TagClassName
{
border-color: #D18088;
}
</style>