Shades of Dark Coral #C7624B
Tints of Dark Coral #C7624B
RGB
CMYK
RGB Variations
Color information
#C7624B (or 0xC7624B) is known color: Dark Coral. HEX triplet: C7, 62 and 4B. RGB value is (199,98,75). Sum of RGB (Red+Green+Blue) = 199+98+75=372 (49% of max value = 765). Red value is 199 (78.12% from 255 or 53.49% from 372); Green value is 98 (38.67% from 255 or 26.34% from 372); Blue value is 75 (29.69% from 255 or 20.16% from 372); Max value from RGB is 199 - color contains mainly: red. Hex color #C7624B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C7624B is #389DB4. Grayscale: #7D7D7D. Windows color (decimal): -3710389 or 4940487. OLE color: 4940487.
HSL color Cylindrical-coordinate representation of color #C7624B: hue angle of 11.13º 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 #C7624B is Cyan = 0, Magento = 0.51, Yellow = 0.62 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 98 | 75 | - |
| CMYK | 0 | 0.51 | 0.62 | 0.22 |
| HSL | 11.13º | 0.53% | 0.54% | - |
| HSV(B) | 11.13º | 0.62% | 0.78% | - |
| XYZ | 29.19 | 21.39 | 9.25 | - |
| YUV | 125.58 | 99.46 | 180.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 98 | 75 | 0 | 0.51 | 0.62 | 0.22 | 11.13 | 0.53 | 0.54 |
| Hex | C7 | 62 | 4B | 0 | 33 | 3E | 16 | B | 35 | 36 |
| Octal | 307 | 142 | 113 | 0 | 63 | 76 | 26 | 13 | 65 | 66 |
| Binary | 11000111 | 1100010 | 1001011 | 0 | 110011 | 111110 | 10110 | 1011 | 110101 | 110110 |
Color Harmonies of #C7624B
Complementary color
Monochromatic Colors of #C7624B
Black with #C7624B
Text Example
Text Example
White with #C7624B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7624B; }
p { color: rgb(199,98,75); }
H1.HeaderClassName
{
color: #C7624B;
}
.AnyTagClassName
{
color: #C7624B;
}
</style>
background-color css
<style>
a { background-color: #C7624B; }
a { background-color: rgb(199,98,75); }
div.DivClassName
{
background-color: #C7624B;
}
.BgClassName
{
background-color: #C7624B;
}
</style>
border-color css
<style>
span { border-color: #C7624B; }
span { border-color: rgb(199,98,75); }
td.TdClassName
{
border-color: #C7624B;
}
.TagClassName
{
border-color: #C7624B;
}
</style>