Shades of Dark Coral #C85A4D
Tints of Dark Coral #C85A4D
RGB
CMYK
RGB Variations
Color information
#C85A4D (or 0xC85A4D) is known color: Dark Coral. HEX triplet: C8, 5A and 4D. RGB value is (200,90,77). Sum of RGB (Red+Green+Blue) = 200+90+77=367 (48% of max value = 765). Red value is 200 (78.52% from 255 or 54.50% from 367); Green value is 90 (35.55% from 255 or 24.52% from 367); Blue value is 77 (30.47% from 255 or 20.98% from 367); Max value from RGB is 200 - color contains mainly: red. Hex color #C85A4D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C85A4D is #37A5B2. Grayscale: #797979. Windows color (decimal): -3646899 or 5069512. OLE color: 5069512.
HSL color Cylindrical-coordinate representation of color #C85A4D: hue angle of 6.34º degrees, saturation: 0.53, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C85A4D is Cyan = 0, Magento = 0.55, Yellow = 0.62 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 90 | 77 | - |
| CMYK | 0 | 0.55 | 0.62 | 0.22 |
| HSL | 6.34º | 0.53% | 0.54% | - |
| HSV(B) | 6.34º | 0.62% | 0.78% | - |
| XYZ | 28.82 | 20.13 | 9.39 | - |
| YUV | 121.41 | 102.94 | 184.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 90 | 77 | 0 | 0.55 | 0.62 | 0.22 | 6.34 | 0.53 | 0.54 |
| Hex | C8 | 5A | 4D | 0 | 37 | 3E | 16 | 6 | 35 | 36 |
| Octal | 310 | 132 | 115 | 0 | 67 | 76 | 26 | 6 | 65 | 66 |
| Binary | 11001000 | 1011010 | 1001101 | 0 | 110111 | 111110 | 10110 | 110 | 110101 | 110110 |
Color Harmonies of #C85A4D
Complementary color
Monochromatic Colors of #C85A4D
Black with #C85A4D
Text Example
Text Example
White with #C85A4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C85A4D; }
p { color: rgb(200,90,77); }
H1.HeaderClassName
{
color: #C85A4D;
}
.AnyTagClassName
{
color: #C85A4D;
}
</style>
background-color css
<style>
a { background-color: #C85A4D; }
a { background-color: rgb(200,90,77); }
div.DivClassName
{
background-color: #C85A4D;
}
.BgClassName
{
background-color: #C85A4D;
}
</style>
border-color css
<style>
span { border-color: #C85A4D; }
span { border-color: rgb(200,90,77); }
td.TdClassName
{
border-color: #C85A4D;
}
.TagClassName
{
border-color: #C85A4D;
}
</style>