Shades of Dark Coral #C85746
Tints of Dark Coral #C85746
RGB
CMYK
RGB Variations
Color information
#C85746 (or 0xC85746) is known color: Dark Coral. HEX triplet: C8, 57 and 46. RGB value is (200,87,70). Sum of RGB (Red+Green+Blue) = 200+87+70=357 (47% of max value = 765). Red value is 200 (78.52% from 255 or 56.02% from 357); Green value is 87 (34.38% from 255 or 24.37% from 357); Blue value is 70 (27.73% from 255 or 19.61% from 357); Max value from RGB is 200 - color contains mainly: red. Hex color #C85746 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C85746 is #37A8B9. Grayscale: #777777. Windows color (decimal): -3647674 or 4609992. OLE color: 4609992.
HSL color Cylindrical-coordinate representation of color #C85746: hue angle of 7.85º degrees, saturation: 0.54, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C85746 is Cyan = 0, Magento = 0.56, Yellow = 0.65 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 87 | 70 | - |
| CMYK | 0 | 0.56 | 0.65 | 0.22 |
| HSL | 7.85º | 0.54% | 0.53% | - |
| HSV(B) | 7.85º | 0.65% | 0.78% | - |
| XYZ | 28.33 | 19.54 | 8.07 | - |
| YUV | 118.85 | 100.44 | 185.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 87 | 70 | 0 | 0.56 | 0.65 | 0.22 | 7.85 | 0.54 | 0.53 |
| Hex | C8 | 57 | 46 | 0 | 38 | 41 | 16 | 8 | 36 | 35 |
| Octal | 310 | 127 | 106 | 0 | 70 | 101 | 26 | 10 | 66 | 65 |
| Binary | 11001000 | 1010111 | 1000110 | 0 | 111000 | 1000001 | 10110 | 1000 | 110110 | 110101 |
Color Harmonies of #C85746
Complementary color
Monochromatic Colors of #C85746
Black with #C85746
Text Example
Text Example
White with #C85746
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C85746; }
p { color: rgb(200,87,70); }
H1.HeaderClassName
{
color: #C85746;
}
.AnyTagClassName
{
color: #C85746;
}
</style>
background-color css
<style>
a { background-color: #C85746; }
a { background-color: rgb(200,87,70); }
div.DivClassName
{
background-color: #C85746;
}
.BgClassName
{
background-color: #C85746;
}
</style>
border-color css
<style>
span { border-color: #C85746; }
span { border-color: rgb(200,87,70); }
td.TdClassName
{
border-color: #C85746;
}
.TagClassName
{
border-color: #C85746;
}
</style>