Shades of Dark Coral #C95240
Tints of Dark Coral #C95240
RGB
CMYK
RGB Variations
Color information
#C95240 (or 0xC95240) is known color: Dark Coral. HEX triplet: C9, 52 and 40. RGB value is (201,82,64). Sum of RGB (Red+Green+Blue) = 201+82+64=347 (45% of max value = 765). Red value is 201 (78.91% from 255 or 57.93% from 347); Green value is 82 (32.42% from 255 or 23.63% from 347); Blue value is 64 (25.39% from 255 or 18.44% from 347); Max value from RGB is 201 - color contains mainly: red. Hex color #C95240 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C95240 is #36ADBF. Grayscale: #737373. Windows color (decimal): -3583424 or 4215497. OLE color: 4215497.
HSL color Cylindrical-coordinate representation of color #C95240: hue angle of 7.88º 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 #C95240 is Cyan = 0, Magento = 0.59, Yellow = 0.68 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 82 | 64 | - |
| CMYK | 0 | 0.59 | 0.68 | 0.21 |
| HSL | 7.88º | 0.56% | 0.52% | - |
| HSV(B) | 7.88º | 0.68% | 0.79% | - |
| XYZ | 28.03 | 18.82 | 7.01 | - |
| YUV | 115.53 | 98.92 | 188.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 82 | 64 | 0 | 0.59 | 0.68 | 0.21 | 7.88 | 0.56 | 0.52 |
| Hex | C9 | 52 | 40 | 0 | 3B | 44 | 15 | 8 | 38 | 34 |
| Octal | 311 | 122 | 100 | 0 | 73 | 104 | 25 | 10 | 70 | 64 |
| Binary | 11001001 | 1010010 | 1000000 | 0 | 111011 | 1000100 | 10101 | 1000 | 111000 | 110100 |
Color Harmonies of #C95240
Complementary color
Monochromatic Colors of #C95240
Black with #C95240
Text Example
Text Example
White with #C95240
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C95240; }
p { color: rgb(201,82,64); }
H1.HeaderClassName
{
color: #C95240;
}
.AnyTagClassName
{
color: #C95240;
}
</style>
background-color css
<style>
a { background-color: #C95240; }
a { background-color: rgb(201,82,64); }
div.DivClassName
{
background-color: #C95240;
}
.BgClassName
{
background-color: #C95240;
}
</style>
border-color css
<style>
span { border-color: #C95240; }
span { border-color: rgb(201,82,64); }
td.TdClassName
{
border-color: #C95240;
}
.TagClassName
{
border-color: #C95240;
}
</style>