Shades of Dark Coral #C85A48
Tints of Dark Coral #C85A48
RGB
CMYK
RGB Variations
Color information
#C85A48 (or 0xC85A48) is known color: Dark Coral. HEX triplet: C8, 5A and 48. RGB value is (200,90,72). Sum of RGB (Red+Green+Blue) = 200+90+72=362 (47% of max value = 765). Red value is 200 (78.52% from 255 or 55.25% from 362); Green value is 90 (35.55% from 255 or 24.86% from 362); Blue value is 72 (28.52% from 255 or 19.89% from 362); Max value from RGB is 200 - color contains mainly: red. Hex color #C85A48 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C85A48 is #37A5B7. Grayscale: #797979. Windows color (decimal): -3646904 or 4741832. OLE color: 4741832.
HSL color Cylindrical-coordinate representation of color #C85A48: hue angle of 8.44º degrees, saturation: 0.54, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C85A48 is Cyan = 0, Magento = 0.55, Yellow = 0.64 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 90 | 72 | - |
| CMYK | 0 | 0.55 | 0.64 | 0.22 |
| HSL | 8.44º | 0.54% | 0.53% | - |
| HSV(B) | 8.44º | 0.64% | 0.78% | - |
| XYZ | 28.65 | 20.06 | 8.49 | - |
| YUV | 120.84 | 100.44 | 184.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 90 | 72 | 0 | 0.55 | 0.64 | 0.22 | 8.44 | 0.54 | 0.53 |
| Hex | C8 | 5A | 48 | 0 | 37 | 40 | 16 | 8 | 36 | 35 |
| Octal | 310 | 132 | 110 | 0 | 67 | 100 | 26 | 10 | 66 | 65 |
| Binary | 11001000 | 1011010 | 1001000 | 0 | 110111 | 1000000 | 10110 | 1000 | 110110 | 110101 |
Color Harmonies of #C85A48
Complementary color
Monochromatic Colors of #C85A48
Black with #C85A48
Text Example
Text Example
White with #C85A48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C85A48; }
p { color: rgb(200,90,72); }
H1.HeaderClassName
{
color: #C85A48;
}
.AnyTagClassName
{
color: #C85A48;
}
</style>
background-color css
<style>
a { background-color: #C85A48; }
a { background-color: rgb(200,90,72); }
div.DivClassName
{
background-color: #C85A48;
}
.BgClassName
{
background-color: #C85A48;
}
</style>
border-color css
<style>
span { border-color: #C85A48; }
span { border-color: rgb(200,90,72); }
td.TdClassName
{
border-color: #C85A48;
}
.TagClassName
{
border-color: #C85A48;
}
</style>