Shades of Dark Coral #C95242
Tints of Dark Coral #C95242
RGB
CMYK
RGB Variations
Color information
#C95242 (or 0xC95242) is known color: Dark Coral. HEX triplet: C9, 52 and 42. RGB value is (201,82,66). Sum of RGB (Red+Green+Blue) = 201+82+66=349 (46% of max value = 765). Red value is 201 (78.91% from 255 or 57.59% from 349); Green value is 82 (32.42% from 255 or 23.50% from 349); Blue value is 66 (26.17% from 255 or 18.91% from 349); Max value from RGB is 201 - color contains mainly: red. Hex color #C95242 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C95242 is #36ADBD. Grayscale: #737373. Windows color (decimal): -3583422 or 4346569. OLE color: 4346569.
HSL color Cylindrical-coordinate representation of color #C95242: hue angle of 7.11º degrees, saturation: 0.56, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C95242 is Cyan = 0, Magento = 0.59, Yellow = 0.67 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 82 | 66 | - |
| CMYK | 0 | 0.59 | 0.67 | 0.21 |
| HSL | 7.11º | 0.56% | 0.52% | - |
| HSV(B) | 7.11º | 0.67% | 0.79% | - |
| XYZ | 28.09 | 18.85 | 7.31 | - |
| YUV | 115.76 | 99.92 | 188.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 82 | 66 | 0 | 0.59 | 0.67 | 0.21 | 7.11 | 0.56 | 0.52 |
| Hex | C9 | 52 | 42 | 0 | 3B | 43 | 15 | 7 | 38 | 34 |
| Octal | 311 | 122 | 102 | 0 | 73 | 103 | 25 | 7 | 70 | 64 |
| Binary | 11001001 | 1010010 | 1000010 | 0 | 111011 | 1000011 | 10101 | 111 | 111000 | 110100 |
Color Harmonies of #C95242
Complementary color
Monochromatic Colors of #C95242
Black with #C95242
Text Example
Text Example
White with #C95242
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C95242; }
p { color: rgb(201,82,66); }
H1.HeaderClassName
{
color: #C95242;
}
.AnyTagClassName
{
color: #C95242;
}
</style>
background-color css
<style>
a { background-color: #C95242; }
a { background-color: rgb(201,82,66); }
div.DivClassName
{
background-color: #C95242;
}
.BgClassName
{
background-color: #C95242;
}
</style>
border-color css
<style>
span { border-color: #C95242; }
span { border-color: rgb(201,82,66); }
td.TdClassName
{
border-color: #C95242;
}
.TagClassName
{
border-color: #C95242;
}
</style>