Shades of Dark Coral #C55944
Tints of Dark Coral #C55944
RGB
CMYK
RGB Variations
Color information
#C55944 (or 0xC55944) is known color: Dark Coral. HEX triplet: C5, 59 and 44. RGB value is (197,89,68). Sum of RGB (Red+Green+Blue) = 197+89+68=354 (46% of max value = 765). Red value is 197 (77.34% from 255 or 55.65% from 354); Green value is 89 (35.16% from 255 or 25.14% from 354); Blue value is 68 (26.95% from 255 or 19.21% from 354); Max value from RGB is 197 - color contains mainly: red. Hex color #C55944 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C55944 is #3AA6BB. Grayscale: #777777. Windows color (decimal): -3843772 or 4479429. OLE color: 4479429.
HSL color Cylindrical-coordinate representation of color #C55944: hue angle of 9.77º degrees, saturation: 0.53, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C55944 is Cyan = 0, Magento = 0.55, Yellow = 0.65 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 89 | 68 | - |
| CMYK | 0 | 0.55 | 0.65 | 0.23 |
| HSL | 9.77º | 0.53% | 0.52% | - |
| HSV(B) | 9.77º | 0.65% | 0.77% | - |
| XYZ | 27.64 | 19.43 | 7.76 | - |
| YUV | 118.9 | 99.28 | 183.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 89 | 68 | 0 | 0.55 | 0.65 | 0.23 | 9.77 | 0.53 | 0.52 |
| Hex | C5 | 59 | 44 | 0 | 37 | 41 | 17 | A | 35 | 34 |
| Octal | 305 | 131 | 104 | 0 | 67 | 101 | 27 | 12 | 65 | 64 |
| Binary | 11000101 | 1011001 | 1000100 | 0 | 110111 | 1000001 | 10111 | 1010 | 110101 | 110100 |
Color Harmonies of #C55944
Complementary color
Monochromatic Colors of #C55944
Black with #C55944
Text Example
Text Example
White with #C55944
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C55944; }
p { color: rgb(197,89,68); }
H1.HeaderClassName
{
color: #C55944;
}
.AnyTagClassName
{
color: #C55944;
}
</style>
background-color css
<style>
a { background-color: #C55944; }
a { background-color: rgb(197,89,68); }
div.DivClassName
{
background-color: #C55944;
}
.BgClassName
{
background-color: #C55944;
}
</style>
border-color css
<style>
span { border-color: #C55944; }
span { border-color: rgb(197,89,68); }
td.TdClassName
{
border-color: #C55944;
}
.TagClassName
{
border-color: #C55944;
}
</style>