Shades of Dark Coral #C9583C
Tints of Dark Coral #C9583C
RGB
CMYK
RGB Variations
Color information
#C9583C (or 0xC9583C) is known color: Dark Coral. HEX triplet: C9, 58 and 3C. RGB value is (201,88,60). Sum of RGB (Red+Green+Blue) = 201+88+60=349 (46% of max value = 765). Red value is 201 (78.91% from 255 or 57.59% from 349); Green value is 88 (34.77% from 255 or 25.21% from 349); Blue value is 60 (23.83% from 255 or 17.19% from 349); Max value from RGB is 201 - color contains mainly: red. Hex color #C9583C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C9583C is #36A7C3. Grayscale: #767676. Windows color (decimal): -3581892 or 3954889. OLE color: 3954889.
HSL color Cylindrical-coordinate representation of color #C9583C: hue angle of 11.91º 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 #C9583C is Cyan = 0, Magento = 0.56, Yellow = 0.70 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 88 | 60 | - |
| CMYK | 0 | 0.56 | 0.70 | 0.21 |
| HSL | 11.91º | 0.57% | 0.51% | - |
| HSV(B) | 11.91º | 0.7% | 0.79% | - |
| XYZ | 28.39 | 19.72 | 6.59 | - |
| YUV | 118.6 | 94.94 | 186.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 88 | 60 | 0 | 0.56 | 0.70 | 0.21 | 11.91 | 0.57 | 0.51 |
| Hex | C9 | 58 | 3C | 0 | 38 | 46 | 15 | C | 39 | 33 |
| Octal | 311 | 130 | 74 | 0 | 70 | 106 | 25 | 14 | 71 | 63 |
| Binary | 11001001 | 1011000 | 111100 | 0 | 111000 | 1000110 | 10101 | 1100 | 111001 | 110011 |
Color Harmonies of #C9583C
Complementary color
Monochromatic Colors of #C9583C
Black with #C9583C
Text Example
Text Example
White with #C9583C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9583C; }
p { color: rgb(201,88,60); }
H1.HeaderClassName
{
color: #C9583C;
}
.AnyTagClassName
{
color: #C9583C;
}
</style>
background-color css
<style>
a { background-color: #C9583C; }
a { background-color: rgb(201,88,60); }
div.DivClassName
{
background-color: #C9583C;
}
.BgClassName
{
background-color: #C9583C;
}
</style>
border-color css
<style>
span { border-color: #C9583C; }
span { border-color: rgb(201,88,60); }
td.TdClassName
{
border-color: #C9583C;
}
.TagClassName
{
border-color: #C9583C;
}
</style>