Shades of Dark Coral #C7594C
Tints of Dark Coral #C7594C
RGB
CMYK
RGB Variations
Color information
#C7594C (or 0xC7594C) is known color: Dark Coral. HEX triplet: C7, 59 and 4C. RGB value is (199,89,76). Sum of RGB (Red+Green+Blue) = 199+89+76=364 (48% of max value = 765). Red value is 199 (78.12% from 255 or 54.67% from 364); Green value is 89 (35.16% from 255 or 24.45% from 364); Blue value is 76 (30.08% from 255 or 20.88% from 364); Max value from RGB is 199 - color contains mainly: red. Hex color #C7594C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C7594C is #38A6B3. Grayscale: #787878. Windows color (decimal): -3712692 or 5003719. OLE color: 5003719.
HSL color Cylindrical-coordinate representation of color #C7594C: hue angle of 6.34º degrees, saturation: 0.52, 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 #C7594C is Cyan = 0, Magento = 0.55, Yellow = 0.62 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 89 | 76 | - |
| CMYK | 0 | 0.55 | 0.62 | 0.22 |
| HSL | 6.34º | 0.52% | 0.54% | - |
| HSV(B) | 6.34º | 0.62% | 0.78% | - |
| XYZ | 28.43 | 19.81 | 9.16 | - |
| YUV | 120.41 | 102.94 | 184.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 89 | 76 | 0 | 0.55 | 0.62 | 0.22 | 6.34 | 0.52 | 0.54 |
| Hex | C7 | 59 | 4C | 0 | 37 | 3E | 16 | 6 | 34 | 36 |
| Octal | 307 | 131 | 114 | 0 | 67 | 76 | 26 | 6 | 64 | 66 |
| Binary | 11000111 | 1011001 | 1001100 | 0 | 110111 | 111110 | 10110 | 110 | 110100 | 110110 |
Color Harmonies of #C7594C
Complementary color
Monochromatic Colors of #C7594C
Black with #C7594C
Text Example
Text Example
White with #C7594C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7594C; }
p { color: rgb(199,89,76); }
H1.HeaderClassName
{
color: #C7594C;
}
.AnyTagClassName
{
color: #C7594C;
}
</style>
background-color css
<style>
a { background-color: #C7594C; }
a { background-color: rgb(199,89,76); }
div.DivClassName
{
background-color: #C7594C;
}
.BgClassName
{
background-color: #C7594C;
}
</style>
border-color css
<style>
span { border-color: #C7594C; }
span { border-color: rgb(199,89,76); }
td.TdClassName
{
border-color: #C7594C;
}
.TagClassName
{
border-color: #C7594C;
}
</style>