Shades of Dark Coral #C76347
Tints of Dark Coral #C76347
RGB
CMYK
RGB Variations
Color information
#C76347 (or 0xC76347) is known color: Dark Coral. HEX triplet: C7, 63 and 47. RGB value is (199,99,71). Sum of RGB (Red+Green+Blue) = 199+99+71=369 (48% of max value = 765). Red value is 199 (78.12% from 255 or 53.93% from 369); Green value is 99 (39.06% from 255 or 26.83% from 369); Blue value is 71 (28.12% from 255 or 19.24% from 369); Max value from RGB is 199 - color contains mainly: red. Hex color #C76347 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C76347 is #389CB8. Grayscale: #7D7D7D. Windows color (decimal): -3710137 or 4678599. OLE color: 4678599.
HSL color Cylindrical-coordinate representation of color #C76347: hue angle of 13.12º 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 #C76347 is Cyan = 0, Magento = 0.50, Yellow = 0.64 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 99 | 71 | - |
| CMYK | 0 | 0.50 | 0.64 | 0.22 |
| HSL | 13.13º | 0.53% | 0.53% | - |
| HSV(B) | 13.13º | 0.64% | 0.78% | - |
| XYZ | 29.15 | 21.52 | 8.58 | - |
| YUV | 125.71 | 97.13 | 180.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 99 | 71 | 0 | 0.50 | 0.64 | 0.22 | 13.13 | 0.53 | 0.53 |
| Hex | C7 | 63 | 47 | 0 | 32 | 40 | 16 | D | 35 | 35 |
| Octal | 307 | 143 | 107 | 0 | 62 | 100 | 26 | 15 | 65 | 65 |
| Binary | 11000111 | 1100011 | 1000111 | 0 | 110010 | 1000000 | 10110 | 1101 | 110101 | 110101 |
Color Harmonies of #C76347
Complementary color
Monochromatic Colors of #C76347
Black with #C76347
Text Example
Text Example
White with #C76347
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C76347; }
p { color: rgb(199,99,71); }
H1.HeaderClassName
{
color: #C76347;
}
.AnyTagClassName
{
color: #C76347;
}
</style>
background-color css
<style>
a { background-color: #C76347; }
a { background-color: rgb(199,99,71); }
div.DivClassName
{
background-color: #C76347;
}
.BgClassName
{
background-color: #C76347;
}
</style>
border-color css
<style>
span { border-color: #C76347; }
span { border-color: rgb(199,99,71); }
td.TdClassName
{
border-color: #C76347;
}
.TagClassName
{
border-color: #C76347;
}
</style>