Shades of Dark Coral #C45541
Tints of Dark Coral #C45541
RGB
CMYK
RGB Variations
Color information
#C45541 (or 0xC45541) is known color: Dark Coral. HEX triplet: C4, 55 and 41. RGB value is (196,85,65). Sum of RGB (Red+Green+Blue) = 196+85+65=346 (45% of max value = 765). Red value is 196 (76.95% from 255 or 56.65% from 346); Green value is 85 (33.59% from 255 or 24.57% from 346); Blue value is 65 (25.78% from 255 or 18.79% from 346); Max value from RGB is 196 - color contains mainly: red. Hex color #C45541 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C45541 is #3BAABE. Grayscale: #747474. Windows color (decimal): -3910335 or 4281796. OLE color: 4281796.
HSL color Cylindrical-coordinate representation of color #C45541: hue angle of 9.16º 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 #C45541 is Cyan = 0, Magento = 0.57, Yellow = 0.67 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 85 | 65 | - |
| CMYK | 0 | 0.57 | 0.67 | 0.23 |
| HSL | 9.16º | 0.53% | 0.51% | - |
| HSV(B) | 9.16º | 0.67% | 0.77% | - |
| XYZ | 26.97 | 18.61 | 7.17 | - |
| YUV | 115.91 | 99.27 | 185.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 85 | 65 | 0 | 0.57 | 0.67 | 0.23 | 9.16 | 0.53 | 0.51 |
| Hex | C4 | 55 | 41 | 0 | 39 | 43 | 17 | 9 | 35 | 33 |
| Octal | 304 | 125 | 101 | 0 | 71 | 103 | 27 | 11 | 65 | 63 |
| Binary | 11000100 | 1010101 | 1000001 | 0 | 111001 | 1000011 | 10111 | 1001 | 110101 | 110011 |
Color Harmonies of #C45541
Complementary color
Monochromatic Colors of #C45541
Black with #C45541
Text Example
Text Example
White with #C45541
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C45541; }
p { color: rgb(196,85,65); }
H1.HeaderClassName
{
color: #C45541;
}
.AnyTagClassName
{
color: #C45541;
}
</style>
background-color css
<style>
a { background-color: #C45541; }
a { background-color: rgb(196,85,65); }
div.DivClassName
{
background-color: #C45541;
}
.BgClassName
{
background-color: #C45541;
}
</style>
border-color css
<style>
span { border-color: #C45541; }
span { border-color: rgb(196,85,65); }
td.TdClassName
{
border-color: #C45541;
}
.TagClassName
{
border-color: #C45541;
}
</style>