Shades of Dark Coral #C96347
Tints of Dark Coral #C96347
RGB
CMYK
RGB Variations
Color information
#C96347 (or 0xC96347) is known color: Dark Coral. HEX triplet: C9, 63 and 47. RGB value is (201,99,71). Sum of RGB (Red+Green+Blue) = 201+99+71=371 (49% of max value = 765). Red value is 201 (78.91% from 255 or 54.18% from 371); Green value is 99 (39.06% from 255 or 26.68% from 371); Blue value is 71 (28.12% from 255 or 19.14% from 371); Max value from RGB is 201 - color contains mainly: red. Hex color #C96347 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C96347 is #369CB8. Grayscale: #7E7E7E. Windows color (decimal): -3579065 or 4678601. OLE color: 4678601.
HSL color Cylindrical-coordinate representation of color #C96347: hue angle of 12.92º degrees, saturation: 0.55, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C96347 is Cyan = 0, Magento = 0.51, Yellow = 0.65 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 99 | 71 | - |
| CMYK | 0 | 0.51 | 0.65 | 0.21 |
| HSL | 12.92º | 0.55% | 0.53% | - |
| HSV(B) | 12.92º | 0.65% | 0.79% | - |
| XYZ | 29.69 | 21.8 | 8.6 | - |
| YUV | 126.31 | 96.79 | 181.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 99 | 71 | 0 | 0.51 | 0.65 | 0.21 | 12.92 | 0.55 | 0.53 |
| Hex | C9 | 63 | 47 | 0 | 33 | 41 | 15 | D | 37 | 35 |
| Octal | 311 | 143 | 107 | 0 | 63 | 101 | 25 | 15 | 67 | 65 |
| Binary | 11001001 | 1100011 | 1000111 | 0 | 110011 | 1000001 | 10101 | 1101 | 110111 | 110101 |
Color Harmonies of #C96347
Complementary color
Monochromatic Colors of #C96347
Black with #C96347
Text Example
Text Example
White with #C96347
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C96347; }
p { color: rgb(201,99,71); }
H1.HeaderClassName
{
color: #C96347;
}
.AnyTagClassName
{
color: #C96347;
}
</style>
background-color css
<style>
a { background-color: #C96347; }
a { background-color: rgb(201,99,71); }
div.DivClassName
{
background-color: #C96347;
}
.BgClassName
{
background-color: #C96347;
}
</style>
border-color css
<style>
span { border-color: #C96347; }
span { border-color: rgb(201,99,71); }
td.TdClassName
{
border-color: #C96347;
}
.TagClassName
{
border-color: #C96347;
}
</style>