Shades of Dark Coral #C4553F
Tints of Dark Coral #C4553F
RGB
CMYK
RGB Variations
Color information
#C4553F (or 0xC4553F) is known color: Dark Coral. HEX triplet: C4, 55 and 3F. RGB value is (196,85,63). Sum of RGB (Red+Green+Blue) = 196+85+63=344 (45% of max value = 765). Red value is 196 (76.95% from 255 or 56.98% from 344); Green value is 85 (33.59% from 255 or 24.71% from 344); Blue value is 63 (25% from 255 or 18.31% from 344); Max value from RGB is 196 - color contains mainly: red. Hex color #C4553F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C4553F is #3BAAC0. Grayscale: #737373. Windows color (decimal): -3910337 or 4150724. OLE color: 4150724.
HSL color Cylindrical-coordinate representation of color #C4553F: hue angle of 9.92º 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 #C4553F is Cyan = 0, Magento = 0.57, Yellow = 0.68 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 85 | 63 | - |
| CMYK | 0 | 0.57 | 0.68 | 0.23 |
| HSL | 9.92º | 0.53% | 0.51% | - |
| HSV(B) | 9.92º | 0.68% | 0.77% | - |
| XYZ | 26.91 | 18.59 | 6.87 | - |
| YUV | 115.68 | 98.27 | 185.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 85 | 63 | 0 | 0.57 | 0.68 | 0.23 | 9.92 | 0.53 | 0.51 |
| Hex | C4 | 55 | 3F | 0 | 39 | 44 | 17 | A | 35 | 33 |
| Octal | 304 | 125 | 77 | 0 | 71 | 104 | 27 | 12 | 65 | 63 |
| Binary | 11000100 | 1010101 | 111111 | 0 | 111001 | 1000100 | 10111 | 1010 | 110101 | 110011 |
Color Harmonies of #C4553F
Complementary color
Monochromatic Colors of #C4553F
Black with #C4553F
Text Example
Text Example
White with #C4553F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4553F; }
p { color: rgb(196,85,63); }
H1.HeaderClassName
{
color: #C4553F;
}
.AnyTagClassName
{
color: #C4553F;
}
</style>
background-color css
<style>
a { background-color: #C4553F; }
a { background-color: rgb(196,85,63); }
div.DivClassName
{
background-color: #C4553F;
}
.BgClassName
{
background-color: #C4553F;
}
</style>
border-color css
<style>
span { border-color: #C4553F; }
span { border-color: rgb(196,85,63); }
td.TdClassName
{
border-color: #C4553F;
}
.TagClassName
{
border-color: #C4553F;
}
</style>