Shades of Dark Coral #C85A3E
Tints of Dark Coral #C85A3E
RGB
CMYK
RGB Variations
Color information
#C85A3E (or 0xC85A3E) is known color: Dark Coral. HEX triplet: C8, 5A and 3E. RGB value is (200,90,62). Sum of RGB (Red+Green+Blue) = 200+90+62=352 (46% of max value = 765). Red value is 200 (78.52% from 255 or 56.82% from 352); Green value is 90 (35.55% from 255 or 25.57% from 352); Blue value is 62 (24.61% from 255 or 17.61% from 352); Max value from RGB is 200 - color contains mainly: red. Hex color #C85A3E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C85A3E is #37A5C1. Grayscale: #777777. Windows color (decimal): -3646914 or 4086472. OLE color: 4086472.
HSL color Cylindrical-coordinate representation of color #C85A3E: hue angle of 12.17º degrees, saturation: 0.56, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C85A3E is Cyan = 0, Magento = 0.55, Yellow = 0.69 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 90 | 62 | - |
| CMYK | 0 | 0.55 | 0.69 | 0.22 |
| HSL | 12.17º | 0.56% | 0.51% | - |
| HSV(B) | 12.17º | 0.69% | 0.78% | - |
| XYZ | 28.35 | 19.94 | 6.91 | - |
| YUV | 119.7 | 95.44 | 185.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 90 | 62 | 0 | 0.55 | 0.69 | 0.22 | 12.17 | 0.56 | 0.51 |
| Hex | C8 | 5A | 3E | 0 | 37 | 45 | 16 | C | 38 | 33 |
| Octal | 310 | 132 | 76 | 0 | 67 | 105 | 26 | 14 | 70 | 63 |
| Binary | 11001000 | 1011010 | 111110 | 0 | 110111 | 1000101 | 10110 | 1100 | 111000 | 110011 |
Color Harmonies of #C85A3E
Complementary color
Monochromatic Colors of #C85A3E
Black with #C85A3E
Text Example
Text Example
White with #C85A3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C85A3E; }
p { color: rgb(200,90,62); }
H1.HeaderClassName
{
color: #C85A3E;
}
.AnyTagClassName
{
color: #C85A3E;
}
</style>
background-color css
<style>
a { background-color: #C85A3E; }
a { background-color: rgb(200,90,62); }
div.DivClassName
{
background-color: #C85A3E;
}
.BgClassName
{
background-color: #C85A3E;
}
</style>
border-color css
<style>
span { border-color: #C85A3E; }
span { border-color: rgb(200,90,62); }
td.TdClassName
{
border-color: #C85A3E;
}
.TagClassName
{
border-color: #C85A3E;
}
</style>