Shades of Dark Coral #C65946
Tints of Dark Coral #C65946
RGB
CMYK
RGB Variations
Color information
#C65946 (or 0xC65946) is known color: Dark Coral. HEX triplet: C6, 59 and 46. RGB value is (198,89,70). Sum of RGB (Red+Green+Blue) = 198+89+70=357 (47% of max value = 765). Red value is 198 (77.73% from 255 or 55.46% from 357); Green value is 89 (35.16% from 255 or 24.93% from 357); Blue value is 70 (27.73% from 255 or 19.61% from 357); Max value from RGB is 198 - color contains mainly: red. Hex color #C65946 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C65946 is #39A6B9. Grayscale: #777777. Windows color (decimal): -3778234 or 4610502. OLE color: 4610502.
HSL color Cylindrical-coordinate representation of color #C65946: hue angle of 8.91º degrees, saturation: 0.53, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C65946 is Cyan = 0, Magento = 0.55, Yellow = 0.65 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 89 | 70 | - |
| CMYK | 0 | 0.55 | 0.65 | 0.22 |
| HSL | 8.91º | 0.53% | 0.53% | - |
| HSV(B) | 8.91º | 0.65% | 0.78% | - |
| XYZ | 27.97 | 19.59 | 8.1 | - |
| YUV | 119.43 | 100.11 | 184.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 89 | 70 | 0 | 0.55 | 0.65 | 0.22 | 8.91 | 0.53 | 0.53 |
| Hex | C6 | 59 | 46 | 0 | 37 | 41 | 16 | 9 | 35 | 35 |
| Octal | 306 | 131 | 106 | 0 | 67 | 101 | 26 | 11 | 65 | 65 |
| Binary | 11000110 | 1011001 | 1000110 | 0 | 110111 | 1000001 | 10110 | 1001 | 110101 | 110101 |
Color Harmonies of #C65946
Complementary color
Monochromatic Colors of #C65946
Black with #C65946
Text Example
Text Example
White with #C65946
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C65946; }
p { color: rgb(198,89,70); }
H1.HeaderClassName
{
color: #C65946;
}
.AnyTagClassName
{
color: #C65946;
}
</style>
background-color css
<style>
a { background-color: #C65946; }
a { background-color: rgb(198,89,70); }
div.DivClassName
{
background-color: #C65946;
}
.BgClassName
{
background-color: #C65946;
}
</style>
border-color css
<style>
span { border-color: #C65946; }
span { border-color: rgb(198,89,70); }
td.TdClassName
{
border-color: #C65946;
}
.TagClassName
{
border-color: #C65946;
}
</style>