Shades of Dark Coral #C55745
Tints of Dark Coral #C55745
RGB
CMYK
RGB Variations
Color information
#C55745 (or 0xC55745) is known color: Dark Coral. HEX triplet: C5, 57 and 45. RGB value is (197,87,69). Sum of RGB (Red+Green+Blue) = 197+87+69=353 (46% of max value = 765). Red value is 197 (77.34% from 255 or 55.81% from 353); Green value is 87 (34.38% from 255 or 24.65% from 353); Blue value is 69 (27.34% from 255 or 19.55% from 353); Max value from RGB is 197 - color contains mainly: red. Hex color #C55745 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C55745 is #3AA8BA. Grayscale: #767676. Windows color (decimal): -3844283 or 4544453. OLE color: 4544453.
HSL color Cylindrical-coordinate representation of color #C55745: hue angle of 8.44º degrees, saturation: 0.52, 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 #C55745 is Cyan = 0, Magento = 0.56, Yellow = 0.65 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 87 | 69 | - |
| CMYK | 0 | 0.56 | 0.65 | 0.23 |
| HSL | 8.44º | 0.52% | 0.52% | - |
| HSV(B) | 8.44º | 0.65% | 0.77% | - |
| XYZ | 27.51 | 19.12 | 7.87 | - |
| YUV | 117.84 | 100.44 | 184.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 87 | 69 | 0 | 0.56 | 0.65 | 0.23 | 8.44 | 0.52 | 0.52 |
| Hex | C5 | 57 | 45 | 0 | 38 | 41 | 17 | 8 | 34 | 34 |
| Octal | 305 | 127 | 105 | 0 | 70 | 101 | 27 | 10 | 64 | 64 |
| Binary | 11000101 | 1010111 | 1000101 | 0 | 111000 | 1000001 | 10111 | 1000 | 110100 | 110100 |
Color Harmonies of #C55745
Complementary color
Monochromatic Colors of #C55745
Black with #C55745
Text Example
Text Example
White with #C55745
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C55745; }
p { color: rgb(197,87,69); }
H1.HeaderClassName
{
color: #C55745;
}
.AnyTagClassName
{
color: #C55745;
}
</style>
background-color css
<style>
a { background-color: #C55745; }
a { background-color: rgb(197,87,69); }
div.DivClassName
{
background-color: #C55745;
}
.BgClassName
{
background-color: #C55745;
}
</style>
border-color css
<style>
span { border-color: #C55745; }
span { border-color: rgb(197,87,69); }
td.TdClassName
{
border-color: #C55745;
}
.TagClassName
{
border-color: #C55745;
}
</style>