Shades of Dark Coral #C8574A
Tints of Dark Coral #C8574A
RGB
CMYK
RGB Variations
Color information
#C8574A (or 0xC8574A) is known color: Dark Coral. HEX triplet: C8, 57 and 4A. RGB value is (200,87,74). Sum of RGB (Red+Green+Blue) = 200+87+74=361 (47% of max value = 765). Red value is 200 (78.52% from 255 or 55.40% from 361); Green value is 87 (34.38% from 255 or 24.10% from 361); Blue value is 74 (29.30% from 255 or 20.50% from 361); Max value from RGB is 200 - color contains mainly: red. Hex color #C8574A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C8574A is #37A8B5. Grayscale: #777777. Windows color (decimal): -3647670 or 4872136. OLE color: 4872136.
HSL color Cylindrical-coordinate representation of color #C8574A: hue angle of 6.19º 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 #C8574A is Cyan = 0, Magento = 0.56, Yellow = 0.63 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 87 | 74 | - |
| CMYK | 0 | 0.56 | 0.63 | 0.22 |
| HSL | 6.19º | 0.53% | 0.54% | - |
| HSV(B) | 6.19º | 0.63% | 0.78% | - |
| XYZ | 28.46 | 19.59 | 8.76 | - |
| YUV | 119.31 | 102.44 | 185.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 87 | 74 | 0 | 0.56 | 0.63 | 0.22 | 6.19 | 0.53 | 0.54 |
| Hex | C8 | 57 | 4A | 0 | 38 | 3F | 16 | 6 | 35 | 36 |
| Octal | 310 | 127 | 112 | 0 | 70 | 77 | 26 | 6 | 65 | 66 |
| Binary | 11001000 | 1010111 | 1001010 | 0 | 111000 | 111111 | 10110 | 110 | 110101 | 110110 |
Color Harmonies of #C8574A
Complementary color
Monochromatic Colors of #C8574A
Black with #C8574A
Text Example
Text Example
White with #C8574A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8574A; }
p { color: rgb(200,87,74); }
H1.HeaderClassName
{
color: #C8574A;
}
.AnyTagClassName
{
color: #C8574A;
}
</style>
background-color css
<style>
a { background-color: #C8574A; }
a { background-color: rgb(200,87,74); }
div.DivClassName
{
background-color: #C8574A;
}
.BgClassName
{
background-color: #C8574A;
}
</style>
border-color css
<style>
span { border-color: #C8574A; }
span { border-color: rgb(200,87,74); }
td.TdClassName
{
border-color: #C8574A;
}
.TagClassName
{
border-color: #C8574A;
}
</style>