Shades of Dark Coral #C75940
Tints of Dark Coral #C75940
RGB
CMYK
RGB Variations
Color information
#C75940 (or 0xC75940) is known color: Dark Coral. HEX triplet: C7, 59 and 40. RGB value is (199,89,64). Sum of RGB (Red+Green+Blue) = 199+89+64=352 (46% of max value = 765). Red value is 199 (78.12% from 255 or 56.53% from 352); Green value is 89 (35.16% from 255 or 25.28% from 352); Blue value is 64 (25.39% from 255 or 18.18% from 352); Max value from RGB is 199 - color contains mainly: red. Hex color #C75940 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C75940 is #38A6BF. Grayscale: #777777. Windows color (decimal): -3712704 or 4217287. OLE color: 4217287.
HSL color Cylindrical-coordinate representation of color #C75940: hue angle of 11.11º degrees, saturation: 0.55, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C75940 is Cyan = 0, Magento = 0.55, Yellow = 0.68 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 89 | 64 | - |
| CMYK | 0 | 0.55 | 0.68 | 0.22 |
| HSL | 11.11º | 0.55% | 0.52% | - |
| HSV(B) | 11.11º | 0.68% | 0.78% | - |
| XYZ | 28.05 | 19.66 | 7.17 | - |
| YUV | 119.04 | 96.94 | 185.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 89 | 64 | 0 | 0.55 | 0.68 | 0.22 | 11.11 | 0.55 | 0.52 |
| Hex | C7 | 59 | 40 | 0 | 37 | 44 | 16 | B | 37 | 34 |
| Octal | 307 | 131 | 100 | 0 | 67 | 104 | 26 | 13 | 67 | 64 |
| Binary | 11000111 | 1011001 | 1000000 | 0 | 110111 | 1000100 | 10110 | 1011 | 110111 | 110100 |
Color Harmonies of #C75940
Complementary color
Monochromatic Colors of #C75940
Black with #C75940
Text Example
Text Example
White with #C75940
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C75940; }
p { color: rgb(199,89,64); }
H1.HeaderClassName
{
color: #C75940;
}
.AnyTagClassName
{
color: #C75940;
}
</style>
background-color css
<style>
a { background-color: #C75940; }
a { background-color: rgb(199,89,64); }
div.DivClassName
{
background-color: #C75940;
}
.BgClassName
{
background-color: #C75940;
}
</style>
border-color css
<style>
span { border-color: #C75940; }
span { border-color: rgb(199,89,64); }
td.TdClassName
{
border-color: #C75940;
}
.TagClassName
{
border-color: #C75940;
}
</style>