Shades of Dark Coral #C45540
Tints of Dark Coral #C45540
RGB
CMYK
RGB Variations
Color information
#C45540 (or 0xC45540) is known color: Dark Coral. HEX triplet: C4, 55 and 40. RGB value is (196,85,64). Sum of RGB (Red+Green+Blue) = 196+85+64=345 (45% of max value = 765). Red value is 196 (76.95% from 255 or 56.81% from 345); Green value is 85 (33.59% from 255 or 24.64% from 345); Blue value is 64 (25.39% from 255 or 18.55% from 345); Max value from RGB is 196 - color contains mainly: red. Hex color #C45540 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C45540 is #3BAABF. Grayscale: #737373. Windows color (decimal): -3910336 or 4216260. OLE color: 4216260.
HSL color Cylindrical-coordinate representation of color #C45540: hue angle of 9.55º degrees, saturation: 0.53, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C45540 is Cyan = 0, Magento = 0.57, Yellow = 0.67 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 85 | 64 | - |
| CMYK | 0 | 0.57 | 0.67 | 0.23 |
| HSL | 9.55º | 0.53% | 0.51% | - |
| HSV(B) | 9.55º | 0.67% | 0.77% | - |
| XYZ | 26.94 | 18.6 | 7.02 | - |
| YUV | 115.8 | 98.77 | 185.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 85 | 64 | 0 | 0.57 | 0.67 | 0.23 | 9.55 | 0.53 | 0.51 |
| Hex | C4 | 55 | 40 | 0 | 39 | 43 | 17 | A | 35 | 33 |
| Octal | 304 | 125 | 100 | 0 | 71 | 103 | 27 | 12 | 65 | 63 |
| Binary | 11000100 | 1010101 | 1000000 | 0 | 111001 | 1000011 | 10111 | 1010 | 110101 | 110011 |
Color Harmonies of #C45540
Complementary color
Monochromatic Colors of #C45540
Black with #C45540
Text Example
Text Example
White with #C45540
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C45540; }
p { color: rgb(196,85,64); }
H1.HeaderClassName
{
color: #C45540;
}
.AnyTagClassName
{
color: #C45540;
}
</style>
background-color css
<style>
a { background-color: #C45540; }
a { background-color: rgb(196,85,64); }
div.DivClassName
{
background-color: #C45540;
}
.BgClassName
{
background-color: #C45540;
}
</style>
border-color css
<style>
span { border-color: #C45540; }
span { border-color: rgb(196,85,64); }
td.TdClassName
{
border-color: #C45540;
}
.TagClassName
{
border-color: #C45540;
}
</style>