Shades of Dark Coral #C65943
Tints of Dark Coral #C65943
RGB
CMYK
RGB Variations
Color information
#C65943 (or 0xC65943) is known color: Dark Coral. HEX triplet: C6, 59 and 43. RGB value is (198,89,67). Sum of RGB (Red+Green+Blue) = 198+89+67=354 (46% of max value = 765). Red value is 198 (77.73% from 255 or 55.93% from 354); Green value is 89 (35.16% from 255 or 25.14% from 354); Blue value is 67 (26.56% from 255 or 18.93% from 354); Max value from RGB is 198 - color contains mainly: red. Hex color #C65943 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C65943 is #39A6BC. Grayscale: #777777. Windows color (decimal): -3778237 or 4413894. OLE color: 4413894.
HSL color Cylindrical-coordinate representation of color #C65943: hue angle of 10.08º degrees, saturation: 0.53, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C65943 is Cyan = 0, Magento = 0.55, Yellow = 0.66 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 89 | 67 | - |
| CMYK | 0 | 0.55 | 0.66 | 0.22 |
| HSL | 10.08º | 0.53% | 0.52% | - |
| HSV(B) | 10.08º | 0.66% | 0.78% | - |
| XYZ | 27.87 | 19.56 | 7.62 | - |
| YUV | 119.08 | 98.61 | 184.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 89 | 67 | 0 | 0.55 | 0.66 | 0.22 | 10.08 | 0.53 | 0.52 |
| Hex | C6 | 59 | 43 | 0 | 37 | 42 | 16 | A | 35 | 34 |
| Octal | 306 | 131 | 103 | 0 | 67 | 102 | 26 | 12 | 65 | 64 |
| Binary | 11000110 | 1011001 | 1000011 | 0 | 110111 | 1000010 | 10110 | 1010 | 110101 | 110100 |
Color Harmonies of #C65943
Complementary color
Monochromatic Colors of #C65943
Black with #C65943
Text Example
Text Example
White with #C65943
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C65943; }
p { color: rgb(198,89,67); }
H1.HeaderClassName
{
color: #C65943;
}
.AnyTagClassName
{
color: #C65943;
}
</style>
background-color css
<style>
a { background-color: #C65943; }
a { background-color: rgb(198,89,67); }
div.DivClassName
{
background-color: #C65943;
}
.BgClassName
{
background-color: #C65943;
}
</style>
border-color css
<style>
span { border-color: #C65943; }
span { border-color: rgb(198,89,67); }
td.TdClassName
{
border-color: #C65943;
}
.TagClassName
{
border-color: #C65943;
}
</style>