Shades of Dark Coral #C8604B
Tints of Dark Coral #C8604B
RGB
CMYK
RGB Variations
Color information
#C8604B (or 0xC8604B) is known color: Dark Coral. HEX triplet: C8, 60 and 4B. RGB value is (200,96,75). Sum of RGB (Red+Green+Blue) = 200+96+75=371 (49% of max value = 765). Red value is 200 (78.52% from 255 or 53.91% from 371); Green value is 96 (37.89% from 255 or 25.88% from 371); Blue value is 75 (29.69% from 255 or 20.22% from 371); Max value from RGB is 200 - color contains mainly: red. Hex color #C8604B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C8604B is #379FB4. Grayscale: #7C7C7C. Windows color (decimal): -3645365 or 4939976. OLE color: 4939976.
HSL color Cylindrical-coordinate representation of color #C8604B: hue angle of 10.08º 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 #C8604B is Cyan = 0, Magento = 0.52, Yellow = 0.62 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 96 | 75 | - |
| CMYK | 0 | 0.52 | 0.62 | 0.22 |
| HSL | 10.08º | 0.53% | 0.54% | - |
| HSV(B) | 10.08º | 0.63% | 0.78% | - |
| XYZ | 29.27 | 21.15 | 9.2 | - |
| YUV | 124.7 | 99.96 | 181.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 96 | 75 | 0 | 0.52 | 0.62 | 0.22 | 10.08 | 0.53 | 0.54 |
| Hex | C8 | 60 | 4B | 0 | 34 | 3E | 16 | A | 35 | 36 |
| Octal | 310 | 140 | 113 | 0 | 64 | 76 | 26 | 12 | 65 | 66 |
| Binary | 11001000 | 1100000 | 1001011 | 0 | 110100 | 111110 | 10110 | 1010 | 110101 | 110110 |
Color Harmonies of #C8604B
Complementary color
Monochromatic Colors of #C8604B
Black with #C8604B
Text Example
Text Example
White with #C8604B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8604B; }
p { color: rgb(200,96,75); }
H1.HeaderClassName
{
color: #C8604B;
}
.AnyTagClassName
{
color: #C8604B;
}
</style>
background-color css
<style>
a { background-color: #C8604B; }
a { background-color: rgb(200,96,75); }
div.DivClassName
{
background-color: #C8604B;
}
.BgClassName
{
background-color: #C8604B;
}
</style>
border-color css
<style>
span { border-color: #C8604B; }
span { border-color: rgb(200,96,75); }
td.TdClassName
{
border-color: #C8604B;
}
.TagClassName
{
border-color: #C8604B;
}
</style>