Shades of Dark Coral #C85A44
Tints of Dark Coral #C85A44
RGB
CMYK
RGB Variations
Color information
#C85A44 (or 0xC85A44) is known color: Dark Coral. HEX triplet: C8, 5A and 44. RGB value is (200,90,68). Sum of RGB (Red+Green+Blue) = 200+90+68=358 (47% of max value = 765). Red value is 200 (78.52% from 255 or 55.87% from 358); Green value is 90 (35.55% from 255 or 25.14% from 358); Blue value is 68 (26.95% from 255 or 18.99% from 358); Max value from RGB is 200 - color contains mainly: red. Hex color #C85A44 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C85A44 is #37A5BB. Grayscale: #787878. Windows color (decimal): -3646908 or 4479688. OLE color: 4479688.
HSL color Cylindrical-coordinate representation of color #C85A44: hue angle of 10º 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 #C85A44 is Cyan = 0, Magento = 0.55, Yellow = 0.66 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 90 | 68 | - |
| CMYK | 0 | 0.55 | 0.66 | 0.22 |
| HSL | 10º | 0.55% | 0.53% | - |
| HSV(B) | 10º | 0.66% | 0.78% | - |
| XYZ | 28.52 | 20.01 | 7.83 | - |
| YUV | 120.38 | 98.44 | 184.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 90 | 68 | 0 | 0.55 | 0.66 | 0.22 | 10 | 0.55 | 0.53 |
| Hex | C8 | 5A | 44 | 0 | 37 | 42 | 16 | A | 37 | 35 |
| Octal | 310 | 132 | 104 | 0 | 67 | 102 | 26 | 12 | 67 | 65 |
| Binary | 11001000 | 1011010 | 1000100 | 0 | 110111 | 1000010 | 10110 | 1010 | 110111 | 110101 |
Color Harmonies of #C85A44
Complementary color
Monochromatic Colors of #C85A44
Black with #C85A44
Text Example
Text Example
White with #C85A44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C85A44; }
p { color: rgb(200,90,68); }
H1.HeaderClassName
{
color: #C85A44;
}
.AnyTagClassName
{
color: #C85A44;
}
</style>
background-color css
<style>
a { background-color: #C85A44; }
a { background-color: rgb(200,90,68); }
div.DivClassName
{
background-color: #C85A44;
}
.BgClassName
{
background-color: #C85A44;
}
</style>
border-color css
<style>
span { border-color: #C85A44; }
span { border-color: rgb(200,90,68); }
td.TdClassName
{
border-color: #C85A44;
}
.TagClassName
{
border-color: #C85A44;
}
</style>