Shades of Charm #D0838B
Tints of Charm #D0838B
RGB
CMYK
RGB Variations
Color information
#D0838B (or 0xD0838B) is known color: Charm. HEX triplet: D0, 83 and 8B. RGB value is (208,131,139). Sum of RGB (Red+Green+Blue) = 208+131+139=478 (63% of max value = 765). Red value is 208 (81.64% from 255 or 43.51% from 478); Green value is 131 (51.56% from 255 or 27.41% from 478); Blue value is 139 (54.69% from 255 or 29.08% from 478); Max value from RGB is 208 - color contains mainly: red. Hex color #D0838B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D0838B is #2F7C74. Grayscale: #9A9A9A. Windows color (decimal): -3112053 or 9143248. OLE color: 9143248.
HSL color Cylindrical-coordinate representation of color #D0838B: hue angle of 353.77º degrees, saturation: 0.45, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #D0838B is Cyan = 0, Magento = 0.37, Yellow = 0.33 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 131 | 139 | - |
| CMYK | 0 | 0.37 | 0.33 | 0.18 |
| HSL | 353.77º | 0.45% | 0.66% | - |
| HSV(B) | 353.77º | 0.37% | 0.82% | - |
| XYZ | 38.79 | 31.51 | 28.46 | - |
| YUV | 154.94 | 119.01 | 165.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 131 | 139 | 0 | 0.37 | 0.33 | 0.18 | 353.77 | 0.45 | 0.66 |
| Hex | D0 | 83 | 8B | 0 | 25 | 21 | 12 | 162 | 2D | 42 |
| Octal | 320 | 203 | 213 | 0 | 45 | 41 | 22 | 542 | 55 | 102 |
| Binary | 11010000 | 10000011 | 10001011 | 0 | 100101 | 100001 | 10010 | 101100010 | 101101 | 1000010 |
Color Harmonies of #D0838B
Complementary color
Monochromatic Colors of #D0838B
Black with #D0838B
Text Example
Text Example
White with #D0838B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0838B; }
p { color: rgb(208,131,139); }
H1.HeaderClassName
{
color: #D0838B;
}
.AnyTagClassName
{
color: #D0838B;
}
</style>
background-color css
<style>
a { background-color: #D0838B; }
a { background-color: rgb(208,131,139); }
div.DivClassName
{
background-color: #D0838B;
}
.BgClassName
{
background-color: #D0838B;
}
</style>
border-color css
<style>
span { border-color: #D0838B; }
span { border-color: rgb(208,131,139); }
td.TdClassName
{
border-color: #D0838B;
}
.TagClassName
{
border-color: #D0838B;
}
</style>