Shades of Charm #D67686
Tints of Charm #D67686
RGB
CMYK
RGB Variations
Color information
#D67686 (or 0xD67686) is known color: Charm. HEX triplet: D6, 76 and 86. RGB value is (214,118,134). Sum of RGB (Red+Green+Blue) = 214+118+134=466 (61% of max value = 765). Red value is 214 (83.98% from 255 or 45.92% from 466); Green value is 118 (46.48% from 255 or 25.32% from 466); Blue value is 134 (52.73% from 255 or 28.76% from 466); Max value from RGB is 214 - color contains mainly: red. Hex color #D67686 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D67686 is #298979. Grayscale: #949494. Windows color (decimal): -2722170 or 8812246. OLE color: 8812246.
HSL color Cylindrical-coordinate representation of color #D67686: hue angle of 350º degrees, saturation: 0.54, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #D67686 is Cyan = 0, Magento = 0.45, Yellow = 0.37 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 118 | 134 | - |
| CMYK | 0 | 0.45 | 0.37 | 0.16 |
| HSL | 350º | 0.54% | 0.65% | - |
| HSV(B) | 350º | 0.45% | 0.84% | - |
| XYZ | 38.51 | 28.97 | 26.12 | - |
| YUV | 148.53 | 119.8 | 174.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 118 | 134 | 0 | 0.45 | 0.37 | 0.16 | 350 | 0.54 | 0.65 |
| Hex | D6 | 76 | 86 | 0 | 2D | 25 | 10 | 15E | 36 | 41 |
| Octal | 326 | 166 | 206 | 0 | 55 | 45 | 20 | 536 | 66 | 101 |
| Binary | 11010110 | 1110110 | 10000110 | 0 | 101101 | 100101 | 10000 | 101011110 | 110110 | 1000001 |
Color Harmonies of #D67686
Complementary color
Monochromatic Colors of #D67686
Black with #D67686
Text Example
Text Example
White with #D67686
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D67686; }
p { color: rgb(214,118,134); }
H1.HeaderClassName
{
color: #D67686;
}
.AnyTagClassName
{
color: #D67686;
}
</style>
background-color css
<style>
a { background-color: #D67686; }
a { background-color: rgb(214,118,134); }
div.DivClassName
{
background-color: #D67686;
}
.BgClassName
{
background-color: #D67686;
}
</style>
border-color css
<style>
span { border-color: #D67686; }
span { border-color: rgb(214,118,134); }
td.TdClassName
{
border-color: #D67686;
}
.TagClassName
{
border-color: #D67686;
}
</style>