Shades of Dark Coral #C85D4A
Tints of Dark Coral #C85D4A
RGB
CMYK
RGB Variations
Color information
#C85D4A (or 0xC85D4A) is known color: Dark Coral. HEX triplet: C8, 5D and 4A. RGB value is (200,93,74). Sum of RGB (Red+Green+Blue) = 200+93+74=367 (48% of max value = 765). Red value is 200 (78.52% from 255 or 54.50% from 367); Green value is 93 (36.72% from 255 or 25.34% from 367); Blue value is 74 (29.30% from 255 or 20.16% from 367); Max value from RGB is 200 - color contains mainly: red. Hex color #C85D4A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C85D4A is #37A2B5. Grayscale: #7B7B7B. Windows color (decimal): -3646134 or 4873672. OLE color: 4873672.
HSL color Cylindrical-coordinate representation of color #C85D4A: hue angle of 9.05º degrees, saturation: 0.53, 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 #C85D4A is Cyan = 0, Magento = 0.54, Yellow = 0.63 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 93 | 74 | - |
| CMYK | 0 | 0.54 | 0.63 | 0.22 |
| HSL | 9.05º | 0.53% | 0.54% | - |
| HSV(B) | 9.05º | 0.63% | 0.78% | - |
| XYZ | 28.97 | 20.6 | 8.93 | - |
| YUV | 122.83 | 100.45 | 183.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 93 | 74 | 0 | 0.54 | 0.63 | 0.22 | 9.05 | 0.53 | 0.54 |
| Hex | C8 | 5D | 4A | 0 | 36 | 3F | 16 | 9 | 35 | 36 |
| Octal | 310 | 135 | 112 | 0 | 66 | 77 | 26 | 11 | 65 | 66 |
| Binary | 11001000 | 1011101 | 1001010 | 0 | 110110 | 111111 | 10110 | 1001 | 110101 | 110110 |
Color Harmonies of #C85D4A
Complementary color
Monochromatic Colors of #C85D4A
Black with #C85D4A
Text Example
Text Example
White with #C85D4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C85D4A; }
p { color: rgb(200,93,74); }
H1.HeaderClassName
{
color: #C85D4A;
}
.AnyTagClassName
{
color: #C85D4A;
}
</style>
background-color css
<style>
a { background-color: #C85D4A; }
a { background-color: rgb(200,93,74); }
div.DivClassName
{
background-color: #C85D4A;
}
.BgClassName
{
background-color: #C85D4A;
}
</style>
border-color css
<style>
span { border-color: #C85D4A; }
span { border-color: rgb(200,93,74); }
td.TdClassName
{
border-color: #C85D4A;
}
.TagClassName
{
border-color: #C85D4A;
}
</style>