Shades of Dark Coral #C75648
Tints of Dark Coral #C75648
RGB
CMYK
RGB Variations
Color information
#C75648 (or 0xC75648) is known color: Dark Coral. HEX triplet: C7, 56 and 48. RGB value is (199,86,72). Sum of RGB (Red+Green+Blue) = 199+86+72=357 (47% of max value = 765). Red value is 199 (78.12% from 255 or 55.74% from 357); Green value is 86 (33.98% from 255 or 24.09% from 357); Blue value is 72 (28.52% from 255 or 20.17% from 357); Max value from RGB is 199 - color contains mainly: red. Hex color #C75648 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C75648 is #38A9B7. Grayscale: #767676. Windows color (decimal): -3713464 or 4740807. OLE color: 4740807.
HSL color Cylindrical-coordinate representation of color #C75648: hue angle of 6.61º 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 #C75648 is Cyan = 0, Magento = 0.57, Yellow = 0.64 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 86 | 72 | - |
| CMYK | 0 | 0.57 | 0.64 | 0.22 |
| HSL | 6.61º | 0.53% | 0.53% | - |
| HSV(B) | 6.61º | 0.64% | 0.78% | - |
| XYZ | 28.05 | 19.27 | 8.37 | - |
| YUV | 118.19 | 101.94 | 185.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 86 | 72 | 0 | 0.57 | 0.64 | 0.22 | 6.61 | 0.53 | 0.53 |
| Hex | C7 | 56 | 48 | 0 | 39 | 40 | 16 | 7 | 35 | 35 |
| Octal | 307 | 126 | 110 | 0 | 71 | 100 | 26 | 7 | 65 | 65 |
| Binary | 11000111 | 1010110 | 1001000 | 0 | 111001 | 1000000 | 10110 | 111 | 110101 | 110101 |
Color Harmonies of #C75648
Complementary color
Monochromatic Colors of #C75648
Black with #C75648
Text Example
Text Example
White with #C75648
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C75648; }
p { color: rgb(199,86,72); }
H1.HeaderClassName
{
color: #C75648;
}
.AnyTagClassName
{
color: #C75648;
}
</style>
background-color css
<style>
a { background-color: #C75648; }
a { background-color: rgb(199,86,72); }
div.DivClassName
{
background-color: #C75648;
}
.BgClassName
{
background-color: #C75648;
}
</style>
border-color css
<style>
span { border-color: #C75648; }
span { border-color: rgb(199,86,72); }
td.TdClassName
{
border-color: #C75648;
}
.TagClassName
{
border-color: #C75648;
}
</style>