Shades of Dark Coral #C65746
Tints of Dark Coral #C65746
RGB
CMYK
RGB Variations
Color information
#C65746 (or 0xC65746) is known color: Dark Coral. HEX triplet: C6, 57 and 46. RGB value is (198,87,70). Sum of RGB (Red+Green+Blue) = 198+87+70=355 (47% of max value = 765). Red value is 198 (77.73% from 255 or 55.77% from 355); Green value is 87 (34.38% from 255 or 24.51% from 355); Blue value is 70 (27.73% from 255 or 19.72% from 355); Max value from RGB is 198 - color contains mainly: red. Hex color #C65746 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C65746 is #39A8B9. Grayscale: #767676. Windows color (decimal): -3778746 or 4609990. OLE color: 4609990.
HSL color Cylindrical-coordinate representation of color #C65746: hue angle of 7.97º 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 #C65746 is Cyan = 0, Magento = 0.56, Yellow = 0.65 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 87 | 70 | - |
| CMYK | 0 | 0.56 | 0.65 | 0.22 |
| HSL | 7.97º | 0.53% | 0.53% | - |
| HSV(B) | 7.97º | 0.65% | 0.78% | - |
| XYZ | 27.8 | 19.26 | 8.05 | - |
| YUV | 118.25 | 100.77 | 184.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 87 | 70 | 0 | 0.56 | 0.65 | 0.22 | 7.97 | 0.53 | 0.53 |
| Hex | C6 | 57 | 46 | 0 | 38 | 41 | 16 | 8 | 35 | 35 |
| Octal | 306 | 127 | 106 | 0 | 70 | 101 | 26 | 10 | 65 | 65 |
| Binary | 11000110 | 1010111 | 1000110 | 0 | 111000 | 1000001 | 10110 | 1000 | 110101 | 110101 |
Color Harmonies of #C65746
Complementary color
Monochromatic Colors of #C65746
Black with #C65746
Text Example
Text Example
White with #C65746
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C65746; }
p { color: rgb(198,87,70); }
H1.HeaderClassName
{
color: #C65746;
}
.AnyTagClassName
{
color: #C65746;
}
</style>
background-color css
<style>
a { background-color: #C65746; }
a { background-color: rgb(198,87,70); }
div.DivClassName
{
background-color: #C65746;
}
.BgClassName
{
background-color: #C65746;
}
</style>
border-color css
<style>
span { border-color: #C65746; }
span { border-color: rgb(198,87,70); }
td.TdClassName
{
border-color: #C65746;
}
.TagClassName
{
border-color: #C65746;
}
</style>