Shades of Dark Coral #C76244
Tints of Dark Coral #C76244
RGB
CMYK
RGB Variations
Color information
#C76244 (or 0xC76244) is known color: Dark Coral. HEX triplet: C7, 62 and 44. RGB value is (199,98,68). Sum of RGB (Red+Green+Blue) = 199+98+68=365 (48% of max value = 765). Red value is 199 (78.12% from 255 or 54.52% from 365); Green value is 98 (38.67% from 255 or 26.85% from 365); Blue value is 68 (26.95% from 255 or 18.63% from 365); Max value from RGB is 199 - color contains mainly: red. Hex color #C76244 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C76244 is #389DBB. Grayscale: #7D7D7D. Windows color (decimal): -3710396 or 4481735. OLE color: 4481735.
HSL color Cylindrical-coordinate representation of color #C76244: hue angle of 13.74º degrees, saturation: 0.54, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C76244 is Cyan = 0, Magento = 0.51, Yellow = 0.66 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 98 | 68 | - |
| CMYK | 0 | 0.51 | 0.66 | 0.22 |
| HSL | 13.74º | 0.54% | 0.52% | - |
| HSV(B) | 13.74º | 0.66% | 0.78% | - |
| XYZ | 28.96 | 21.29 | 8.05 | - |
| YUV | 124.78 | 95.96 | 180.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 98 | 68 | 0 | 0.51 | 0.66 | 0.22 | 13.74 | 0.54 | 0.52 |
| Hex | C7 | 62 | 44 | 0 | 33 | 42 | 16 | E | 36 | 34 |
| Octal | 307 | 142 | 104 | 0 | 63 | 102 | 26 | 16 | 66 | 64 |
| Binary | 11000111 | 1100010 | 1000100 | 0 | 110011 | 1000010 | 10110 | 1110 | 110110 | 110100 |
Color Harmonies of #C76244
Complementary color
Monochromatic Colors of #C76244
Black with #C76244
Text Example
Text Example
White with #C76244
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C76244; }
p { color: rgb(199,98,68); }
H1.HeaderClassName
{
color: #C76244;
}
.AnyTagClassName
{
color: #C76244;
}
</style>
background-color css
<style>
a { background-color: #C76244; }
a { background-color: rgb(199,98,68); }
div.DivClassName
{
background-color: #C76244;
}
.BgClassName
{
background-color: #C76244;
}
</style>
border-color css
<style>
span { border-color: #C76244; }
span { border-color: rgb(199,98,68); }
td.TdClassName
{
border-color: #C76244;
}
.TagClassName
{
border-color: #C76244;
}
</style>