Shades of Dark Coral #C85A46
Tints of Dark Coral #C85A46
RGB
CMYK
RGB Variations
Color information
#C85A46 (or 0xC85A46) is known color: Dark Coral. HEX triplet: C8, 5A and 46. RGB value is (200,90,70). Sum of RGB (Red+Green+Blue) = 200+90+70=360 (47% of max value = 765). Red value is 200 (78.52% from 255 or 55.56% from 360); Green value is 90 (35.55% from 255 or 25% from 360); Blue value is 70 (27.73% from 255 or 19.44% from 360); Max value from RGB is 200 - color contains mainly: red. Hex color #C85A46 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C85A46 is #37A5B9. Grayscale: #787878. Windows color (decimal): -3646906 or 4610760. OLE color: 4610760.
HSL color Cylindrical-coordinate representation of color #C85A46: hue angle of 9.23º 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 #C85A46 is Cyan = 0, Magento = 0.55, Yellow = 0.65 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 90 | 70 | - |
| CMYK | 0 | 0.55 | 0.65 | 0.22 |
| HSL | 9.23º | 0.54% | 0.53% | - |
| HSV(B) | 9.23º | 0.65% | 0.78% | - |
| XYZ | 28.58 | 20.03 | 8.15 | - |
| YUV | 120.61 | 99.44 | 184.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 90 | 70 | 0 | 0.55 | 0.65 | 0.22 | 9.23 | 0.54 | 0.53 |
| Hex | C8 | 5A | 46 | 0 | 37 | 41 | 16 | 9 | 36 | 35 |
| Octal | 310 | 132 | 106 | 0 | 67 | 101 | 26 | 11 | 66 | 65 |
| Binary | 11001000 | 1011010 | 1000110 | 0 | 110111 | 1000001 | 10110 | 1001 | 110110 | 110101 |
Color Harmonies of #C85A46
Complementary color
Monochromatic Colors of #C85A46
Black with #C85A46
Text Example
Text Example
White with #C85A46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C85A46; }
p { color: rgb(200,90,70); }
H1.HeaderClassName
{
color: #C85A46;
}
.AnyTagClassName
{
color: #C85A46;
}
</style>
background-color css
<style>
a { background-color: #C85A46; }
a { background-color: rgb(200,90,70); }
div.DivClassName
{
background-color: #C85A46;
}
.BgClassName
{
background-color: #C85A46;
}
</style>
border-color css
<style>
span { border-color: #C85A46; }
span { border-color: rgb(200,90,70); }
td.TdClassName
{
border-color: #C85A46;
}
.TagClassName
{
border-color: #C85A46;
}
</style>