Shades of Dark Coral #C55542
Tints of Dark Coral #C55542
RGB
CMYK
RGB Variations
Color information
#C55542 (or 0xC55542) is known color: Dark Coral. HEX triplet: C5, 55 and 42. RGB value is (197,85,66). Sum of RGB (Red+Green+Blue) = 197+85+66=348 (46% of max value = 765). Red value is 197 (77.34% from 255 or 56.61% from 348); Green value is 85 (33.59% from 255 or 24.43% from 348); Blue value is 66 (26.17% from 255 or 18.97% from 348); Max value from RGB is 197 - color contains mainly: red. Hex color #C55542 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C55542 is #3AAABD. Grayscale: #747474. Windows color (decimal): -3844798 or 4347333. OLE color: 4347333.
HSL color Cylindrical-coordinate representation of color #C55542: hue angle of 8.7º degrees, saturation: 0.53, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C55542 is Cyan = 0, Magento = 0.57, Yellow = 0.66 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 85 | 66 | - |
| CMYK | 0 | 0.57 | 0.66 | 0.23 |
| HSL | 8.7º | 0.53% | 0.52% | - |
| HSV(B) | 8.7º | 0.66% | 0.77% | - |
| XYZ | 27.26 | 18.76 | 7.34 | - |
| YUV | 116.32 | 99.61 | 185.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 85 | 66 | 0 | 0.57 | 0.66 | 0.23 | 8.7 | 0.53 | 0.52 |
| Hex | C5 | 55 | 42 | 0 | 39 | 42 | 17 | 9 | 35 | 34 |
| Octal | 305 | 125 | 102 | 0 | 71 | 102 | 27 | 11 | 65 | 64 |
| Binary | 11000101 | 1010101 | 1000010 | 0 | 111001 | 1000010 | 10111 | 1001 | 110101 | 110100 |
Color Harmonies of #C55542
Complementary color
Monochromatic Colors of #C55542
Black with #C55542
Text Example
Text Example
White with #C55542
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C55542; }
p { color: rgb(197,85,66); }
H1.HeaderClassName
{
color: #C55542;
}
.AnyTagClassName
{
color: #C55542;
}
</style>
background-color css
<style>
a { background-color: #C55542; }
a { background-color: rgb(197,85,66); }
div.DivClassName
{
background-color: #C55542;
}
.BgClassName
{
background-color: #C55542;
}
</style>
border-color css
<style>
span { border-color: #C55542; }
span { border-color: rgb(197,85,66); }
td.TdClassName
{
border-color: #C55542;
}
.TagClassName
{
border-color: #C55542;
}
</style>