Shades of Dark Coral #D76046
Tints of Dark Coral #D76046
RGB
CMYK
RGB Variations
Color information
#D76046 (or 0xD76046) is known color: Dark Coral. HEX triplet: D7, 60 and 46. RGB value is (215,96,70). Sum of RGB (Red+Green+Blue) = 215+96+70=381 (50% of max value = 765). Red value is 215 (84.38% from 255 or 56.43% from 381); Green value is 96 (37.89% from 255 or 25.20% from 381); Blue value is 70 (27.73% from 255 or 18.37% from 381); Max value from RGB is 215 - color contains mainly: red. Hex color #D76046 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D76046 is #289FB9. Grayscale: #808080. Windows color (decimal): -2662330 or 4612311. OLE color: 4612311.
HSL color Cylindrical-coordinate representation of color #D76046: hue angle of 10.76º degrees, saturation: 0.64, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #D76046 is Cyan = 0, Magento = 0.55, Yellow = 0.67 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 96 | 70 | - |
| CMYK | 0 | 0.55 | 0.67 | 0.16 |
| HSL | 10.76º | 0.64% | 0.56% | - |
| HSV(B) | 10.76º | 0.67% | 0.84% | - |
| XYZ | 33.31 | 23.26 | 8.53 | - |
| YUV | 128.62 | 94.92 | 189.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 96 | 70 | 0 | 0.55 | 0.67 | 0.16 | 10.76 | 0.64 | 0.56 |
| Hex | D7 | 60 | 46 | 0 | 37 | 43 | 10 | B | 40 | 38 |
| Octal | 327 | 140 | 106 | 0 | 67 | 103 | 20 | 13 | 100 | 70 |
| Binary | 11010111 | 1100000 | 1000110 | 0 | 110111 | 1000011 | 10000 | 1011 | 1000000 | 111000 |
Color Harmonies of #D76046
Complementary color
Monochromatic Colors of #D76046
Black with #D76046
Text Example
Text Example
White with #D76046
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D76046; }
p { color: rgb(215,96,70); }
H1.HeaderClassName
{
color: #D76046;
}
.AnyTagClassName
{
color: #D76046;
}
</style>
background-color css
<style>
a { background-color: #D76046; }
a { background-color: rgb(215,96,70); }
div.DivClassName
{
background-color: #D76046;
}
.BgClassName
{
background-color: #D76046;
}
</style>
border-color css
<style>
span { border-color: #D76046; }
span { border-color: rgb(215,96,70); }
td.TdClassName
{
border-color: #D76046;
}
.TagClassName
{
border-color: #D76046;
}
</style>