Shades of Dark Coral #C85D44
Tints of Dark Coral #C85D44
RGB
CMYK
RGB Variations
Color information
#C85D44 (or 0xC85D44) is known color: Dark Coral. HEX triplet: C8, 5D and 44. RGB value is (200,93,68). Sum of RGB (Red+Green+Blue) = 200+93+68=361 (47% of max value = 765). Red value is 200 (78.52% from 255 or 55.40% from 361); Green value is 93 (36.72% from 255 or 25.76% from 361); Blue value is 68 (26.95% from 255 or 18.84% from 361); Max value from RGB is 200 - color contains mainly: red. Hex color #C85D44 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C85D44 is #37A2BB. Grayscale: #7A7A7A. Windows color (decimal): -3646140 or 4480456. OLE color: 4480456.
HSL color Cylindrical-coordinate representation of color #C85D44: hue angle of 11.36º degrees, saturation: 0.55, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C85D44 is Cyan = 0, Magento = 0.54, Yellow = 0.66 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 93 | 68 | - |
| CMYK | 0 | 0.54 | 0.66 | 0.22 |
| HSL | 11.36º | 0.55% | 0.53% | - |
| HSV(B) | 11.36º | 0.66% | 0.78% | - |
| XYZ | 28.78 | 20.53 | 7.91 | - |
| YUV | 122.14 | 97.45 | 183.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 93 | 68 | 0 | 0.54 | 0.66 | 0.22 | 11.36 | 0.55 | 0.53 |
| Hex | C8 | 5D | 44 | 0 | 36 | 42 | 16 | B | 37 | 35 |
| Octal | 310 | 135 | 104 | 0 | 66 | 102 | 26 | 13 | 67 | 65 |
| Binary | 11001000 | 1011101 | 1000100 | 0 | 110110 | 1000010 | 10110 | 1011 | 110111 | 110101 |
Color Harmonies of #C85D44
Complementary color
Monochromatic Colors of #C85D44
Black with #C85D44
Text Example
Text Example
White with #C85D44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C85D44; }
p { color: rgb(200,93,68); }
H1.HeaderClassName
{
color: #C85D44;
}
.AnyTagClassName
{
color: #C85D44;
}
</style>
background-color css
<style>
a { background-color: #C85D44; }
a { background-color: rgb(200,93,68); }
div.DivClassName
{
background-color: #C85D44;
}
.BgClassName
{
background-color: #C85D44;
}
</style>
border-color css
<style>
span { border-color: #C85D44; }
span { border-color: rgb(200,93,68); }
td.TdClassName
{
border-color: #C85D44;
}
.TagClassName
{
border-color: #C85D44;
}
</style>