Shades of Dark Coral #C76448
Tints of Dark Coral #C76448
RGB
CMYK
RGB Variations
Color information
#C76448 (or 0xC76448) is known color: Dark Coral. HEX triplet: C7, 64 and 48. RGB value is (199,100,72). Sum of RGB (Red+Green+Blue) = 199+100+72=371 (49% of max value = 765). Red value is 199 (78.12% from 255 or 53.64% from 371); Green value is 100 (39.45% from 255 or 26.95% from 371); Blue value is 72 (28.52% from 255 or 19.41% from 371); Max value from RGB is 199 - color contains mainly: red. Hex color #C76448 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C76448 is #389BB7. Grayscale: #7E7E7E. Windows color (decimal): -3709880 or 4744391. OLE color: 4744391.
HSL color Cylindrical-coordinate representation of color #C76448: hue angle of 13.23º 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 #C76448 is Cyan = 0, Magento = 0.50, Yellow = 0.64 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 100 | 72 | - |
| CMYK | 0 | 0.50 | 0.64 | 0.22 |
| HSL | 13.23º | 0.53% | 0.53% | - |
| HSV(B) | 13.23º | 0.64% | 0.78% | - |
| XYZ | 29.28 | 21.72 | 8.78 | - |
| YUV | 126.41 | 97.3 | 179.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 100 | 72 | 0 | 0.50 | 0.64 | 0.22 | 13.23 | 0.53 | 0.53 |
| Hex | C7 | 64 | 48 | 0 | 32 | 40 | 16 | D | 35 | 35 |
| Octal | 307 | 144 | 110 | 0 | 62 | 100 | 26 | 15 | 65 | 65 |
| Binary | 11000111 | 1100100 | 1001000 | 0 | 110010 | 1000000 | 10110 | 1101 | 110101 | 110101 |
Color Harmonies of #C76448
Complementary color
Monochromatic Colors of #C76448
Black with #C76448
Text Example
Text Example
White with #C76448
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C76448; }
p { color: rgb(199,100,72); }
H1.HeaderClassName
{
color: #C76448;
}
.AnyTagClassName
{
color: #C76448;
}
</style>
background-color css
<style>
a { background-color: #C76448; }
a { background-color: rgb(199,100,72); }
div.DivClassName
{
background-color: #C76448;
}
.BgClassName
{
background-color: #C76448;
}
</style>
border-color css
<style>
span { border-color: #C76448; }
span { border-color: rgb(199,100,72); }
td.TdClassName
{
border-color: #C76448;
}
.TagClassName
{
border-color: #C76448;
}
</style>