Shades of Charm #D6708A
Tints of Charm #D6708A
RGB
CMYK
RGB Variations
Color information
#D6708A (or 0xD6708A) is known color: Charm. HEX triplet: D6, 70 and 8A. RGB value is (214,112,138). Sum of RGB (Red+Green+Blue) = 214+112+138=464 (61% of max value = 765). Red value is 214 (83.98% from 255 or 46.12% from 464); Green value is 112 (44.14% from 255 or 24.14% from 464); Blue value is 138 (54.30% from 255 or 29.74% from 464); Max value from RGB is 214 - color contains mainly: red. Hex color #D6708A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D6708A is #298F75. Grayscale: #919191. Windows color (decimal): -2723702 or 9072854. OLE color: 9072854.
HSL color Cylindrical-coordinate representation of color #D6708A: hue angle of 344.71º degrees, saturation: 0.55, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #D6708A is Cyan = 0, Magento = 0.48, Yellow = 0.36 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 112 | 138 | - |
| CMYK | 0 | 0.48 | 0.36 | 0.16 |
| HSL | 344.71º | 0.55% | 0.64% | - |
| HSV(B) | 344.71º | 0.48% | 0.84% | - |
| XYZ | 38.11 | 27.72 | 27.39 | - |
| YUV | 145.46 | 123.79 | 176.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 112 | 138 | 0 | 0.48 | 0.36 | 0.16 | 344.71 | 0.55 | 0.64 |
| Hex | D6 | 70 | 8A | 0 | 30 | 24 | 10 | 159 | 37 | 40 |
| Octal | 326 | 160 | 212 | 0 | 60 | 44 | 20 | 531 | 67 | 100 |
| Binary | 11010110 | 1110000 | 10001010 | 0 | 110000 | 100100 | 10000 | 101011001 | 110111 | 1000000 |
Color Harmonies of #D6708A
Complementary color
Monochromatic Colors of #D6708A
Black with #D6708A
Text Example
Text Example
White with #D6708A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6708A; }
p { color: rgb(214,112,138); }
H1.HeaderClassName
{
color: #D6708A;
}
.AnyTagClassName
{
color: #D6708A;
}
</style>
background-color css
<style>
a { background-color: #D6708A; }
a { background-color: rgb(214,112,138); }
div.DivClassName
{
background-color: #D6708A;
}
.BgClassName
{
background-color: #D6708A;
}
</style>
border-color css
<style>
span { border-color: #D6708A; }
span { border-color: rgb(214,112,138); }
td.TdClassName
{
border-color: #D6708A;
}
.TagClassName
{
border-color: #D6708A;
}
</style>