Shades of Dark Coral #C95441
Tints of Dark Coral #C95441
RGB
CMYK
RGB Variations
Color information
#C95441 (or 0xC95441) is known color: Dark Coral. HEX triplet: C9, 54 and 41. RGB value is (201,84,65). Sum of RGB (Red+Green+Blue) = 201+84+65=350 (46% of max value = 765). Red value is 201 (78.91% from 255 or 57.43% from 350); Green value is 84 (33.20% from 255 or 24% from 350); Blue value is 65 (25.78% from 255 or 18.57% from 350); Max value from RGB is 201 - color contains mainly: red. Hex color #C95441 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C95441 is #36ABBE. Grayscale: #757575. Windows color (decimal): -3582911 or 4281545. OLE color: 4281545.
HSL color Cylindrical-coordinate representation of color #C95441: hue angle of 8.38º 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 #C95441 is Cyan = 0, Magento = 0.58, Yellow = 0.68 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 84 | 65 | - |
| CMYK | 0 | 0.58 | 0.68 | 0.21 |
| HSL | 8.38º | 0.56% | 0.52% | - |
| HSV(B) | 8.38º | 0.68% | 0.79% | - |
| XYZ | 28.21 | 19.14 | 7.21 | - |
| YUV | 116.82 | 98.76 | 188.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 84 | 65 | 0 | 0.58 | 0.68 | 0.21 | 8.38 | 0.56 | 0.52 |
| Hex | C9 | 54 | 41 | 0 | 3A | 44 | 15 | 8 | 38 | 34 |
| Octal | 311 | 124 | 101 | 0 | 72 | 104 | 25 | 10 | 70 | 64 |
| Binary | 11001001 | 1010100 | 1000001 | 0 | 111010 | 1000100 | 10101 | 1000 | 111000 | 110100 |
Color Harmonies of #C95441
Complementary color
Monochromatic Colors of #C95441
Black with #C95441
Text Example
Text Example
White with #C95441
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C95441; }
p { color: rgb(201,84,65); }
H1.HeaderClassName
{
color: #C95441;
}
.AnyTagClassName
{
color: #C95441;
}
</style>
background-color css
<style>
a { background-color: #C95441; }
a { background-color: rgb(201,84,65); }
div.DivClassName
{
background-color: #C95441;
}
.BgClassName
{
background-color: #C95441;
}
</style>
border-color css
<style>
span { border-color: #C95441; }
span { border-color: rgb(201,84,65); }
td.TdClassName
{
border-color: #C95441;
}
.TagClassName
{
border-color: #C95441;
}
</style>