Shades of Dark Coral #C75746
Tints of Dark Coral #C75746
RGB
CMYK
RGB Variations
Color information
#C75746 (or 0xC75746) is known color: Dark Coral. HEX triplet: C7, 57 and 46. RGB value is (199,87,70). Sum of RGB (Red+Green+Blue) = 199+87+70=356 (47% of max value = 765). Red value is 199 (78.12% from 255 or 55.90% from 356); Green value is 87 (34.38% from 255 or 24.44% from 356); Blue value is 70 (27.73% from 255 or 19.66% from 356); Max value from RGB is 199 - color contains mainly: red. Hex color #C75746 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C75746 is #38A8B9. Grayscale: #767676. Windows color (decimal): -3713210 or 4609991. OLE color: 4609991.
HSL color Cylindrical-coordinate representation of color #C75746: hue angle of 7.91º degrees, saturation: 0.54, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C75746 is Cyan = 0, Magento = 0.56, Yellow = 0.65 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 87 | 70 | - |
| CMYK | 0 | 0.56 | 0.65 | 0.22 |
| HSL | 7.91º | 0.54% | 0.53% | - |
| HSV(B) | 7.91º | 0.65% | 0.78% | - |
| XYZ | 28.07 | 19.4 | 8.06 | - |
| YUV | 118.55 | 100.61 | 185.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 87 | 70 | 0 | 0.56 | 0.65 | 0.22 | 7.91 | 0.54 | 0.53 |
| Hex | C7 | 57 | 46 | 0 | 38 | 41 | 16 | 8 | 36 | 35 |
| Octal | 307 | 127 | 106 | 0 | 70 | 101 | 26 | 10 | 66 | 65 |
| Binary | 11000111 | 1010111 | 1000110 | 0 | 111000 | 1000001 | 10110 | 1000 | 110110 | 110101 |
Color Harmonies of #C75746
Complementary color
Monochromatic Colors of #C75746
Black with #C75746
Text Example
Text Example
White with #C75746
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C75746; }
p { color: rgb(199,87,70); }
H1.HeaderClassName
{
color: #C75746;
}
.AnyTagClassName
{
color: #C75746;
}
</style>
background-color css
<style>
a { background-color: #C75746; }
a { background-color: rgb(199,87,70); }
div.DivClassName
{
background-color: #C75746;
}
.BgClassName
{
background-color: #C75746;
}
</style>
border-color css
<style>
span { border-color: #C75746; }
span { border-color: rgb(199,87,70); }
td.TdClassName
{
border-color: #C75746;
}
.TagClassName
{
border-color: #C75746;
}
</style>