Shades of Dark Coral #C55C41
Tints of Dark Coral #C55C41
RGB
CMYK
RGB Variations
Color information
#C55C41 (or 0xC55C41) is known color: Dark Coral. HEX triplet: C5, 5C and 41. RGB value is (197,92,65). Sum of RGB (Red+Green+Blue) = 197+92+65=354 (46% of max value = 765). Red value is 197 (77.34% from 255 or 55.65% from 354); Green value is 92 (36.33% from 255 or 25.99% from 354); Blue value is 65 (25.78% from 255 or 18.36% from 354); Max value from RGB is 197 - color contains mainly: red. Hex color #C55C41 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C55C41 is #3AA3BE. Grayscale: #787878. Windows color (decimal): -3843007 or 4283589. OLE color: 4283589.
HSL color Cylindrical-coordinate representation of color #C55C41: hue angle of 12.27º 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 #C55C41 is Cyan = 0, Magento = 0.53, Yellow = 0.67 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 92 | 65 | - |
| CMYK | 0 | 0.53 | 0.67 | 0.23 |
| HSL | 12.27º | 0.53% | 0.51% | - |
| HSV(B) | 12.27º | 0.67% | 0.77% | - |
| XYZ | 27.81 | 19.91 | 7.38 | - |
| YUV | 120.32 | 96.79 | 182.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 92 | 65 | 0 | 0.53 | 0.67 | 0.23 | 12.27 | 0.53 | 0.51 |
| Hex | C5 | 5C | 41 | 0 | 35 | 43 | 17 | C | 35 | 33 |
| Octal | 305 | 134 | 101 | 0 | 65 | 103 | 27 | 14 | 65 | 63 |
| Binary | 11000101 | 1011100 | 1000001 | 0 | 110101 | 1000011 | 10111 | 1100 | 110101 | 110011 |
Color Harmonies of #C55C41
Complementary color
Monochromatic Colors of #C55C41
Black with #C55C41
Text Example
Text Example
White with #C55C41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C55C41; }
p { color: rgb(197,92,65); }
H1.HeaderClassName
{
color: #C55C41;
}
.AnyTagClassName
{
color: #C55C41;
}
</style>
background-color css
<style>
a { background-color: #C55C41; }
a { background-color: rgb(197,92,65); }
div.DivClassName
{
background-color: #C55C41;
}
.BgClassName
{
background-color: #C55C41;
}
</style>
border-color css
<style>
span { border-color: #C55C41; }
span { border-color: rgb(197,92,65); }
td.TdClassName
{
border-color: #C55C41;
}
.TagClassName
{
border-color: #C55C41;
}
</style>