Shades of Dark Coral #C7584A
Tints of Dark Coral #C7584A
RGB
CMYK
RGB Variations
Color information
#C7584A (or 0xC7584A) is known color: Dark Coral. HEX triplet: C7, 58 and 4A. RGB value is (199,88,74). Sum of RGB (Red+Green+Blue) = 199+88+74=361 (47% of max value = 765). Red value is 199 (78.12% from 255 or 55.12% from 361); Green value is 88 (34.77% from 255 or 24.38% from 361); Blue value is 74 (29.30% from 255 or 20.50% from 361); Max value from RGB is 199 - color contains mainly: red. Hex color #C7584A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C7584A is #38A7B5. Grayscale: #777777. Windows color (decimal): -3712950 or 4872391. OLE color: 4872391.
HSL color Cylindrical-coordinate representation of color #C7584A: 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.63%. Process color model (Four color, CMYK) of #C7584A is Cyan = 0, Magento = 0.56, Yellow = 0.63 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 88 | 74 | - |
| CMYK | 0 | 0.56 | 0.63 | 0.22 |
| HSL | 6.72º | 0.53% | 0.54% | - |
| HSV(B) | 6.72º | 0.63% | 0.78% | - |
| XYZ | 28.28 | 19.62 | 8.77 | - |
| YUV | 119.59 | 102.27 | 184.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 88 | 74 | 0 | 0.56 | 0.63 | 0.22 | 6.72 | 0.53 | 0.54 |
| Hex | C7 | 58 | 4A | 0 | 38 | 3F | 16 | 7 | 35 | 36 |
| Octal | 307 | 130 | 112 | 0 | 70 | 77 | 26 | 7 | 65 | 66 |
| Binary | 11000111 | 1011000 | 1001010 | 0 | 111000 | 111111 | 10110 | 111 | 110101 | 110110 |
Color Harmonies of #C7584A
Complementary color
Monochromatic Colors of #C7584A
Black with #C7584A
Text Example
Text Example
White with #C7584A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7584A; }
p { color: rgb(199,88,74); }
H1.HeaderClassName
{
color: #C7584A;
}
.AnyTagClassName
{
color: #C7584A;
}
</style>
background-color css
<style>
a { background-color: #C7584A; }
a { background-color: rgb(199,88,74); }
div.DivClassName
{
background-color: #C7584A;
}
.BgClassName
{
background-color: #C7584A;
}
</style>
border-color css
<style>
span { border-color: #C7584A; }
span { border-color: rgb(199,88,74); }
td.TdClassName
{
border-color: #C7584A;
}
.TagClassName
{
border-color: #C7584A;
}
</style>