Shades of Charm #D16C7C
Tints of Charm #D16C7C
RGB
CMYK
RGB Variations
Color information
#D16C7C (or 0xD16C7C) is known color: Charm. HEX triplet: D1, 6C and 7C. RGB value is (209,108,124). Sum of RGB (Red+Green+Blue) = 209+108+124=441 (58% of max value = 765). Red value is 209 (82.03% from 255 or 47.39% from 441); Green value is 108 (42.58% from 255 or 24.49% from 441); Blue value is 124 (48.83% from 255 or 28.12% from 441); Max value from RGB is 209 - color contains mainly: red. Hex color #D16C7C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D16C7C is #2E9383. Grayscale: #8C8C8C. Windows color (decimal): -3052420 or 8154321. OLE color: 8154321.
HSL color Cylindrical-coordinate representation of color #D16C7C: hue angle of 350.5º degrees, saturation: 0.52, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #D16C7C is Cyan = 0, Magento = 0.48, Yellow = 0.41 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 108 | 124 | - |
| CMYK | 0 | 0.48 | 0.41 | 0.18 |
| HSL | 350.5º | 0.52% | 0.62% | - |
| HSV(B) | 350.5º | 0.48% | 0.82% | - |
| XYZ | 35.3 | 25.74 | 22.18 | - |
| YUV | 140.02 | 118.96 | 177.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 108 | 124 | 0 | 0.48 | 0.41 | 0.18 | 350.5 | 0.52 | 0.62 |
| Hex | D1 | 6C | 7C | 0 | 30 | 29 | 12 | 15E | 34 | 3E |
| Octal | 321 | 154 | 174 | 0 | 60 | 51 | 22 | 536 | 64 | 76 |
| Binary | 11010001 | 1101100 | 1111100 | 0 | 110000 | 101001 | 10010 | 101011110 | 110100 | 111110 |
Color Harmonies of #D16C7C
Complementary color
Monochromatic Colors of #D16C7C
Black with #D16C7C
Text Example
Text Example
White with #D16C7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D16C7C; }
p { color: rgb(209,108,124); }
H1.HeaderClassName
{
color: #D16C7C;
}
.AnyTagClassName
{
color: #D16C7C;
}
</style>
background-color css
<style>
a { background-color: #D16C7C; }
a { background-color: rgb(209,108,124); }
div.DivClassName
{
background-color: #D16C7C;
}
.BgClassName
{
background-color: #D16C7C;
}
</style>
border-color css
<style>
span { border-color: #D16C7C; }
span { border-color: rgb(209,108,124); }
td.TdClassName
{
border-color: #D16C7C;
}
.TagClassName
{
border-color: #D16C7C;
}
</style>