Shades of Charm #D28089
Tints of Charm #D28089
RGB
CMYK
RGB Variations
Color information
#D28089 (or 0xD28089) is known color: Charm. HEX triplet: D2, 80 and 89. RGB value is (210,128,137). Sum of RGB (Red+Green+Blue) = 210+128+137=475 (62% of max value = 765). Red value is 210 (82.42% from 255 or 44.21% from 475); Green value is 128 (50.39% from 255 or 26.95% from 475); Blue value is 137 (53.91% from 255 or 28.84% from 475); Max value from RGB is 210 - color contains mainly: red. Hex color #D28089 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D28089 is #2D7F76. Grayscale: #999999. Windows color (decimal): -2981751 or 9011410. OLE color: 9011410.
HSL color Cylindrical-coordinate representation of color #D28089: hue angle of 353.41º degrees, saturation: 0.48, 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 #D28089 is Cyan = 0, Magento = 0.39, Yellow = 0.35 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 128 | 137 | - |
| CMYK | 0 | 0.39 | 0.35 | 0.18 |
| HSL | 353.41º | 0.48% | 0.66% | - |
| HSV(B) | 353.41º | 0.39% | 0.82% | - |
| XYZ | 38.81 | 30.95 | 27.59 | - |
| YUV | 153.54 | 118.67 | 168.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 128 | 137 | 0 | 0.39 | 0.35 | 0.18 | 353.41 | 0.48 | 0.66 |
| Hex | D2 | 80 | 89 | 0 | 27 | 23 | 12 | 161 | 30 | 42 |
| Octal | 322 | 200 | 211 | 0 | 47 | 43 | 22 | 541 | 60 | 102 |
| Binary | 11010010 | 10000000 | 10001001 | 0 | 100111 | 100011 | 10010 | 101100001 | 110000 | 1000010 |
Color Harmonies of #D28089
Complementary color
Monochromatic Colors of #D28089
Black with #D28089
Text Example
Text Example
White with #D28089
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D28089; }
p { color: rgb(210,128,137); }
H1.HeaderClassName
{
color: #D28089;
}
.AnyTagClassName
{
color: #D28089;
}
</style>
background-color css
<style>
a { background-color: #D28089; }
a { background-color: rgb(210,128,137); }
div.DivClassName
{
background-color: #D28089;
}
.BgClassName
{
background-color: #D28089;
}
</style>
border-color css
<style>
span { border-color: #D28089; }
span { border-color: rgb(210,128,137); }
td.TdClassName
{
border-color: #D28089;
}
.TagClassName
{
border-color: #D28089;
}
</style>