Shades of Dark Coral #C65443
Tints of Dark Coral #C65443
RGB
CMYK
RGB Variations
Color information
#C65443 (or 0xC65443) is known color: Dark Coral. HEX triplet: C6, 54 and 43. RGB value is (198,84,67). Sum of RGB (Red+Green+Blue) = 198+84+67=349 (46% of max value = 765). Red value is 198 (77.73% from 255 or 56.73% from 349); Green value is 84 (33.20% from 255 or 24.07% from 349); Blue value is 67 (26.56% from 255 or 19.20% from 349); Max value from RGB is 198 - color contains mainly: red. Hex color #C65443 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C65443 is #39ABBC. Grayscale: #747474. Windows color (decimal): -3779517 or 4412614. OLE color: 4412614.
HSL color Cylindrical-coordinate representation of color #C65443: hue angle of 7.79º 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 #C65443 is Cyan = 0, Magento = 0.58, Yellow = 0.66 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 84 | 67 | - |
| CMYK | 0 | 0.58 | 0.66 | 0.22 |
| HSL | 7.79º | 0.53% | 0.52% | - |
| HSV(B) | 7.79º | 0.66% | 0.78% | - |
| XYZ | 27.47 | 18.75 | 7.48 | - |
| YUV | 116.15 | 100.27 | 186.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 84 | 67 | 0 | 0.58 | 0.66 | 0.22 | 7.79 | 0.53 | 0.52 |
| Hex | C6 | 54 | 43 | 0 | 3A | 42 | 16 | 8 | 35 | 34 |
| Octal | 306 | 124 | 103 | 0 | 72 | 102 | 26 | 10 | 65 | 64 |
| Binary | 11000110 | 1010100 | 1000011 | 0 | 111010 | 1000010 | 10110 | 1000 | 110101 | 110100 |
Color Harmonies of #C65443
Complementary color
Monochromatic Colors of #C65443
Black with #C65443
Text Example
Text Example
White with #C65443
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C65443; }
p { color: rgb(198,84,67); }
H1.HeaderClassName
{
color: #C65443;
}
.AnyTagClassName
{
color: #C65443;
}
</style>
background-color css
<style>
a { background-color: #C65443; }
a { background-color: rgb(198,84,67); }
div.DivClassName
{
background-color: #C65443;
}
.BgClassName
{
background-color: #C65443;
}
</style>
border-color css
<style>
span { border-color: #C65443; }
span { border-color: rgb(198,84,67); }
td.TdClassName
{
border-color: #C65443;
}
.TagClassName
{
border-color: #C65443;
}
</style>