Shades of Dark Coral #C95443
Tints of Dark Coral #C95443
RGB
CMYK
RGB Variations
Color information
#C95443 (or 0xC95443) is known color: Dark Coral. HEX triplet: C9, 54 and 43. RGB value is (201,84,67). Sum of RGB (Red+Green+Blue) = 201+84+67=352 (46% of max value = 765). Red value is 201 (78.91% from 255 or 57.10% from 352); Green value is 84 (33.20% from 255 or 23.86% from 352); Blue value is 67 (26.56% from 255 or 19.03% from 352); Max value from RGB is 201 - color contains mainly: red. Hex color #C95443 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C95443 is #36ABBC. Grayscale: #757575. Windows color (decimal): -3582909 or 4412617. OLE color: 4412617.
HSL color Cylindrical-coordinate representation of color #C95443: hue angle of 7.61º degrees, saturation: 0.55, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C95443 is Cyan = 0, Magento = 0.58, Yellow = 0.67 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 84 | 67 | - |
| CMYK | 0 | 0.58 | 0.67 | 0.21 |
| HSL | 7.61º | 0.55% | 0.53% | - |
| HSV(B) | 7.61º | 0.67% | 0.79% | - |
| XYZ | 28.27 | 19.16 | 7.52 | - |
| YUV | 117.05 | 99.76 | 187.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 84 | 67 | 0 | 0.58 | 0.67 | 0.21 | 7.61 | 0.55 | 0.53 |
| Hex | C9 | 54 | 43 | 0 | 3A | 43 | 15 | 8 | 37 | 35 |
| Octal | 311 | 124 | 103 | 0 | 72 | 103 | 25 | 10 | 67 | 65 |
| Binary | 11001001 | 1010100 | 1000011 | 0 | 111010 | 1000011 | 10101 | 1000 | 110111 | 110101 |
Color Harmonies of #C95443
Complementary color
Monochromatic Colors of #C95443
Black with #C95443
Text Example
Text Example
White with #C95443
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C95443; }
p { color: rgb(201,84,67); }
H1.HeaderClassName
{
color: #C95443;
}
.AnyTagClassName
{
color: #C95443;
}
</style>
background-color css
<style>
a { background-color: #C95443; }
a { background-color: rgb(201,84,67); }
div.DivClassName
{
background-color: #C95443;
}
.BgClassName
{
background-color: #C95443;
}
</style>
border-color css
<style>
span { border-color: #C95443; }
span { border-color: rgb(201,84,67); }
td.TdClassName
{
border-color: #C95443;
}
.TagClassName
{
border-color: #C95443;
}
</style>