Shades of Dark Coral #C8614C
Tints of Dark Coral #C8614C
RGB
CMYK
RGB Variations
Color information
#C8614C (or 0xC8614C) is known color: Dark Coral. HEX triplet: C8, 61 and 4C. RGB value is (200,97,76). Sum of RGB (Red+Green+Blue) = 200+97+76=373 (49% of max value = 765). Red value is 200 (78.52% from 255 or 53.62% from 373); Green value is 97 (38.28% from 255 or 26.01% from 373); Blue value is 76 (30.08% from 255 or 20.38% from 373); Max value from RGB is 200 - color contains mainly: red. Hex color #C8614C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C8614C is #379EB3. Grayscale: #7D7D7D. Windows color (decimal): -3645108 or 5005768. OLE color: 5005768.
HSL color Cylindrical-coordinate representation of color #C8614C: hue angle of 10.16º 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 #C8614C is Cyan = 0, Magento = 0.52, Yellow = 0.62 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 97 | 76 | - |
| CMYK | 0 | 0.52 | 0.62 | 0.22 |
| HSL | 10.16º | 0.53% | 0.54% | - |
| HSV(B) | 10.16º | 0.62% | 0.78% | - |
| XYZ | 29.4 | 21.35 | 9.41 | - |
| YUV | 125.4 | 100.12 | 181.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 97 | 76 | 0 | 0.52 | 0.62 | 0.22 | 10.16 | 0.53 | 0.54 |
| Hex | C8 | 61 | 4C | 0 | 34 | 3E | 16 | A | 35 | 36 |
| Octal | 310 | 141 | 114 | 0 | 64 | 76 | 26 | 12 | 65 | 66 |
| Binary | 11001000 | 1100001 | 1001100 | 0 | 110100 | 111110 | 10110 | 1010 | 110101 | 110110 |
Color Harmonies of #C8614C
Complementary color
Monochromatic Colors of #C8614C
Black with #C8614C
Text Example
Text Example
White with #C8614C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8614C; }
p { color: rgb(200,97,76); }
H1.HeaderClassName
{
color: #C8614C;
}
.AnyTagClassName
{
color: #C8614C;
}
</style>
background-color css
<style>
a { background-color: #C8614C; }
a { background-color: rgb(200,97,76); }
div.DivClassName
{
background-color: #C8614C;
}
.BgClassName
{
background-color: #C8614C;
}
</style>
border-color css
<style>
span { border-color: #C8614C; }
span { border-color: rgb(200,97,76); }
td.TdClassName
{
border-color: #C8614C;
}
.TagClassName
{
border-color: #C8614C;
}
</style>