Shades of Dark Coral #C9573E
Tints of Dark Coral #C9573E
RGB
CMYK
RGB Variations
Color information
#C9573E (or 0xC9573E) is known color: Dark Coral. HEX triplet: C9, 57 and 3E. RGB value is (201,87,62). Sum of RGB (Red+Green+Blue) = 201+87+62=350 (46% of max value = 765). Red value is 201 (78.91% from 255 or 57.43% from 350); Green value is 87 (34.38% from 255 or 24.86% from 350); Blue value is 62 (24.61% from 255 or 17.71% from 350); Max value from RGB is 201 - color contains mainly: red. Hex color #C9573E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C9573E is #36A8C1. Grayscale: #767676. Windows color (decimal): -3582146 or 4085705. OLE color: 4085705.
HSL color Cylindrical-coordinate representation of color #C9573E: hue angle of 10.79º 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 #C9573E is Cyan = 0, Magento = 0.57, Yellow = 0.69 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 87 | 62 | - |
| CMYK | 0 | 0.57 | 0.69 | 0.21 |
| HSL | 10.79º | 0.56% | 0.52% | - |
| HSV(B) | 10.79º | 0.69% | 0.79% | - |
| XYZ | 28.37 | 19.58 | 6.84 | - |
| YUV | 118.24 | 96.27 | 187.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 87 | 62 | 0 | 0.57 | 0.69 | 0.21 | 10.79 | 0.56 | 0.52 |
| Hex | C9 | 57 | 3E | 0 | 39 | 45 | 15 | B | 38 | 34 |
| Octal | 311 | 127 | 76 | 0 | 71 | 105 | 25 | 13 | 70 | 64 |
| Binary | 11001001 | 1010111 | 111110 | 0 | 111001 | 1000101 | 10101 | 1011 | 111000 | 110100 |
Color Harmonies of #C9573E
Complementary color
Monochromatic Colors of #C9573E
Black with #C9573E
Text Example
Text Example
White with #C9573E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9573E; }
p { color: rgb(201,87,62); }
H1.HeaderClassName
{
color: #C9573E;
}
.AnyTagClassName
{
color: #C9573E;
}
</style>
background-color css
<style>
a { background-color: #C9573E; }
a { background-color: rgb(201,87,62); }
div.DivClassName
{
background-color: #C9573E;
}
.BgClassName
{
background-color: #C9573E;
}
</style>
border-color css
<style>
span { border-color: #C9573E; }
span { border-color: rgb(201,87,62); }
td.TdClassName
{
border-color: #C9573E;
}
.TagClassName
{
border-color: #C9573E;
}
</style>