Shades of Dark Coral #D15C46
Tints of Dark Coral #D15C46
RGB
CMYK
RGB Variations
Color information
#D15C46 (or 0xD15C46) is known color: Dark Coral. HEX triplet: D1, 5C and 46. RGB value is (209,92,70). Sum of RGB (Red+Green+Blue) = 209+92+70=371 (49% of max value = 765). Red value is 209 (82.03% from 255 or 56.33% from 371); Green value is 92 (36.33% from 255 or 24.80% from 371); Blue value is 70 (27.73% from 255 or 18.87% from 371); Max value from RGB is 209 - color contains mainly: red. Hex color #D15C46 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D15C46 is #2EA3B9. Grayscale: #7C7C7C. Windows color (decimal): -3056570 or 4611281. OLE color: 4611281.
HSL color Cylindrical-coordinate representation of color #D15C46: hue angle of 9.5º 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 #D15C46 is Cyan = 0, Magento = 0.56, Yellow = 0.67 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 92 | 70 | - |
| CMYK | 0 | 0.56 | 0.67 | 0.18 |
| HSL | 9.5º | 0.6% | 0.55% | - |
| HSV(B) | 9.5º | 0.67% | 0.82% | - |
| XYZ | 31.23 | 21.65 | 8.33 | - |
| YUV | 124.48 | 97.26 | 188.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 92 | 70 | 0 | 0.56 | 0.67 | 0.18 | 9.5 | 0.6 | 0.55 |
| Hex | D1 | 5C | 46 | 0 | 38 | 43 | 12 | 9 | 3C | 37 |
| Octal | 321 | 134 | 106 | 0 | 70 | 103 | 22 | 11 | 74 | 67 |
| Binary | 11010001 | 1011100 | 1000110 | 0 | 111000 | 1000011 | 10010 | 1001 | 111100 | 110111 |
Color Harmonies of #D15C46
Complementary color
Monochromatic Colors of #D15C46
Black with #D15C46
Text Example
Text Example
White with #D15C46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D15C46; }
p { color: rgb(209,92,70); }
H1.HeaderClassName
{
color: #D15C46;
}
.AnyTagClassName
{
color: #D15C46;
}
</style>
background-color css
<style>
a { background-color: #D15C46; }
a { background-color: rgb(209,92,70); }
div.DivClassName
{
background-color: #D15C46;
}
.BgClassName
{
background-color: #D15C46;
}
</style>
border-color css
<style>
span { border-color: #D15C46; }
span { border-color: rgb(209,92,70); }
td.TdClassName
{
border-color: #D15C46;
}
.TagClassName
{
border-color: #D15C46;
}
</style>