Shades of Charm #D16A7C
Tints of Charm #D16A7C
RGB
CMYK
RGB Variations
Color information
#D16A7C (or 0xD16A7C) is known color: Charm. HEX triplet: D1, 6A and 7C. RGB value is (209,106,124). Sum of RGB (Red+Green+Blue) = 209+106+124=439 (58% of max value = 765). Red value is 209 (82.03% from 255 or 47.61% from 439); Green value is 106 (41.80% from 255 or 24.15% from 439); Blue value is 124 (48.83% from 255 or 28.25% from 439); Max value from RGB is 209 - color contains mainly: red. Hex color #D16A7C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D16A7C is #2E9583. Grayscale: #8A8A8A. Windows color (decimal): -3052932 or 8153809. OLE color: 8153809.
HSL color Cylindrical-coordinate representation of color #D16A7C: hue angle of 349.51º degrees, saturation: 0.53, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #D16A7C is Cyan = 0, Magento = 0.49, Yellow = 0.41 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 106 | 124 | - |
| CMYK | 0 | 0.49 | 0.41 | 0.18 |
| HSL | 349.51º | 0.53% | 0.62% | - |
| HSV(B) | 349.51º | 0.49% | 0.82% | - |
| XYZ | 35.09 | 25.32 | 22.11 | - |
| YUV | 138.85 | 119.62 | 178.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 106 | 124 | 0 | 0.49 | 0.41 | 0.18 | 349.51 | 0.53 | 0.62 |
| Hex | D1 | 6A | 7C | 0 | 31 | 29 | 12 | 15E | 35 | 3E |
| Octal | 321 | 152 | 174 | 0 | 61 | 51 | 22 | 536 | 65 | 76 |
| Binary | 11010001 | 1101010 | 1111100 | 0 | 110001 | 101001 | 10010 | 101011110 | 110101 | 111110 |
Color Harmonies of #D16A7C
Complementary color
Monochromatic Colors of #D16A7C
Black with #D16A7C
Text Example
Text Example
White with #D16A7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D16A7C; }
p { color: rgb(209,106,124); }
H1.HeaderClassName
{
color: #D16A7C;
}
.AnyTagClassName
{
color: #D16A7C;
}
</style>
background-color css
<style>
a { background-color: #D16A7C; }
a { background-color: rgb(209,106,124); }
div.DivClassName
{
background-color: #D16A7C;
}
.BgClassName
{
background-color: #D16A7C;
}
</style>
border-color css
<style>
span { border-color: #D16A7C; }
span { border-color: rgb(209,106,124); }
td.TdClassName
{
border-color: #D16A7C;
}
.TagClassName
{
border-color: #D16A7C;
}
</style>