Shades of Dark Coral #C76348
Tints of Dark Coral #C76348
RGB
CMYK
RGB Variations
Color information
#C76348 (or 0xC76348) is known color: Dark Coral. HEX triplet: C7, 63 and 48. RGB value is (199,99,72). Sum of RGB (Red+Green+Blue) = 199+99+72=370 (49% of max value = 765). Red value is 199 (78.12% from 255 or 53.78% from 370); Green value is 99 (39.06% from 255 or 26.76% from 370); Blue value is 72 (28.52% from 255 or 19.46% from 370); Max value from RGB is 199 - color contains mainly: red. Hex color #C76348 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C76348 is #389CB7. Grayscale: #7E7E7E. Windows color (decimal): -3710136 or 4744135. OLE color: 4744135.
HSL color Cylindrical-coordinate representation of color #C76348: hue angle of 12.76º 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 #C76348 is Cyan = 0, Magento = 0.50, Yellow = 0.64 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 99 | 72 | - |
| CMYK | 0 | 0.50 | 0.64 | 0.22 |
| HSL | 12.76º | 0.53% | 0.53% | - |
| HSV(B) | 12.76º | 0.64% | 0.78% | - |
| XYZ | 29.18 | 21.53 | 8.75 | - |
| YUV | 125.82 | 97.63 | 180.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 99 | 72 | 0 | 0.50 | 0.64 | 0.22 | 12.76 | 0.53 | 0.53 |
| Hex | C7 | 63 | 48 | 0 | 32 | 40 | 16 | D | 35 | 35 |
| Octal | 307 | 143 | 110 | 0 | 62 | 100 | 26 | 15 | 65 | 65 |
| Binary | 11000111 | 1100011 | 1001000 | 0 | 110010 | 1000000 | 10110 | 1101 | 110101 | 110101 |
Color Harmonies of #C76348
Complementary color
Monochromatic Colors of #C76348
Black with #C76348
Text Example
Text Example
White with #C76348
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C76348; }
p { color: rgb(199,99,72); }
H1.HeaderClassName
{
color: #C76348;
}
.AnyTagClassName
{
color: #C76348;
}
</style>
background-color css
<style>
a { background-color: #C76348; }
a { background-color: rgb(199,99,72); }
div.DivClassName
{
background-color: #C76348;
}
.BgClassName
{
background-color: #C76348;
}
</style>
border-color css
<style>
span { border-color: #C76348; }
span { border-color: rgb(199,99,72); }
td.TdClassName
{
border-color: #C76348;
}
.TagClassName
{
border-color: #C76348;
}
</style>