Shades of Dark Coral #C8604A
Tints of Dark Coral #C8604A
RGB
CMYK
RGB Variations
Color information
#C8604A (or 0xC8604A) is known color: Dark Coral. HEX triplet: C8, 60 and 4A. RGB value is (200,96,74). Sum of RGB (Red+Green+Blue) = 200+96+74=370 (49% of max value = 765). Red value is 200 (78.52% from 255 or 54.05% from 370); Green value is 96 (37.89% from 255 or 25.95% from 370); Blue value is 74 (29.30% from 255 or 20% from 370); Max value from RGB is 200 - color contains mainly: red. Hex color #C8604A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C8604A is #379FB5. Grayscale: #7C7C7C. Windows color (decimal): -3645366 or 4874440. OLE color: 4874440.
HSL color Cylindrical-coordinate representation of color #C8604A: hue angle of 10.48º 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 #C8604A is Cyan = 0, Magento = 0.52, Yellow = 0.63 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 96 | 74 | - |
| CMYK | 0 | 0.52 | 0.63 | 0.22 |
| HSL | 10.48º | 0.53% | 0.54% | - |
| HSV(B) | 10.48º | 0.63% | 0.78% | - |
| XYZ | 29.24 | 21.14 | 9.02 | - |
| YUV | 124.59 | 99.46 | 181.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 96 | 74 | 0 | 0.52 | 0.63 | 0.22 | 10.48 | 0.53 | 0.54 |
| Hex | C8 | 60 | 4A | 0 | 34 | 3F | 16 | A | 35 | 36 |
| Octal | 310 | 140 | 112 | 0 | 64 | 77 | 26 | 12 | 65 | 66 |
| Binary | 11001000 | 1100000 | 1001010 | 0 | 110100 | 111111 | 10110 | 1010 | 110101 | 110110 |
Color Harmonies of #C8604A
Complementary color
Monochromatic Colors of #C8604A
Black with #C8604A
Text Example
Text Example
White with #C8604A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8604A; }
p { color: rgb(200,96,74); }
H1.HeaderClassName
{
color: #C8604A;
}
.AnyTagClassName
{
color: #C8604A;
}
</style>
background-color css
<style>
a { background-color: #C8604A; }
a { background-color: rgb(200,96,74); }
div.DivClassName
{
background-color: #C8604A;
}
.BgClassName
{
background-color: #C8604A;
}
</style>
border-color css
<style>
span { border-color: #C8604A; }
span { border-color: rgb(200,96,74); }
td.TdClassName
{
border-color: #C8604A;
}
.TagClassName
{
border-color: #C8604A;
}
</style>