Shades of Dark Coral #C75647
Tints of Dark Coral #C75647
RGB
CMYK
RGB Variations
Color information
#C75647 (or 0xC75647) is known color: Dark Coral. HEX triplet: C7, 56 and 47. RGB value is (199,86,71). Sum of RGB (Red+Green+Blue) = 199+86+71=356 (47% of max value = 765). Red value is 199 (78.12% from 255 or 55.90% from 356); Green value is 86 (33.98% from 255 or 24.16% from 356); Blue value is 71 (28.12% from 255 or 19.94% from 356); Max value from RGB is 199 - color contains mainly: red. Hex color #C75647 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C75647 is #38A9B8. Grayscale: #767676. Windows color (decimal): -3713465 or 4675271. OLE color: 4675271.
HSL color Cylindrical-coordinate representation of color #C75647: hue angle of 7.03º degrees, saturation: 0.53, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C75647 is Cyan = 0, Magento = 0.57, Yellow = 0.64 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 86 | 71 | - |
| CMYK | 0 | 0.57 | 0.64 | 0.22 |
| HSL | 7.03º | 0.53% | 0.53% | - |
| HSV(B) | 7.03º | 0.64% | 0.78% | - |
| XYZ | 28.02 | 19.25 | 8.2 | - |
| YUV | 118.08 | 101.44 | 185.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 86 | 71 | 0 | 0.57 | 0.64 | 0.22 | 7.03 | 0.53 | 0.53 |
| Hex | C7 | 56 | 47 | 0 | 39 | 40 | 16 | 7 | 35 | 35 |
| Octal | 307 | 126 | 107 | 0 | 71 | 100 | 26 | 7 | 65 | 65 |
| Binary | 11000111 | 1010110 | 1000111 | 0 | 111001 | 1000000 | 10110 | 111 | 110101 | 110101 |
Color Harmonies of #C75647
Complementary color
Monochromatic Colors of #C75647
Black with #C75647
Text Example
Text Example
White with #C75647
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C75647; }
p { color: rgb(199,86,71); }
H1.HeaderClassName
{
color: #C75647;
}
.AnyTagClassName
{
color: #C75647;
}
</style>
background-color css
<style>
a { background-color: #C75647; }
a { background-color: rgb(199,86,71); }
div.DivClassName
{
background-color: #C75647;
}
.BgClassName
{
background-color: #C75647;
}
</style>
border-color css
<style>
span { border-color: #C75647; }
span { border-color: rgb(199,86,71); }
td.TdClassName
{
border-color: #C75647;
}
.TagClassName
{
border-color: #C75647;
}
</style>