Shades of Charm #D28386
Tints of Charm #D28386
RGB
CMYK
RGB Variations
Color information
#D28386 (or 0xD28386) is known color: Charm. HEX triplet: D2, 83 and 86. RGB value is (210,131,134). Sum of RGB (Red+Green+Blue) = 210+131+134=475 (62% of max value = 765). Red value is 210 (82.42% from 255 or 44.21% from 475); Green value is 131 (51.56% from 255 or 27.58% from 475); Blue value is 134 (52.73% from 255 or 28.21% from 475); Max value from RGB is 210 - color contains mainly: red. Hex color #D28386 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D28386 is #2D7C79. Grayscale: #9B9B9B. Windows color (decimal): -2980986 or 8815570. OLE color: 8815570.
HSL color Cylindrical-coordinate representation of color #D28386: hue angle of 357.72º degrees, saturation: 0.47, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #D28386 is Cyan = 0, Magento = 0.38, Yellow = 0.36 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 131 | 134 | - |
| CMYK | 0 | 0.38 | 0.36 | 0.18 |
| HSL | 357.72º | 0.47% | 0.67% | - |
| HSV(B) | 357.72º | 0.38% | 0.82% | - |
| XYZ | 39 | 31.66 | 26.61 | - |
| YUV | 154.96 | 116.17 | 167.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 131 | 134 | 0 | 0.38 | 0.36 | 0.18 | 357.72 | 0.47 | 0.67 |
| Hex | D2 | 83 | 86 | 0 | 26 | 24 | 12 | 166 | 2F | 43 |
| Octal | 322 | 203 | 206 | 0 | 46 | 44 | 22 | 546 | 57 | 103 |
| Binary | 11010010 | 10000011 | 10000110 | 0 | 100110 | 100100 | 10010 | 101100110 | 101111 | 1000011 |
Color Harmonies of #D28386
Complementary color
Monochromatic Colors of #D28386
Black with #D28386
Text Example
Text Example
White with #D28386
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D28386; }
p { color: rgb(210,131,134); }
H1.HeaderClassName
{
color: #D28386;
}
.AnyTagClassName
{
color: #D28386;
}
</style>
background-color css
<style>
a { background-color: #D28386; }
a { background-color: rgb(210,131,134); }
div.DivClassName
{
background-color: #D28386;
}
.BgClassName
{
background-color: #D28386;
}
</style>
border-color css
<style>
span { border-color: #D28386; }
span { border-color: rgb(210,131,134); }
td.TdClassName
{
border-color: #D28386;
}
.TagClassName
{
border-color: #D28386;
}
</style>