Shades of Charm #D16C7B
Tints of Charm #D16C7B
RGB
CMYK
RGB Variations
Color information
#D16C7B (or 0xD16C7B) is known color: Charm. HEX triplet: D1, 6C and 7B. RGB value is (209,108,123). Sum of RGB (Red+Green+Blue) = 209+108+123=440 (58% of max value = 765). Red value is 209 (82.03% from 255 or 47.5% from 440); Green value is 108 (42.58% from 255 or 24.55% from 440); Blue value is 123 (48.44% from 255 or 27.95% from 440); Max value from RGB is 209 - color contains mainly: red. Hex color #D16C7B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D16C7B is #2E9384. Grayscale: #8B8B8B. Windows color (decimal): -3052421 or 8088785. OLE color: 8088785.
HSL color Cylindrical-coordinate representation of color #D16C7B: hue angle of 351.09º 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 #D16C7B is Cyan = 0, Magento = 0.48, Yellow = 0.41 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 108 | 123 | - |
| CMYK | 0 | 0.48 | 0.41 | 0.18 |
| HSL | 351.09º | 0.52% | 0.62% | - |
| HSV(B) | 351.09º | 0.48% | 0.82% | - |
| XYZ | 35.23 | 25.71 | 21.84 | - |
| YUV | 139.91 | 118.46 | 177.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 108 | 123 | 0 | 0.48 | 0.41 | 0.18 | 351.09 | 0.52 | 0.62 |
| Hex | D1 | 6C | 7B | 0 | 30 | 29 | 12 | 15F | 34 | 3E |
| Octal | 321 | 154 | 173 | 0 | 60 | 51 | 22 | 537 | 64 | 76 |
| Binary | 11010001 | 1101100 | 1111011 | 0 | 110000 | 101001 | 10010 | 101011111 | 110100 | 111110 |
Color Harmonies of #D16C7B
Complementary color
Monochromatic Colors of #D16C7B
Black with #D16C7B
Text Example
Text Example
White with #D16C7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D16C7B; }
p { color: rgb(209,108,123); }
H1.HeaderClassName
{
color: #D16C7B;
}
.AnyTagClassName
{
color: #D16C7B;
}
</style>
background-color css
<style>
a { background-color: #D16C7B; }
a { background-color: rgb(209,108,123); }
div.DivClassName
{
background-color: #D16C7B;
}
.BgClassName
{
background-color: #D16C7B;
}
</style>
border-color css
<style>
span { border-color: #D16C7B; }
span { border-color: rgb(209,108,123); }
td.TdClassName
{
border-color: #D16C7B;
}
.TagClassName
{
border-color: #D16C7B;
}
</style>