Shades of Dark Coral #C86148
Tints of Dark Coral #C86148
RGB
CMYK
RGB Variations
Color information
#C86148 (or 0xC86148) is known color: Dark Coral. HEX triplet: C8, 61 and 48. RGB value is (200,97,72). Sum of RGB (Red+Green+Blue) = 200+97+72=369 (48% of max value = 765). Red value is 200 (78.52% from 255 or 54.20% from 369); Green value is 97 (38.28% from 255 or 26.29% from 369); Blue value is 72 (28.52% from 255 or 19.51% from 369); Max value from RGB is 200 - color contains mainly: red. Hex color #C86148 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C86148 is #379EB7. Grayscale: #7D7D7D. Windows color (decimal): -3645112 or 4743624. OLE color: 4743624.
HSL color Cylindrical-coordinate representation of color #C86148: hue angle of 11.72º 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 #C86148 is Cyan = 0, Magento = 0.52, Yellow = 0.64 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 97 | 72 | - |
| CMYK | 0 | 0.52 | 0.64 | 0.22 |
| HSL | 11.72º | 0.54% | 0.53% | - |
| HSV(B) | 11.72º | 0.64% | 0.78% | - |
| XYZ | 29.26 | 21.3 | 8.7 | - |
| YUV | 124.95 | 98.12 | 181.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 97 | 72 | 0 | 0.52 | 0.64 | 0.22 | 11.72 | 0.54 | 0.53 |
| Hex | C8 | 61 | 48 | 0 | 34 | 40 | 16 | C | 36 | 35 |
| Octal | 310 | 141 | 110 | 0 | 64 | 100 | 26 | 14 | 66 | 65 |
| Binary | 11001000 | 1100001 | 1001000 | 0 | 110100 | 1000000 | 10110 | 1100 | 110110 | 110101 |
Color Harmonies of #C86148
Complementary color
Monochromatic Colors of #C86148
Black with #C86148
Text Example
Text Example
White with #C86148
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C86148; }
p { color: rgb(200,97,72); }
H1.HeaderClassName
{
color: #C86148;
}
.AnyTagClassName
{
color: #C86148;
}
</style>
background-color css
<style>
a { background-color: #C86148; }
a { background-color: rgb(200,97,72); }
div.DivClassName
{
background-color: #C86148;
}
.BgClassName
{
background-color: #C86148;
}
</style>
border-color css
<style>
span { border-color: #C86148; }
span { border-color: rgb(200,97,72); }
td.TdClassName
{
border-color: #C86148;
}
.TagClassName
{
border-color: #C86148;
}
</style>