Shades of Dark Coral #C85A49
Tints of Dark Coral #C85A49
RGB
CMYK
RGB Variations
Color information
#C85A49 (or 0xC85A49) is known color: Dark Coral. HEX triplet: C8, 5A and 49. RGB value is (200,90,73). Sum of RGB (Red+Green+Blue) = 200+90+73=363 (48% of max value = 765). Red value is 200 (78.52% from 255 or 55.10% from 363); Green value is 90 (35.55% from 255 or 24.79% from 363); Blue value is 73 (28.91% from 255 or 20.11% from 363); Max value from RGB is 200 - color contains mainly: red. Hex color #C85A49 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C85A49 is #37A5B6. Grayscale: #797979. Windows color (decimal): -3646903 or 4807368. OLE color: 4807368.
HSL color Cylindrical-coordinate representation of color #C85A49: hue angle of 8.03º 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 #C85A49 is Cyan = 0, Magento = 0.55, Yellow = 0.64 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 90 | 73 | - |
| CMYK | 0 | 0.55 | 0.64 | 0.22 |
| HSL | 8.03º | 0.54% | 0.54% | - |
| HSV(B) | 8.03º | 0.64% | 0.78% | - |
| XYZ | 28.68 | 20.07 | 8.67 | - |
| YUV | 120.95 | 100.94 | 184.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 90 | 73 | 0 | 0.55 | 0.64 | 0.22 | 8.03 | 0.54 | 0.54 |
| Hex | C8 | 5A | 49 | 0 | 37 | 40 | 16 | 8 | 36 | 36 |
| Octal | 310 | 132 | 111 | 0 | 67 | 100 | 26 | 10 | 66 | 66 |
| Binary | 11001000 | 1011010 | 1001001 | 0 | 110111 | 1000000 | 10110 | 1000 | 110110 | 110110 |
Color Harmonies of #C85A49
Complementary color
Monochromatic Colors of #C85A49
Black with #C85A49
Text Example
Text Example
White with #C85A49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C85A49; }
p { color: rgb(200,90,73); }
H1.HeaderClassName
{
color: #C85A49;
}
.AnyTagClassName
{
color: #C85A49;
}
</style>
background-color css
<style>
a { background-color: #C85A49; }
a { background-color: rgb(200,90,73); }
div.DivClassName
{
background-color: #C85A49;
}
.BgClassName
{
background-color: #C85A49;
}
</style>
border-color css
<style>
span { border-color: #C85A49; }
span { border-color: rgb(200,90,73); }
td.TdClassName
{
border-color: #C85A49;
}
.TagClassName
{
border-color: #C85A49;
}
</style>