Shades of Dark Coral #C76349
Tints of Dark Coral #C76349
RGB
CMYK
RGB Variations
Color information
#C76349 (or 0xC76349) is known color: Dark Coral. HEX triplet: C7, 63 and 49. RGB value is (199,99,73). Sum of RGB (Red+Green+Blue) = 199+99+73=371 (49% of max value = 765). Red value is 199 (78.12% from 255 or 53.64% from 371); Green value is 99 (39.06% from 255 or 26.68% from 371); Blue value is 73 (28.91% from 255 or 19.68% from 371); Max value from RGB is 199 - color contains mainly: red. Hex color #C76349 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C76349 is #389CB6. Grayscale: #7E7E7E. Windows color (decimal): -3710135 or 4809671. OLE color: 4809671.
HSL color Cylindrical-coordinate representation of color #C76349: hue angle of 12.38º degrees, saturation: 0.53, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C76349 is Cyan = 0, Magento = 0.50, Yellow = 0.63 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 99 | 73 | - |
| CMYK | 0 | 0.50 | 0.63 | 0.22 |
| HSL | 12.38º | 0.53% | 0.53% | - |
| HSV(B) | 12.38º | 0.63% | 0.78% | - |
| XYZ | 29.22 | 21.55 | 8.92 | - |
| YUV | 125.94 | 98.13 | 180.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 99 | 73 | 0 | 0.50 | 0.63 | 0.22 | 12.38 | 0.53 | 0.53 |
| Hex | C7 | 63 | 49 | 0 | 32 | 3F | 16 | C | 35 | 35 |
| Octal | 307 | 143 | 111 | 0 | 62 | 77 | 26 | 14 | 65 | 65 |
| Binary | 11000111 | 1100011 | 1001001 | 0 | 110010 | 111111 | 10110 | 1100 | 110101 | 110101 |
Color Harmonies of #C76349
Complementary color
Monochromatic Colors of #C76349
Black with #C76349
Text Example
Text Example
White with #C76349
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C76349; }
p { color: rgb(199,99,73); }
H1.HeaderClassName
{
color: #C76349;
}
.AnyTagClassName
{
color: #C76349;
}
</style>
background-color css
<style>
a { background-color: #C76349; }
a { background-color: rgb(199,99,73); }
div.DivClassName
{
background-color: #C76349;
}
.BgClassName
{
background-color: #C76349;
}
</style>
border-color css
<style>
span { border-color: #C76349; }
span { border-color: rgb(199,99,73); }
td.TdClassName
{
border-color: #C76349;
}
.TagClassName
{
border-color: #C76349;
}
</style>