Shades of Dark Coral #C65844
Tints of Dark Coral #C65844
RGB
CMYK
RGB Variations
Color information
#C65844 (or 0xC65844) is known color: Dark Coral. HEX triplet: C6, 58 and 44. RGB value is (198,88,68). Sum of RGB (Red+Green+Blue) = 198+88+68=354 (46% of max value = 765). Red value is 198 (77.73% from 255 or 55.93% from 354); Green value is 88 (34.77% from 255 or 24.86% from 354); Blue value is 68 (26.95% from 255 or 19.21% from 354); Max value from RGB is 198 - color contains mainly: red. Hex color #C65844 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C65844 is #39A7BB. Grayscale: #767676. Windows color (decimal): -3778492 or 4479174. OLE color: 4479174.
HSL color Cylindrical-coordinate representation of color #C65844: hue angle of 9.23º 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 #C65844 is Cyan = 0, Magento = 0.56, Yellow = 0.66 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 88 | 68 | - |
| CMYK | 0 | 0.56 | 0.66 | 0.22 |
| HSL | 9.23º | 0.53% | 0.52% | - |
| HSV(B) | 9.23º | 0.66% | 0.78% | - |
| XYZ | 27.82 | 19.4 | 7.75 | - |
| YUV | 118.61 | 99.44 | 184.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 88 | 68 | 0 | 0.56 | 0.66 | 0.22 | 9.23 | 0.53 | 0.52 |
| Hex | C6 | 58 | 44 | 0 | 38 | 42 | 16 | 9 | 35 | 34 |
| Octal | 306 | 130 | 104 | 0 | 70 | 102 | 26 | 11 | 65 | 64 |
| Binary | 11000110 | 1011000 | 1000100 | 0 | 111000 | 1000010 | 10110 | 1001 | 110101 | 110100 |
Color Harmonies of #C65844
Complementary color
Monochromatic Colors of #C65844
Black with #C65844
Text Example
Text Example
White with #C65844
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C65844; }
p { color: rgb(198,88,68); }
H1.HeaderClassName
{
color: #C65844;
}
.AnyTagClassName
{
color: #C65844;
}
</style>
background-color css
<style>
a { background-color: #C65844; }
a { background-color: rgb(198,88,68); }
div.DivClassName
{
background-color: #C65844;
}
.BgClassName
{
background-color: #C65844;
}
</style>
border-color css
<style>
span { border-color: #C65844; }
span { border-color: rgb(198,88,68); }
td.TdClassName
{
border-color: #C65844;
}
.TagClassName
{
border-color: #C65844;
}
</style>