Shades of Charm #D28586
Tints of Charm #D28586
RGB
CMYK
RGB Variations
Color information
#D28586 (or 0xD28586) is known color: Charm. HEX triplet: D2, 85 and 86. RGB value is (210,133,134). Sum of RGB (Red+Green+Blue) = 210+133+134=477 (63% of max value = 765). Red value is 210 (82.42% from 255 or 44.03% from 477); Green value is 133 (52.34% from 255 or 27.88% from 477); Blue value is 134 (52.73% from 255 or 28.09% from 477); Max value from RGB is 210 - color contains mainly: red. Hex color #D28586 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D28586 is #2D7A79. Grayscale: #9C9C9C. Windows color (decimal): -2980474 or 8816082. OLE color: 8816082.
HSL color Cylindrical-coordinate representation of color #D28586: hue angle of 359.22º 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 #D28586 is Cyan = 0, Magento = 0.37, Yellow = 0.36 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 133 | 134 | - |
| CMYK | 0 | 0.37 | 0.36 | 0.18 |
| HSL | 359.22º | 0.46% | 0.67% | - |
| HSV(B) | 359.22º | 0.37% | 0.82% | - |
| XYZ | 39.27 | 32.2 | 26.7 | - |
| YUV | 156.14 | 115.51 | 166.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 133 | 134 | 0 | 0.37 | 0.36 | 0.18 | 359.22 | 0.46 | 0.67 |
| Hex | D2 | 85 | 86 | 0 | 25 | 24 | 12 | 167 | 2E | 43 |
| Octal | 322 | 205 | 206 | 0 | 45 | 44 | 22 | 547 | 56 | 103 |
| Binary | 11010010 | 10000101 | 10000110 | 0 | 100101 | 100100 | 10010 | 101100111 | 101110 | 1000011 |
Color Harmonies of #D28586
Complementary color
Monochromatic Colors of #D28586
Black with #D28586
Text Example
Text Example
White with #D28586
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D28586; }
p { color: rgb(210,133,134); }
H1.HeaderClassName
{
color: #D28586;
}
.AnyTagClassName
{
color: #D28586;
}
</style>
background-color css
<style>
a { background-color: #D28586; }
a { background-color: rgb(210,133,134); }
div.DivClassName
{
background-color: #D28586;
}
.BgClassName
{
background-color: #D28586;
}
</style>
border-color css
<style>
span { border-color: #D28586; }
span { border-color: rgb(210,133,134); }
td.TdClassName
{
border-color: #D28586;
}
.TagClassName
{
border-color: #D28586;
}
</style>