Shades of Dark Coral #C86348
Tints of Dark Coral #C86348
RGB
CMYK
RGB Variations
Color information
#C86348 (or 0xC86348) is known color: Dark Coral. HEX triplet: C8, 63 and 48. RGB value is (200,99,72). Sum of RGB (Red+Green+Blue) = 200+99+72=371 (49% of max value = 765). Red value is 200 (78.52% from 255 or 53.91% from 371); Green value is 99 (39.06% from 255 or 26.68% from 371); Blue value is 72 (28.52% from 255 or 19.41% from 371); Max value from RGB is 200 - color contains mainly: red. Hex color #C86348 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C86348 is #379CB7. Grayscale: #7E7E7E. Windows color (decimal): -3644600 or 4744136. OLE color: 4744136.
HSL color Cylindrical-coordinate representation of color #C86348: hue angle of 12.66º degrees, saturation: 0.54, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C86348 is Cyan = 0, Magento = 0.50, Yellow = 0.64 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 99 | 72 | - |
| CMYK | 0 | 0.50 | 0.64 | 0.22 |
| HSL | 12.66º | 0.54% | 0.53% | - |
| HSV(B) | 12.66º | 0.64% | 0.78% | - |
| XYZ | 29.45 | 21.67 | 8.76 | - |
| YUV | 126.12 | 97.46 | 180.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 99 | 72 | 0 | 0.50 | 0.64 | 0.22 | 12.66 | 0.54 | 0.53 |
| Hex | C8 | 63 | 48 | 0 | 32 | 40 | 16 | D | 36 | 35 |
| Octal | 310 | 143 | 110 | 0 | 62 | 100 | 26 | 15 | 66 | 65 |
| Binary | 11001000 | 1100011 | 1001000 | 0 | 110010 | 1000000 | 10110 | 1101 | 110110 | 110101 |
Color Harmonies of #C86348
Complementary color
Monochromatic Colors of #C86348
Black with #C86348
Text Example
Text Example
White with #C86348
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C86348; }
p { color: rgb(200,99,72); }
H1.HeaderClassName
{
color: #C86348;
}
.AnyTagClassName
{
color: #C86348;
}
</style>
background-color css
<style>
a { background-color: #C86348; }
a { background-color: rgb(200,99,72); }
div.DivClassName
{
background-color: #C86348;
}
.BgClassName
{
background-color: #C86348;
}
</style>
border-color css
<style>
span { border-color: #C86348; }
span { border-color: rgb(200,99,72); }
td.TdClassName
{
border-color: #C86348;
}
.TagClassName
{
border-color: #C86348;
}
</style>