Shades of Dark Coral #C95241
Tints of Dark Coral #C95241
RGB
CMYK
RGB Variations
Color information
#C95241 (or 0xC95241) is known color: Dark Coral. HEX triplet: C9, 52 and 41. RGB value is (201,82,65). Sum of RGB (Red+Green+Blue) = 201+82+65=348 (46% of max value = 765). Red value is 201 (78.91% from 255 or 57.76% from 348); Green value is 82 (32.42% from 255 or 23.56% from 348); Blue value is 65 (25.78% from 255 or 18.68% from 348); Max value from RGB is 201 - color contains mainly: red. Hex color #C95241 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C95241 is #36ADBE. Grayscale: #737373. Windows color (decimal): -3583423 or 4281033. OLE color: 4281033.
HSL color Cylindrical-coordinate representation of color #C95241: hue angle of 7.5º 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 #C95241 is Cyan = 0, Magento = 0.59, Yellow = 0.68 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 82 | 65 | - |
| CMYK | 0 | 0.59 | 0.68 | 0.21 |
| HSL | 7.5º | 0.56% | 0.52% | - |
| HSV(B) | 7.5º | 0.68% | 0.79% | - |
| XYZ | 28.06 | 18.83 | 7.16 | - |
| YUV | 115.64 | 99.42 | 188.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 82 | 65 | 0 | 0.59 | 0.68 | 0.21 | 7.5 | 0.56 | 0.52 |
| Hex | C9 | 52 | 41 | 0 | 3B | 44 | 15 | 8 | 38 | 34 |
| Octal | 311 | 122 | 101 | 0 | 73 | 104 | 25 | 10 | 70 | 64 |
| Binary | 11001001 | 1010010 | 1000001 | 0 | 111011 | 1000100 | 10101 | 1000 | 111000 | 110100 |
Color Harmonies of #C95241
Complementary color
Monochromatic Colors of #C95241
Black with #C95241
Text Example
Text Example
White with #C95241
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C95241; }
p { color: rgb(201,82,65); }
H1.HeaderClassName
{
color: #C95241;
}
.AnyTagClassName
{
color: #C95241;
}
</style>
background-color css
<style>
a { background-color: #C95241; }
a { background-color: rgb(201,82,65); }
div.DivClassName
{
background-color: #C95241;
}
.BgClassName
{
background-color: #C95241;
}
</style>
border-color css
<style>
span { border-color: #C95241; }
span { border-color: rgb(201,82,65); }
td.TdClassName
{
border-color: #C95241;
}
.TagClassName
{
border-color: #C95241;
}
</style>