Shades of Dark Coral #C55A40
Tints of Dark Coral #C55A40
RGB
CMYK
RGB Variations
Color information
#C55A40 (or 0xC55A40) is known color: Dark Coral. HEX triplet: C5, 5A and 40. RGB value is (197,90,64). Sum of RGB (Red+Green+Blue) = 197+90+64=351 (46% of max value = 765). Red value is 197 (77.34% from 255 or 56.13% from 351); Green value is 90 (35.55% from 255 or 25.64% from 351); Blue value is 64 (25.39% from 255 or 18.23% from 351); Max value from RGB is 197 - color contains mainly: red. Hex color #C55A40 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C55A40 is #3AA5BF. Grayscale: #777777. Windows color (decimal): -3843520 or 4217541. OLE color: 4217541.
HSL color Cylindrical-coordinate representation of color #C55A40: hue angle of 11.73º 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 #C55A40 is Cyan = 0, Magento = 0.54, Yellow = 0.68 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 90 | 64 | - |
| CMYK | 0 | 0.54 | 0.68 | 0.23 |
| HSL | 11.73º | 0.53% | 0.51% | - |
| HSV(B) | 11.73º | 0.68% | 0.77% | - |
| XYZ | 27.61 | 19.55 | 7.17 | - |
| YUV | 119.03 | 96.95 | 183.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 90 | 64 | 0 | 0.54 | 0.68 | 0.23 | 11.73 | 0.53 | 0.51 |
| Hex | C5 | 5A | 40 | 0 | 36 | 44 | 17 | C | 35 | 33 |
| Octal | 305 | 132 | 100 | 0 | 66 | 104 | 27 | 14 | 65 | 63 |
| Binary | 11000101 | 1011010 | 1000000 | 0 | 110110 | 1000100 | 10111 | 1100 | 110101 | 110011 |
Color Harmonies of #C55A40
Complementary color
Monochromatic Colors of #C55A40
Black with #C55A40
Text Example
Text Example
White with #C55A40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C55A40; }
p { color: rgb(197,90,64); }
H1.HeaderClassName
{
color: #C55A40;
}
.AnyTagClassName
{
color: #C55A40;
}
</style>
background-color css
<style>
a { background-color: #C55A40; }
a { background-color: rgb(197,90,64); }
div.DivClassName
{
background-color: #C55A40;
}
.BgClassName
{
background-color: #C55A40;
}
</style>
border-color css
<style>
span { border-color: #C55A40; }
span { border-color: rgb(197,90,64); }
td.TdClassName
{
border-color: #C55A40;
}
.TagClassName
{
border-color: #C55A40;
}
</style>