Shades of Charm #D6798A
Tints of Charm #D6798A
RGB
CMYK
RGB Variations
Color information
#D6798A (or 0xD6798A) is known color: Charm. HEX triplet: D6, 79 and 8A. RGB value is (214,121,138). Sum of RGB (Red+Green+Blue) = 214+121+138=473 (62% of max value = 765). Red value is 214 (83.98% from 255 or 45.24% from 473); Green value is 121 (47.66% from 255 or 25.58% from 473); Blue value is 138 (54.30% from 255 or 29.18% from 473); Max value from RGB is 214 - color contains mainly: red. Hex color #D6798A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D6798A is #298675. Grayscale: #969696. Windows color (decimal): -2721398 or 9075158. OLE color: 9075158.
HSL color Cylindrical-coordinate representation of color #D6798A: hue angle of 349.03º degrees, saturation: 0.53, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #D6798A is Cyan = 0, Magento = 0.43, Yellow = 0.36 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 121 | 138 | - |
| CMYK | 0 | 0.43 | 0.36 | 0.16 |
| HSL | 349.03º | 0.53% | 0.66% | - |
| HSV(B) | 349.03º | 0.43% | 0.84% | - |
| XYZ | 39.16 | 29.81 | 27.73 | - |
| YUV | 150.75 | 120.81 | 173.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 121 | 138 | 0 | 0.43 | 0.36 | 0.16 | 349.03 | 0.53 | 0.66 |
| Hex | D6 | 79 | 8A | 0 | 2B | 24 | 10 | 15D | 35 | 42 |
| Octal | 326 | 171 | 212 | 0 | 53 | 44 | 20 | 535 | 65 | 102 |
| Binary | 11010110 | 1111001 | 10001010 | 0 | 101011 | 100100 | 10000 | 101011101 | 110101 | 1000010 |
Color Harmonies of #D6798A
Complementary color
Monochromatic Colors of #D6798A
Black with #D6798A
Text Example
Text Example
White with #D6798A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6798A; }
p { color: rgb(214,121,138); }
H1.HeaderClassName
{
color: #D6798A;
}
.AnyTagClassName
{
color: #D6798A;
}
</style>
background-color css
<style>
a { background-color: #D6798A; }
a { background-color: rgb(214,121,138); }
div.DivClassName
{
background-color: #D6798A;
}
.BgClassName
{
background-color: #D6798A;
}
</style>
border-color css
<style>
span { border-color: #D6798A; }
span { border-color: rgb(214,121,138); }
td.TdClassName
{
border-color: #D6798A;
}
.TagClassName
{
border-color: #D6798A;
}
</style>