Shades of Dark Coral #C9593F
Tints of Dark Coral #C9593F
RGB
CMYK
RGB Variations
Color information
#C9593F (or 0xC9593F) is known color: Dark Coral. HEX triplet: C9, 59 and 3F. RGB value is (201,89,63). Sum of RGB (Red+Green+Blue) = 201+89+63=353 (46% of max value = 765). Red value is 201 (78.91% from 255 or 56.94% from 353); Green value is 89 (35.16% from 255 or 25.21% from 353); Blue value is 63 (25% from 255 or 17.85% from 353); Max value from RGB is 201 - color contains mainly: red. Hex color #C9593F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C9593F is #36A6C0. Grayscale: #777777. Windows color (decimal): -3581633 or 4151753. OLE color: 4151753.
HSL color Cylindrical-coordinate representation of color #C9593F: hue angle of 11.3º degrees, saturation: 0.56, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C9593F is Cyan = 0, Magento = 0.56, Yellow = 0.69 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 89 | 63 | - |
| CMYK | 0 | 0.56 | 0.69 | 0.21 |
| HSL | 11.3º | 0.56% | 0.52% | - |
| HSV(B) | 11.3º | 0.69% | 0.79% | - |
| XYZ | 28.56 | 19.92 | 7.04 | - |
| YUV | 119.52 | 96.11 | 186.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 89 | 63 | 0 | 0.56 | 0.69 | 0.21 | 11.3 | 0.56 | 0.52 |
| Hex | C9 | 59 | 3F | 0 | 38 | 45 | 15 | B | 38 | 34 |
| Octal | 311 | 131 | 77 | 0 | 70 | 105 | 25 | 13 | 70 | 64 |
| Binary | 11001001 | 1011001 | 111111 | 0 | 111000 | 1000101 | 10101 | 1011 | 111000 | 110100 |
Color Harmonies of #C9593F
Complementary color
Monochromatic Colors of #C9593F
Black with #C9593F
Text Example
Text Example
White with #C9593F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9593F; }
p { color: rgb(201,89,63); }
H1.HeaderClassName
{
color: #C9593F;
}
.AnyTagClassName
{
color: #C9593F;
}
</style>
background-color css
<style>
a { background-color: #C9593F; }
a { background-color: rgb(201,89,63); }
div.DivClassName
{
background-color: #C9593F;
}
.BgClassName
{
background-color: #C9593F;
}
</style>
border-color css
<style>
span { border-color: #C9593F; }
span { border-color: rgb(201,89,63); }
td.TdClassName
{
border-color: #C9593F;
}
.TagClassName
{
border-color: #C9593F;
}
</style>