Shades of Dark Coral #C8624B
Tints of Dark Coral #C8624B
RGB
CMYK
RGB Variations
Color information
#C8624B (or 0xC8624B) is known color: Dark Coral. HEX triplet: C8, 62 and 4B. RGB value is (200,98,75). Sum of RGB (Red+Green+Blue) = 200+98+75=373 (49% of max value = 765). Red value is 200 (78.52% from 255 or 53.62% from 373); Green value is 98 (38.67% from 255 or 26.27% from 373); Blue value is 75 (29.69% from 255 or 20.11% from 373); Max value from RGB is 200 - color contains mainly: red. Hex color #C8624B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C8624B is #379DB4. Grayscale: #7E7E7E. Windows color (decimal): -3644853 or 4940488. OLE color: 4940488.
HSL color Cylindrical-coordinate representation of color #C8624B: hue angle of 11.04º 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 #C8624B is Cyan = 0, Magento = 0.51, Yellow = 0.62 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 98 | 75 | - |
| CMYK | 0 | 0.51 | 0.62 | 0.22 |
| HSL | 11.04º | 0.53% | 0.54% | - |
| HSV(B) | 11.04º | 0.63% | 0.78% | - |
| XYZ | 29.46 | 21.52 | 9.26 | - |
| YUV | 125.88 | 99.29 | 180.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 98 | 75 | 0 | 0.51 | 0.62 | 0.22 | 11.04 | 0.53 | 0.54 |
| Hex | C8 | 62 | 4B | 0 | 33 | 3E | 16 | B | 35 | 36 |
| Octal | 310 | 142 | 113 | 0 | 63 | 76 | 26 | 13 | 65 | 66 |
| Binary | 11001000 | 1100010 | 1001011 | 0 | 110011 | 111110 | 10110 | 1011 | 110101 | 110110 |
Color Harmonies of #C8624B
Complementary color
Monochromatic Colors of #C8624B
Black with #C8624B
Text Example
Text Example
White with #C8624B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8624B; }
p { color: rgb(200,98,75); }
H1.HeaderClassName
{
color: #C8624B;
}
.AnyTagClassName
{
color: #C8624B;
}
</style>
background-color css
<style>
a { background-color: #C8624B; }
a { background-color: rgb(200,98,75); }
div.DivClassName
{
background-color: #C8624B;
}
.BgClassName
{
background-color: #C8624B;
}
</style>
border-color css
<style>
span { border-color: #C8624B; }
span { border-color: rgb(200,98,75); }
td.TdClassName
{
border-color: #C8624B;
}
.TagClassName
{
border-color: #C8624B;
}
</style>