Shades of Dark Coral #C85C49
Tints of Dark Coral #C85C49
RGB
CMYK
RGB Variations
Color information
#C85C49 (or 0xC85C49) is known color: Dark Coral. HEX triplet: C8, 5C and 49. RGB value is (200,92,73). Sum of RGB (Red+Green+Blue) = 200+92+73=365 (48% of max value = 765). Red value is 200 (78.52% from 255 or 54.79% from 365); Green value is 92 (36.33% from 255 or 25.21% from 365); Blue value is 73 (28.91% from 255 or 20% from 365); Max value from RGB is 200 - color contains mainly: red. Hex color #C85C49 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C85C49 is #37A3B6. Grayscale: #7A7A7A. Windows color (decimal): -3646391 or 4807880. OLE color: 4807880.
HSL color Cylindrical-coordinate representation of color #C85C49: hue angle of 8.98º degrees, saturation: 0.54, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C85C49 is Cyan = 0, Magento = 0.54, Yellow = 0.64 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 92 | 73 | - |
| CMYK | 0 | 0.54 | 0.64 | 0.22 |
| HSL | 8.98º | 0.54% | 0.54% | - |
| HSV(B) | 8.98º | 0.64% | 0.78% | - |
| XYZ | 28.85 | 20.41 | 8.72 | - |
| YUV | 122.13 | 100.28 | 183.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 92 | 73 | 0 | 0.54 | 0.64 | 0.22 | 8.98 | 0.54 | 0.54 |
| Hex | C8 | 5C | 49 | 0 | 36 | 40 | 16 | 9 | 36 | 36 |
| Octal | 310 | 134 | 111 | 0 | 66 | 100 | 26 | 11 | 66 | 66 |
| Binary | 11001000 | 1011100 | 1001001 | 0 | 110110 | 1000000 | 10110 | 1001 | 110110 | 110110 |
Color Harmonies of #C85C49
Complementary color
Monochromatic Colors of #C85C49
Black with #C85C49
Text Example
Text Example
White with #C85C49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C85C49; }
p { color: rgb(200,92,73); }
H1.HeaderClassName
{
color: #C85C49;
}
.AnyTagClassName
{
color: #C85C49;
}
</style>
background-color css
<style>
a { background-color: #C85C49; }
a { background-color: rgb(200,92,73); }
div.DivClassName
{
background-color: #C85C49;
}
.BgClassName
{
background-color: #C85C49;
}
</style>
border-color css
<style>
span { border-color: #C85C49; }
span { border-color: rgb(200,92,73); }
td.TdClassName
{
border-color: #C85C49;
}
.TagClassName
{
border-color: #C85C49;
}
</style>