Shades of Dark Coral #C85D4C
Tints of Dark Coral #C85D4C
RGB
CMYK
RGB Variations
Color information
#C85D4C (or 0xC85D4C) is known color: Dark Coral. HEX triplet: C8, 5D and 4C. RGB value is (200,93,76). Sum of RGB (Red+Green+Blue) = 200+93+76=369 (48% of max value = 765). Red value is 200 (78.52% from 255 or 54.20% from 369); Green value is 93 (36.72% from 255 or 25.20% from 369); Blue value is 76 (30.08% from 255 or 20.60% from 369); Max value from RGB is 200 - color contains mainly: red. Hex color #C85D4C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C85D4C is #37A2B3. Grayscale: #7B7B7B. Windows color (decimal): -3646132 or 5004744. OLE color: 5004744.
HSL color Cylindrical-coordinate representation of color #C85D4C: hue angle of 8.23º 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 #C85D4C is Cyan = 0, Magento = 0.54, Yellow = 0.62 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 93 | 76 | - |
| CMYK | 0 | 0.54 | 0.62 | 0.22 |
| HSL | 8.23º | 0.53% | 0.54% | - |
| HSV(B) | 8.23º | 0.62% | 0.78% | - |
| XYZ | 29.04 | 20.63 | 9.29 | - |
| YUV | 123.06 | 101.45 | 182.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 93 | 76 | 0 | 0.54 | 0.62 | 0.22 | 8.23 | 0.53 | 0.54 |
| Hex | C8 | 5D | 4C | 0 | 36 | 3E | 16 | 8 | 35 | 36 |
| Octal | 310 | 135 | 114 | 0 | 66 | 76 | 26 | 10 | 65 | 66 |
| Binary | 11001000 | 1011101 | 1001100 | 0 | 110110 | 111110 | 10110 | 1000 | 110101 | 110110 |
Color Harmonies of #C85D4C
Complementary color
Monochromatic Colors of #C85D4C
Black with #C85D4C
Text Example
Text Example
White with #C85D4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C85D4C; }
p { color: rgb(200,93,76); }
H1.HeaderClassName
{
color: #C85D4C;
}
.AnyTagClassName
{
color: #C85D4C;
}
</style>
background-color css
<style>
a { background-color: #C85D4C; }
a { background-color: rgb(200,93,76); }
div.DivClassName
{
background-color: #C85D4C;
}
.BgClassName
{
background-color: #C85D4C;
}
</style>
border-color css
<style>
span { border-color: #C85D4C; }
span { border-color: rgb(200,93,76); }
td.TdClassName
{
border-color: #C85D4C;
}
.TagClassName
{
border-color: #C85D4C;
}
</style>