Shades of Dark Coral #C7594A
Tints of Dark Coral #C7594A
RGB
CMYK
RGB Variations
Color information
#C7594A (or 0xC7594A) is known color: Dark Coral. HEX triplet: C7, 59 and 4A. RGB value is (199,89,74). Sum of RGB (Red+Green+Blue) = 199+89+74=362 (47% of max value = 765). Red value is 199 (78.12% from 255 or 54.97% from 362); Green value is 89 (35.16% from 255 or 24.59% from 362); Blue value is 74 (29.30% from 255 or 20.44% from 362); Max value from RGB is 199 - color contains mainly: red. Hex color #C7594A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C7594A is #38A6B5. Grayscale: #787878. Windows color (decimal): -3712694 or 4872647. OLE color: 4872647.
HSL color Cylindrical-coordinate representation of color #C7594A: hue angle of 7.2º 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 #C7594A is Cyan = 0, Magento = 0.55, Yellow = 0.63 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 89 | 74 | - |
| CMYK | 0 | 0.55 | 0.63 | 0.22 |
| HSL | 7.2º | 0.53% | 0.54% | - |
| HSV(B) | 7.2º | 0.63% | 0.78% | - |
| XYZ | 28.36 | 19.78 | 8.8 | - |
| YUV | 120.18 | 101.94 | 184.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 89 | 74 | 0 | 0.55 | 0.63 | 0.22 | 7.2 | 0.53 | 0.54 |
| Hex | C7 | 59 | 4A | 0 | 37 | 3F | 16 | 7 | 35 | 36 |
| Octal | 307 | 131 | 112 | 0 | 67 | 77 | 26 | 7 | 65 | 66 |
| Binary | 11000111 | 1011001 | 1001010 | 0 | 110111 | 111111 | 10110 | 111 | 110101 | 110110 |
Color Harmonies of #C7594A
Complementary color
Monochromatic Colors of #C7594A
Black with #C7594A
Text Example
Text Example
White with #C7594A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7594A; }
p { color: rgb(199,89,74); }
H1.HeaderClassName
{
color: #C7594A;
}
.AnyTagClassName
{
color: #C7594A;
}
</style>
background-color css
<style>
a { background-color: #C7594A; }
a { background-color: rgb(199,89,74); }
div.DivClassName
{
background-color: #C7594A;
}
.BgClassName
{
background-color: #C7594A;
}
</style>
border-color css
<style>
span { border-color: #C7594A; }
span { border-color: rgb(199,89,74); }
td.TdClassName
{
border-color: #C7594A;
}
.TagClassName
{
border-color: #C7594A;
}
</style>