Shades of Dark Coral #C55D41
Tints of Dark Coral #C55D41
RGB
CMYK
RGB Variations
Color information
#C55D41 (or 0xC55D41) is known color: Dark Coral. HEX triplet: C5, 5D and 41. RGB value is (197,93,65). Sum of RGB (Red+Green+Blue) = 197+93+65=355 (47% of max value = 765). Red value is 197 (77.34% from 255 or 55.49% from 355); Green value is 93 (36.72% from 255 or 26.20% from 355); Blue value is 65 (25.78% from 255 or 18.31% from 355); Max value from RGB is 197 - color contains mainly: red. Hex color #C55D41 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C55D41 is #3AA2BE. Grayscale: #797979. Windows color (decimal): -3842751 or 4283845. OLE color: 4283845.
HSL color Cylindrical-coordinate representation of color #C55D41: hue angle of 12.73º 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 #C55D41 is Cyan = 0, Magento = 0.53, Yellow = 0.67 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 93 | 65 | - |
| CMYK | 0 | 0.53 | 0.67 | 0.23 |
| HSL | 12.73º | 0.53% | 0.51% | - |
| HSV(B) | 12.73º | 0.67% | 0.77% | - |
| XYZ | 27.89 | 20.08 | 7.41 | - |
| YUV | 120.9 | 96.46 | 182.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 93 | 65 | 0 | 0.53 | 0.67 | 0.23 | 12.73 | 0.53 | 0.51 |
| Hex | C5 | 5D | 41 | 0 | 35 | 43 | 17 | D | 35 | 33 |
| Octal | 305 | 135 | 101 | 0 | 65 | 103 | 27 | 15 | 65 | 63 |
| Binary | 11000101 | 1011101 | 1000001 | 0 | 110101 | 1000011 | 10111 | 1101 | 110101 | 110011 |
Color Harmonies of #C55D41
Complementary color
Monochromatic Colors of #C55D41
Black with #C55D41
Text Example
Text Example
White with #C55D41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C55D41; }
p { color: rgb(197,93,65); }
H1.HeaderClassName
{
color: #C55D41;
}
.AnyTagClassName
{
color: #C55D41;
}
</style>
background-color css
<style>
a { background-color: #C55D41; }
a { background-color: rgb(197,93,65); }
div.DivClassName
{
background-color: #C55D41;
}
.BgClassName
{
background-color: #C55D41;
}
</style>
border-color css
<style>
span { border-color: #C55D41; }
span { border-color: rgb(197,93,65); }
td.TdClassName
{
border-color: #C55D41;
}
.TagClassName
{
border-color: #C55D41;
}
</style>