Shades of Dark Coral #C55840
Tints of Dark Coral #C55840
RGB
CMYK
RGB Variations
Color information
#C55840 (or 0xC55840) is known color: Dark Coral. HEX triplet: C5, 58 and 40. RGB value is (197,88,64). Sum of RGB (Red+Green+Blue) = 197+88+64=349 (46% of max value = 765). Red value is 197 (77.34% from 255 or 56.45% from 349); Green value is 88 (34.77% from 255 or 25.21% from 349); Blue value is 64 (25.39% from 255 or 18.34% from 349); Max value from RGB is 197 - color contains mainly: red. Hex color #C55840 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C55840 is #3AA7BF. Grayscale: #767676. Windows color (decimal): -3844032 or 4217029. OLE color: 4217029.
HSL color Cylindrical-coordinate representation of color #C55840: hue angle of 10.83º degrees, saturation: 0.53, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C55840 is Cyan = 0, Magento = 0.55, Yellow = 0.68 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 88 | 64 | - |
| CMYK | 0 | 0.55 | 0.68 | 0.23 |
| HSL | 10.83º | 0.53% | 0.51% | - |
| HSV(B) | 10.83º | 0.68% | 0.77% | - |
| XYZ | 27.44 | 19.22 | 7.11 | - |
| YUV | 117.86 | 97.61 | 184.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 88 | 64 | 0 | 0.55 | 0.68 | 0.23 | 10.83 | 0.53 | 0.51 |
| Hex | C5 | 58 | 40 | 0 | 37 | 44 | 17 | B | 35 | 33 |
| Octal | 305 | 130 | 100 | 0 | 67 | 104 | 27 | 13 | 65 | 63 |
| Binary | 11000101 | 1011000 | 1000000 | 0 | 110111 | 1000100 | 10111 | 1011 | 110101 | 110011 |
Color Harmonies of #C55840
Complementary color
Monochromatic Colors of #C55840
Black with #C55840
Text Example
Text Example
White with #C55840
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C55840; }
p { color: rgb(197,88,64); }
H1.HeaderClassName
{
color: #C55840;
}
.AnyTagClassName
{
color: #C55840;
}
</style>
background-color css
<style>
a { background-color: #C55840; }
a { background-color: rgb(197,88,64); }
div.DivClassName
{
background-color: #C55840;
}
.BgClassName
{
background-color: #C55840;
}
</style>
border-color css
<style>
span { border-color: #C55840; }
span { border-color: rgb(197,88,64); }
td.TdClassName
{
border-color: #C55840;
}
.TagClassName
{
border-color: #C55840;
}
</style>