Shades of Charm #D68586
Tints of Charm #D68586
RGB
CMYK
RGB Variations
Color information
#D68586 (or 0xD68586) is known color: Charm. HEX triplet: D6, 85 and 86. RGB value is (214,133,134). Sum of RGB (Red+Green+Blue) = 214+133+134=481 (63% of max value = 765). Red value is 214 (83.98% from 255 or 44.49% from 481); Green value is 133 (52.34% from 255 or 27.65% from 481); Blue value is 134 (52.73% from 255 or 27.86% from 481); Max value from RGB is 214 - color contains mainly: red. Hex color #D68586 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D68586 is #297A79. Grayscale: #9D9D9D. Windows color (decimal): -2718330 or 8816086. OLE color: 8816086.
HSL color Cylindrical-coordinate representation of color #D68586: hue angle of 359.26º degrees, saturation: 0.5, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #D68586 is Cyan = 0, Magento = 0.38, Yellow = 0.37 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 133 | 134 | - |
| CMYK | 0 | 0.38 | 0.37 | 0.16 |
| HSL | 359.26º | 0.5% | 0.68% | - |
| HSV(B) | 359.26º | 0.38% | 0.84% | - |
| XYZ | 40.42 | 32.79 | 26.75 | - |
| YUV | 157.33 | 114.84 | 168.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 133 | 134 | 0 | 0.38 | 0.37 | 0.16 | 359.26 | 0.5 | 0.68 |
| Hex | D6 | 85 | 86 | 0 | 26 | 25 | 10 | 167 | 32 | 44 |
| Octal | 326 | 205 | 206 | 0 | 46 | 45 | 20 | 547 | 62 | 104 |
| Binary | 11010110 | 10000101 | 10000110 | 0 | 100110 | 100101 | 10000 | 101100111 | 110010 | 1000100 |
Color Harmonies of #D68586
Complementary color
Monochromatic Colors of #D68586
Black with #D68586
Text Example
Text Example
White with #D68586
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D68586; }
p { color: rgb(214,133,134); }
H1.HeaderClassName
{
color: #D68586;
}
.AnyTagClassName
{
color: #D68586;
}
</style>
background-color css
<style>
a { background-color: #D68586; }
a { background-color: rgb(214,133,134); }
div.DivClassName
{
background-color: #D68586;
}
.BgClassName
{
background-color: #D68586;
}
</style>
border-color css
<style>
span { border-color: #D68586; }
span { border-color: rgb(214,133,134); }
td.TdClassName
{
border-color: #D68586;
}
.TagClassName
{
border-color: #D68586;
}
</style>