Shades of Dark Coral #C76147
Tints of Dark Coral #C76147
RGB
CMYK
RGB Variations
Color information
#C76147 (or 0xC76147) is known color: Dark Coral. HEX triplet: C7, 61 and 47. RGB value is (199,97,71). Sum of RGB (Red+Green+Blue) = 199+97+71=367 (48% of max value = 765). Red value is 199 (78.12% from 255 or 54.22% from 367); Green value is 97 (38.28% from 255 or 26.43% from 367); Blue value is 71 (28.12% from 255 or 19.35% from 367); Max value from RGB is 199 - color contains mainly: red. Hex color #C76147 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C76147 is #389EB8. Grayscale: #7C7C7C. Windows color (decimal): -3710649 or 4678087. OLE color: 4678087.
HSL color Cylindrical-coordinate representation of color #C76147: hue angle of 12.19º 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 #C76147 is Cyan = 0, Magento = 0.51, Yellow = 0.64 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 97 | 71 | - |
| CMYK | 0 | 0.51 | 0.64 | 0.22 |
| HSL | 12.19º | 0.53% | 0.53% | - |
| HSV(B) | 12.19º | 0.64% | 0.78% | - |
| XYZ | 28.97 | 21.15 | 8.52 | - |
| YUV | 124.53 | 97.79 | 181.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 97 | 71 | 0 | 0.51 | 0.64 | 0.22 | 12.19 | 0.53 | 0.53 |
| Hex | C7 | 61 | 47 | 0 | 33 | 40 | 16 | C | 35 | 35 |
| Octal | 307 | 141 | 107 | 0 | 63 | 100 | 26 | 14 | 65 | 65 |
| Binary | 11000111 | 1100001 | 1000111 | 0 | 110011 | 1000000 | 10110 | 1100 | 110101 | 110101 |
Color Harmonies of #C76147
Complementary color
Monochromatic Colors of #C76147
Black with #C76147
Text Example
Text Example
White with #C76147
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C76147; }
p { color: rgb(199,97,71); }
H1.HeaderClassName
{
color: #C76147;
}
.AnyTagClassName
{
color: #C76147;
}
</style>
background-color css
<style>
a { background-color: #C76147; }
a { background-color: rgb(199,97,71); }
div.DivClassName
{
background-color: #C76147;
}
.BgClassName
{
background-color: #C76147;
}
</style>
border-color css
<style>
span { border-color: #C76147; }
span { border-color: rgb(199,97,71); }
td.TdClassName
{
border-color: #C76147;
}
.TagClassName
{
border-color: #C76147;
}
</style>