Shades of Dark Coral #C8594B
Tints of Dark Coral #C8594B
RGB
CMYK
RGB Variations
Color information
#C8594B (or 0xC8594B) is known color: Dark Coral. HEX triplet: C8, 59 and 4B. RGB value is (200,89,75). Sum of RGB (Red+Green+Blue) = 200+89+75=364 (48% of max value = 765). Red value is 200 (78.52% from 255 or 54.95% from 364); Green value is 89 (35.16% from 255 or 24.45% from 364); Blue value is 75 (29.69% from 255 or 20.60% from 364); Max value from RGB is 200 - color contains mainly: red. Hex color #C8594B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C8594B is #37A6B4. Grayscale: #787878. Windows color (decimal): -3647157 or 4938184. OLE color: 4938184.
HSL color Cylindrical-coordinate representation of color #C8594B: hue angle of 6.72º 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 #C8594B is Cyan = 0, Magento = 0.56, Yellow = 0.62 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 89 | 75 | - |
| CMYK | 0 | 0.56 | 0.62 | 0.22 |
| HSL | 6.72º | 0.53% | 0.54% | - |
| HSV(B) | 6.72º | 0.63% | 0.78% | - |
| XYZ | 28.66 | 19.93 | 8.99 | - |
| YUV | 120.59 | 102.27 | 184.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 89 | 75 | 0 | 0.56 | 0.62 | 0.22 | 6.72 | 0.53 | 0.54 |
| Hex | C8 | 59 | 4B | 0 | 38 | 3E | 16 | 7 | 35 | 36 |
| Octal | 310 | 131 | 113 | 0 | 70 | 76 | 26 | 7 | 65 | 66 |
| Binary | 11001000 | 1011001 | 1001011 | 0 | 111000 | 111110 | 10110 | 111 | 110101 | 110110 |
Color Harmonies of #C8594B
Complementary color
Monochromatic Colors of #C8594B
Black with #C8594B
Text Example
Text Example
White with #C8594B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8594B; }
p { color: rgb(200,89,75); }
H1.HeaderClassName
{
color: #C8594B;
}
.AnyTagClassName
{
color: #C8594B;
}
</style>
background-color css
<style>
a { background-color: #C8594B; }
a { background-color: rgb(200,89,75); }
div.DivClassName
{
background-color: #C8594B;
}
.BgClassName
{
background-color: #C8594B;
}
</style>
border-color css
<style>
span { border-color: #C8594B; }
span { border-color: rgb(200,89,75); }
td.TdClassName
{
border-color: #C8594B;
}
.TagClassName
{
border-color: #C8594B;
}
</style>