Shades of Dark Coral #C55541
Tints of Dark Coral #C55541
RGB
CMYK
RGB Variations
Color information
#C55541 (or 0xC55541) is known color: Dark Coral. HEX triplet: C5, 55 and 41. RGB value is (197,85,65). Sum of RGB (Red+Green+Blue) = 197+85+65=347 (45% of max value = 765). Red value is 197 (77.34% from 255 or 56.77% from 347); Green value is 85 (33.59% from 255 or 24.50% from 347); Blue value is 65 (25.78% from 255 or 18.73% from 347); Max value from RGB is 197 - color contains mainly: red. Hex color #C55541 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C55541 is #3AAABE. Grayscale: #747474. Windows color (decimal): -3844799 or 4281797. OLE color: 4281797.
HSL color Cylindrical-coordinate representation of color #C55541: hue angle of 9.09º 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 #C55541 is Cyan = 0, Magento = 0.57, Yellow = 0.67 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 85 | 65 | - |
| CMYK | 0 | 0.57 | 0.67 | 0.23 |
| HSL | 9.09º | 0.53% | 0.51% | - |
| HSV(B) | 9.09º | 0.67% | 0.77% | - |
| XYZ | 27.23 | 18.75 | 7.18 | - |
| YUV | 116.21 | 99.11 | 185.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 85 | 65 | 0 | 0.57 | 0.67 | 0.23 | 9.09 | 0.53 | 0.51 |
| Hex | C5 | 55 | 41 | 0 | 39 | 43 | 17 | 9 | 35 | 33 |
| Octal | 305 | 125 | 101 | 0 | 71 | 103 | 27 | 11 | 65 | 63 |
| Binary | 11000101 | 1010101 | 1000001 | 0 | 111001 | 1000011 | 10111 | 1001 | 110101 | 110011 |
Color Harmonies of #C55541
Complementary color
Monochromatic Colors of #C55541
Black with #C55541
Text Example
Text Example
White with #C55541
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C55541; }
p { color: rgb(197,85,65); }
H1.HeaderClassName
{
color: #C55541;
}
.AnyTagClassName
{
color: #C55541;
}
</style>
background-color css
<style>
a { background-color: #C55541; }
a { background-color: rgb(197,85,65); }
div.DivClassName
{
background-color: #C55541;
}
.BgClassName
{
background-color: #C55541;
}
</style>
border-color css
<style>
span { border-color: #C55541; }
span { border-color: rgb(197,85,65); }
td.TdClassName
{
border-color: #C55541;
}
.TagClassName
{
border-color: #C55541;
}
</style>