Shades of Dark Coral #C9593C
Tints of Dark Coral #C9593C
RGB
CMYK
RGB Variations
Color information
#C9593C (or 0xC9593C) is known color: Dark Coral. HEX triplet: C9, 59 and 3C. RGB value is (201,89,60). Sum of RGB (Red+Green+Blue) = 201+89+60=350 (46% of max value = 765). Red value is 201 (78.91% from 255 or 57.43% from 350); Green value is 89 (35.16% from 255 or 25.43% from 350); Blue value is 60 (23.83% from 255 or 17.14% from 350); Max value from RGB is 201 - color contains mainly: red. Hex color #C9593C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C9593C is #36A6C3. Grayscale: #777777. Windows color (decimal): -3581636 or 3955145. OLE color: 3955145.
HSL color Cylindrical-coordinate representation of color #C9593C: hue angle of 12.34º degrees, saturation: 0.57, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C9593C is Cyan = 0, Magento = 0.56, Yellow = 0.70 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 89 | 60 | - |
| CMYK | 0 | 0.56 | 0.70 | 0.21 |
| HSL | 12.34º | 0.57% | 0.51% | - |
| HSV(B) | 12.34º | 0.7% | 0.79% | - |
| XYZ | 28.48 | 19.89 | 6.61 | - |
| YUV | 119.18 | 94.61 | 186.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 89 | 60 | 0 | 0.56 | 0.70 | 0.21 | 12.34 | 0.57 | 0.51 |
| Hex | C9 | 59 | 3C | 0 | 38 | 46 | 15 | C | 39 | 33 |
| Octal | 311 | 131 | 74 | 0 | 70 | 106 | 25 | 14 | 71 | 63 |
| Binary | 11001001 | 1011001 | 111100 | 0 | 111000 | 1000110 | 10101 | 1100 | 111001 | 110011 |
Color Harmonies of #C9593C
Complementary color
Monochromatic Colors of #C9593C
Black with #C9593C
Text Example
Text Example
White with #C9593C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9593C; }
p { color: rgb(201,89,60); }
H1.HeaderClassName
{
color: #C9593C;
}
.AnyTagClassName
{
color: #C9593C;
}
</style>
background-color css
<style>
a { background-color: #C9593C; }
a { background-color: rgb(201,89,60); }
div.DivClassName
{
background-color: #C9593C;
}
.BgClassName
{
background-color: #C9593C;
}
</style>
border-color css
<style>
span { border-color: #C9593C; }
span { border-color: rgb(201,89,60); }
td.TdClassName
{
border-color: #C9593C;
}
.TagClassName
{
border-color: #C9593C;
}
</style>