Shades of Dark Coral #C95141
Tints of Dark Coral #C95141
RGB
CMYK
RGB Variations
Color information
#C95141 (or 0xC95141) is known color: Dark Coral. HEX triplet: C9, 51 and 41. RGB value is (201,81,65). Sum of RGB (Red+Green+Blue) = 201+81+65=347 (45% of max value = 765). Red value is 201 (78.91% from 255 or 57.93% from 347); Green value is 81 (32.03% from 255 or 23.34% from 347); Blue value is 65 (25.78% from 255 or 18.73% from 347); Max value from RGB is 201 - color contains mainly: red. Hex color #C95141 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C95141 is #36AEBE. Grayscale: #737373. Windows color (decimal): -3583679 or 4280777. OLE color: 4280777.
HSL color Cylindrical-coordinate representation of color #C95141: hue angle of 7.06º 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 #C95141 is Cyan = 0, Magento = 0.60, Yellow = 0.68 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 81 | 65 | - |
| CMYK | 0 | 0.60 | 0.68 | 0.21 |
| HSL | 7.06º | 0.56% | 0.52% | - |
| HSV(B) | 7.06º | 0.68% | 0.79% | - |
| XYZ | 27.98 | 18.68 | 7.13 | - |
| YUV | 115.06 | 99.76 | 189.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 81 | 65 | 0 | 0.60 | 0.68 | 0.21 | 7.06 | 0.56 | 0.52 |
| Hex | C9 | 51 | 41 | 0 | 3C | 44 | 15 | 7 | 38 | 34 |
| Octal | 311 | 121 | 101 | 0 | 74 | 104 | 25 | 7 | 70 | 64 |
| Binary | 11001001 | 1010001 | 1000001 | 0 | 111100 | 1000100 | 10101 | 111 | 111000 | 110100 |
Color Harmonies of #C95141
Complementary color
Monochromatic Colors of #C95141
Black with #C95141
Text Example
Text Example
White with #C95141
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C95141; }
p { color: rgb(201,81,65); }
H1.HeaderClassName
{
color: #C95141;
}
.AnyTagClassName
{
color: #C95141;
}
</style>
background-color css
<style>
a { background-color: #C95141; }
a { background-color: rgb(201,81,65); }
div.DivClassName
{
background-color: #C95141;
}
.BgClassName
{
background-color: #C95141;
}
</style>
border-color css
<style>
span { border-color: #C95141; }
span { border-color: rgb(201,81,65); }
td.TdClassName
{
border-color: #C95141;
}
.TagClassName
{
border-color: #C95141;
}
</style>