Shades of Dark Coral #C95943
Tints of Dark Coral #C95943
RGB
CMYK
RGB Variations
Color information
#C95943 (or 0xC95943) is known color: Dark Coral. HEX triplet: C9, 59 and 43. RGB value is (201,89,67). Sum of RGB (Red+Green+Blue) = 201+89+67=357 (47% of max value = 765). Red value is 201 (78.91% from 255 or 56.30% from 357); Green value is 89 (35.16% from 255 or 24.93% from 357); Blue value is 67 (26.56% from 255 or 18.77% from 357); Max value from RGB is 201 - color contains mainly: red. Hex color #C95943 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C95943 is #36A6BC. Grayscale: #787878. Windows color (decimal): -3581629 or 4413897. OLE color: 4413897.
HSL color Cylindrical-coordinate representation of color #C95943: hue angle of 9.85º 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 #C95943 is Cyan = 0, Magento = 0.56, Yellow = 0.67 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 89 | 67 | - |
| CMYK | 0 | 0.56 | 0.67 | 0.21 |
| HSL | 9.85º | 0.55% | 0.53% | - |
| HSV(B) | 9.85º | 0.67% | 0.79% | - |
| XYZ | 28.67 | 19.97 | 7.65 | - |
| YUV | 119.98 | 98.11 | 185.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 89 | 67 | 0 | 0.56 | 0.67 | 0.21 | 9.85 | 0.55 | 0.53 |
| Hex | C9 | 59 | 43 | 0 | 38 | 43 | 15 | A | 37 | 35 |
| Octal | 311 | 131 | 103 | 0 | 70 | 103 | 25 | 12 | 67 | 65 |
| Binary | 11001001 | 1011001 | 1000011 | 0 | 111000 | 1000011 | 10101 | 1010 | 110111 | 110101 |
Color Harmonies of #C95943
Complementary color
Monochromatic Colors of #C95943
Black with #C95943
Text Example
Text Example
White with #C95943
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C95943; }
p { color: rgb(201,89,67); }
H1.HeaderClassName
{
color: #C95943;
}
.AnyTagClassName
{
color: #C95943;
}
</style>
background-color css
<style>
a { background-color: #C95943; }
a { background-color: rgb(201,89,67); }
div.DivClassName
{
background-color: #C95943;
}
.BgClassName
{
background-color: #C95943;
}
</style>
border-color css
<style>
span { border-color: #C95943; }
span { border-color: rgb(201,89,67); }
td.TdClassName
{
border-color: #C95943;
}
.TagClassName
{
border-color: #C95943;
}
</style>