Shades of Dark Coral #D16046
Tints of Dark Coral #D16046
RGB
CMYK
RGB Variations
Color information
#D16046 (or 0xD16046) is known color: Dark Coral. HEX triplet: D1, 60 and 46. RGB value is (209,96,70). Sum of RGB (Red+Green+Blue) = 209+96+70=375 (49% of max value = 765). Red value is 209 (82.03% from 255 or 55.73% from 375); Green value is 96 (37.89% from 255 or 25.6% from 375); Blue value is 70 (27.73% from 255 or 18.67% from 375); Max value from RGB is 209 - color contains mainly: red. Hex color #D16046 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D16046 is #2E9FB9. Grayscale: #7F7F7F. Windows color (decimal): -3055546 or 4612305. OLE color: 4612305.
HSL color Cylindrical-coordinate representation of color #D16046: hue angle of 11.22º degrees, saturation: 0.6, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #D16046 is Cyan = 0, Magento = 0.54, Yellow = 0.67 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 96 | 70 | - |
| CMYK | 0 | 0.54 | 0.67 | 0.18 |
| HSL | 11.22º | 0.6% | 0.55% | - |
| HSV(B) | 11.22º | 0.67% | 0.82% | - |
| XYZ | 31.58 | 22.36 | 8.45 | - |
| YUV | 126.82 | 95.94 | 186.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 96 | 70 | 0 | 0.54 | 0.67 | 0.18 | 11.22 | 0.6 | 0.55 |
| Hex | D1 | 60 | 46 | 0 | 36 | 43 | 12 | B | 3C | 37 |
| Octal | 321 | 140 | 106 | 0 | 66 | 103 | 22 | 13 | 74 | 67 |
| Binary | 11010001 | 1100000 | 1000110 | 0 | 110110 | 1000011 | 10010 | 1011 | 111100 | 110111 |
Color Harmonies of #D16046
Complementary color
Monochromatic Colors of #D16046
Black with #D16046
Text Example
Text Example
White with #D16046
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D16046; }
p { color: rgb(209,96,70); }
H1.HeaderClassName
{
color: #D16046;
}
.AnyTagClassName
{
color: #D16046;
}
</style>
background-color css
<style>
a { background-color: #D16046; }
a { background-color: rgb(209,96,70); }
div.DivClassName
{
background-color: #D16046;
}
.BgClassName
{
background-color: #D16046;
}
</style>
border-color css
<style>
span { border-color: #D16046; }
span { border-color: rgb(209,96,70); }
td.TdClassName
{
border-color: #D16046;
}
.TagClassName
{
border-color: #D16046;
}
</style>