Shades of Dark Coral #C65645
Tints of Dark Coral #C65645
RGB
CMYK
RGB Variations
Color information
#C65645 (or 0xC65645) is known color: Dark Coral. HEX triplet: C6, 56 and 45. RGB value is (198,86,69). Sum of RGB (Red+Green+Blue) = 198+86+69=353 (46% of max value = 765). Red value is 198 (77.73% from 255 or 56.09% from 353); Green value is 86 (33.98% from 255 or 24.36% from 353); Blue value is 69 (27.34% from 255 or 19.55% from 353); Max value from RGB is 198 - color contains mainly: red. Hex color #C65645 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C65645 is #39A9BA. Grayscale: #757575. Windows color (decimal): -3779003 or 4544198. OLE color: 4544198.
HSL color Cylindrical-coordinate representation of color #C65645: hue angle of 7.91º degrees, saturation: 0.53, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C65645 is Cyan = 0, Magento = 0.57, Yellow = 0.65 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 86 | 69 | - |
| CMYK | 0 | 0.57 | 0.65 | 0.22 |
| HSL | 7.91º | 0.53% | 0.52% | - |
| HSV(B) | 7.91º | 0.65% | 0.78% | - |
| XYZ | 27.69 | 19.09 | 7.86 | - |
| YUV | 117.55 | 100.61 | 185.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 86 | 69 | 0 | 0.57 | 0.65 | 0.22 | 7.91 | 0.53 | 0.52 |
| Hex | C6 | 56 | 45 | 0 | 39 | 41 | 16 | 8 | 35 | 34 |
| Octal | 306 | 126 | 105 | 0 | 71 | 101 | 26 | 10 | 65 | 64 |
| Binary | 11000110 | 1010110 | 1000101 | 0 | 111001 | 1000001 | 10110 | 1000 | 110101 | 110100 |
Color Harmonies of #C65645
Complementary color
Monochromatic Colors of #C65645
Black with #C65645
Text Example
Text Example
White with #C65645
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C65645; }
p { color: rgb(198,86,69); }
H1.HeaderClassName
{
color: #C65645;
}
.AnyTagClassName
{
color: #C65645;
}
</style>
background-color css
<style>
a { background-color: #C65645; }
a { background-color: rgb(198,86,69); }
div.DivClassName
{
background-color: #C65645;
}
.BgClassName
{
background-color: #C65645;
}
</style>
border-color css
<style>
span { border-color: #C65645; }
span { border-color: rgb(198,86,69); }
td.TdClassName
{
border-color: #C65645;
}
.TagClassName
{
border-color: #C65645;
}
</style>