Shades of Charm #D08485
Tints of Charm #D08485
RGB
CMYK
RGB Variations
Color information
#D08485 (or 0xD08485) is known color: Charm. HEX triplet: D0, 84 and 85. RGB value is (208,132,133). Sum of RGB (Red+Green+Blue) = 208+132+133=473 (62% of max value = 765). Red value is 208 (81.64% from 255 or 43.97% from 473); Green value is 132 (51.95% from 255 or 27.91% from 473); Blue value is 133 (52.34% from 255 or 28.12% from 473); Max value from RGB is 208 - color contains mainly: red. Hex color #D08485 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D08485 is #2F7B7A. Grayscale: #9A9A9A. Windows color (decimal): -3111803 or 8750288. OLE color: 8750288.
HSL color Cylindrical-coordinate representation of color #D08485: hue angle of 359.21º degrees, saturation: 0.45, 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 #D08485 is Cyan = 0, Magento = 0.37, Yellow = 0.36 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 132 | 133 | - |
| CMYK | 0 | 0.37 | 0.36 | 0.18 |
| HSL | 359.21º | 0.45% | 0.67% | - |
| HSV(B) | 359.21º | 0.37% | 0.82% | - |
| XYZ | 38.5 | 31.61 | 26.26 | - |
| YUV | 154.84 | 115.68 | 165.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 132 | 133 | 0 | 0.37 | 0.36 | 0.18 | 359.21 | 0.45 | 0.67 |
| Hex | D0 | 84 | 85 | 0 | 25 | 24 | 12 | 167 | 2D | 43 |
| Octal | 320 | 204 | 205 | 0 | 45 | 44 | 22 | 547 | 55 | 103 |
| Binary | 11010000 | 10000100 | 10000101 | 0 | 100101 | 100100 | 10010 | 101100111 | 101101 | 1000011 |
Color Harmonies of #D08485
Complementary color
Monochromatic Colors of #D08485
Black with #D08485
Text Example
Text Example
White with #D08485
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D08485; }
p { color: rgb(208,132,133); }
H1.HeaderClassName
{
color: #D08485;
}
.AnyTagClassName
{
color: #D08485;
}
</style>
background-color css
<style>
a { background-color: #D08485; }
a { background-color: rgb(208,132,133); }
div.DivClassName
{
background-color: #D08485;
}
.BgClassName
{
background-color: #D08485;
}
</style>
border-color css
<style>
span { border-color: #D08485; }
span { border-color: rgb(208,132,133); }
td.TdClassName
{
border-color: #D08485;
}
.TagClassName
{
border-color: #D08485;
}
</style>