Shades of Dark Coral #C95444
Tints of Dark Coral #C95444
RGB
CMYK
RGB Variations
Color information
#C95444 (or 0xC95444) is known color: Dark Coral. HEX triplet: C9, 54 and 44. RGB value is (201,84,68). Sum of RGB (Red+Green+Blue) = 201+84+68=353 (46% of max value = 765). Red value is 201 (78.91% from 255 or 56.94% from 353); Green value is 84 (33.20% from 255 or 23.80% from 353); Blue value is 68 (26.95% from 255 or 19.26% from 353); Max value from RGB is 201 - color contains mainly: red. Hex color #C95444 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C95444 is #36ABBB. Grayscale: #757575. Windows color (decimal): -3582908 or 4478153. OLE color: 4478153.
HSL color Cylindrical-coordinate representation of color #C95444: hue angle of 7.22º degrees, saturation: 0.55, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C95444 is Cyan = 0, Magento = 0.58, Yellow = 0.66 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 84 | 68 | - |
| CMYK | 0 | 0.58 | 0.66 | 0.21 |
| HSL | 7.22º | 0.55% | 0.53% | - |
| HSV(B) | 7.22º | 0.66% | 0.79% | - |
| XYZ | 28.3 | 19.18 | 7.68 | - |
| YUV | 117.16 | 100.26 | 187.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 84 | 68 | 0 | 0.58 | 0.66 | 0.21 | 7.22 | 0.55 | 0.53 |
| Hex | C9 | 54 | 44 | 0 | 3A | 42 | 15 | 7 | 37 | 35 |
| Octal | 311 | 124 | 104 | 0 | 72 | 102 | 25 | 7 | 67 | 65 |
| Binary | 11001001 | 1010100 | 1000100 | 0 | 111010 | 1000010 | 10101 | 111 | 110111 | 110101 |
Color Harmonies of #C95444
Complementary color
Monochromatic Colors of #C95444
Black with #C95444
Text Example
Text Example
White with #C95444
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C95444; }
p { color: rgb(201,84,68); }
H1.HeaderClassName
{
color: #C95444;
}
.AnyTagClassName
{
color: #C95444;
}
</style>
background-color css
<style>
a { background-color: #C95444; }
a { background-color: rgb(201,84,68); }
div.DivClassName
{
background-color: #C95444;
}
.BgClassName
{
background-color: #C95444;
}
</style>
border-color css
<style>
span { border-color: #C95444; }
span { border-color: rgb(201,84,68); }
td.TdClassName
{
border-color: #C95444;
}
.TagClassName
{
border-color: #C95444;
}
</style>