Shades of Dark Coral #C85D47
Tints of Dark Coral #C85D47
RGB
CMYK
RGB Variations
Color information
#C85D47 (or 0xC85D47) is known color: Dark Coral. HEX triplet: C8, 5D and 47. RGB value is (200,93,71). Sum of RGB (Red+Green+Blue) = 200+93+71=364 (48% of max value = 765). Red value is 200 (78.52% from 255 or 54.95% from 364); Green value is 93 (36.72% from 255 or 25.55% from 364); Blue value is 71 (28.12% from 255 or 19.51% from 364); Max value from RGB is 200 - color contains mainly: red. Hex color #C85D47 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C85D47 is #37A2B8. Grayscale: #7A7A7A. Windows color (decimal): -3646137 or 4677064. OLE color: 4677064.
HSL color Cylindrical-coordinate representation of color #C85D47: hue angle of 10.23º degrees, saturation: 0.54, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C85D47 is Cyan = 0, Magento = 0.54, Yellow = 0.64 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 93 | 71 | - |
| CMYK | 0 | 0.54 | 0.64 | 0.22 |
| HSL | 10.23º | 0.54% | 0.53% | - |
| HSV(B) | 10.23º | 0.65% | 0.78% | - |
| XYZ | 28.87 | 20.56 | 8.41 | - |
| YUV | 122.49 | 98.95 | 183.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 93 | 71 | 0 | 0.54 | 0.64 | 0.22 | 10.23 | 0.54 | 0.53 |
| Hex | C8 | 5D | 47 | 0 | 36 | 40 | 16 | A | 36 | 35 |
| Octal | 310 | 135 | 107 | 0 | 66 | 100 | 26 | 12 | 66 | 65 |
| Binary | 11001000 | 1011101 | 1000111 | 0 | 110110 | 1000000 | 10110 | 1010 | 110110 | 110101 |
Color Harmonies of #C85D47
Complementary color
Monochromatic Colors of #C85D47
Black with #C85D47
Text Example
Text Example
White with #C85D47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C85D47; }
p { color: rgb(200,93,71); }
H1.HeaderClassName
{
color: #C85D47;
}
.AnyTagClassName
{
color: #C85D47;
}
</style>
background-color css
<style>
a { background-color: #C85D47; }
a { background-color: rgb(200,93,71); }
div.DivClassName
{
background-color: #C85D47;
}
.BgClassName
{
background-color: #C85D47;
}
</style>
border-color css
<style>
span { border-color: #C85D47; }
span { border-color: rgb(200,93,71); }
td.TdClassName
{
border-color: #C85D47;
}
.TagClassName
{
border-color: #C85D47;
}
</style>