Shades of Dark Coral #C95740
Tints of Dark Coral #C95740
RGB
CMYK
RGB Variations
Color information
#C95740 (or 0xC95740) is known color: Dark Coral. HEX triplet: C9, 57 and 40. RGB value is (201,87,64). Sum of RGB (Red+Green+Blue) = 201+87+64=352 (46% of max value = 765). Red value is 201 (78.91% from 255 or 57.10% from 352); Green value is 87 (34.38% from 255 or 24.72% from 352); Blue value is 64 (25.39% from 255 or 18.18% from 352); Max value from RGB is 201 - color contains mainly: red. Hex color #C95740 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C95740 is #36A8BF. Grayscale: #767676. Windows color (decimal): -3582144 or 4216777. OLE color: 4216777.
HSL color Cylindrical-coordinate representation of color #C95740: hue angle of 10.07º degrees, saturation: 0.56, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C95740 is Cyan = 0, Magento = 0.57, Yellow = 0.68 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 87 | 64 | - |
| CMYK | 0 | 0.57 | 0.68 | 0.21 |
| HSL | 10.07º | 0.56% | 0.52% | - |
| HSV(B) | 10.07º | 0.68% | 0.79% | - |
| XYZ | 28.42 | 19.6 | 7.14 | - |
| YUV | 118.46 | 97.27 | 186.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 87 | 64 | 0 | 0.57 | 0.68 | 0.21 | 10.07 | 0.56 | 0.52 |
| Hex | C9 | 57 | 40 | 0 | 39 | 44 | 15 | A | 38 | 34 |
| Octal | 311 | 127 | 100 | 0 | 71 | 104 | 25 | 12 | 70 | 64 |
| Binary | 11001001 | 1010111 | 1000000 | 0 | 111001 | 1000100 | 10101 | 1010 | 111000 | 110100 |
Color Harmonies of #C95740
Complementary color
Monochromatic Colors of #C95740
Black with #C95740
Text Example
Text Example
White with #C95740
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C95740; }
p { color: rgb(201,87,64); }
H1.HeaderClassName
{
color: #C95740;
}
.AnyTagClassName
{
color: #C95740;
}
</style>
background-color css
<style>
a { background-color: #C95740; }
a { background-color: rgb(201,87,64); }
div.DivClassName
{
background-color: #C95740;
}
.BgClassName
{
background-color: #C95740;
}
</style>
border-color css
<style>
span { border-color: #C95740; }
span { border-color: rgb(201,87,64); }
td.TdClassName
{
border-color: #C95740;
}
.TagClassName
{
border-color: #C95740;
}
</style>