Shades of Dark Coral #C65743
Tints of Dark Coral #C65743
RGB
CMYK
RGB Variations
Color information
#C65743 (or 0xC65743) is known color: Dark Coral. HEX triplet: C6, 57 and 43. RGB value is (198,87,67). Sum of RGB (Red+Green+Blue) = 198+87+67=352 (46% of max value = 765). Red value is 198 (77.73% from 255 or 56.25% from 352); Green value is 87 (34.38% from 255 or 24.72% from 352); Blue value is 67 (26.56% from 255 or 19.03% from 352); Max value from RGB is 198 - color contains mainly: red. Hex color #C65743 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C65743 is #39A8BC. Grayscale: #767676. Windows color (decimal): -3778749 or 4413382. OLE color: 4413382.
HSL color Cylindrical-coordinate representation of color #C65743: hue angle of 9.16º 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 #C65743 is Cyan = 0, Magento = 0.56, Yellow = 0.66 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 87 | 67 | - |
| CMYK | 0 | 0.56 | 0.66 | 0.22 |
| HSL | 9.16º | 0.53% | 0.52% | - |
| HSV(B) | 9.16º | 0.66% | 0.78% | - |
| XYZ | 27.71 | 19.23 | 7.56 | - |
| YUV | 117.91 | 99.27 | 185.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 87 | 67 | 0 | 0.56 | 0.66 | 0.22 | 9.16 | 0.53 | 0.52 |
| Hex | C6 | 57 | 43 | 0 | 38 | 42 | 16 | 9 | 35 | 34 |
| Octal | 306 | 127 | 103 | 0 | 70 | 102 | 26 | 11 | 65 | 64 |
| Binary | 11000110 | 1010111 | 1000011 | 0 | 111000 | 1000010 | 10110 | 1001 | 110101 | 110100 |
Color Harmonies of #C65743
Complementary color
Monochromatic Colors of #C65743
Black with #C65743
Text Example
Text Example
White with #C65743
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C65743; }
p { color: rgb(198,87,67); }
H1.HeaderClassName
{
color: #C65743;
}
.AnyTagClassName
{
color: #C65743;
}
</style>
background-color css
<style>
a { background-color: #C65743; }
a { background-color: rgb(198,87,67); }
div.DivClassName
{
background-color: #C65743;
}
.BgClassName
{
background-color: #C65743;
}
</style>
border-color css
<style>
span { border-color: #C65743; }
span { border-color: rgb(198,87,67); }
td.TdClassName
{
border-color: #C65743;
}
.TagClassName
{
border-color: #C65743;
}
</style>