Shades of Dark Coral #C6593D
Tints of Dark Coral #C6593D
RGB
CMYK
RGB Variations
Color information
#C6593D (or 0xC6593D) is known color: Dark Coral. HEX triplet: C6, 59 and 3D. RGB value is (198,89,61). Sum of RGB (Red+Green+Blue) = 198+89+61=348 (46% of max value = 765). Red value is 198 (77.73% from 255 or 56.90% from 348); Green value is 89 (35.16% from 255 or 25.57% from 348); Blue value is 61 (24.22% from 255 or 17.53% from 348); Max value from RGB is 198 - color contains mainly: red. Hex color #C6593D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C6593D is #39A6C2. Grayscale: #767676. Windows color (decimal): -3778243 or 4020678. OLE color: 4020678.
HSL color Cylindrical-coordinate representation of color #C6593D: hue angle of 12.26º degrees, saturation: 0.55, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C6593D is Cyan = 0, Magento = 0.55, Yellow = 0.69 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 89 | 61 | - |
| CMYK | 0 | 0.55 | 0.69 | 0.22 |
| HSL | 12.26º | 0.55% | 0.51% | - |
| HSV(B) | 12.26º | 0.69% | 0.78% | - |
| XYZ | 27.7 | 19.49 | 6.72 | - |
| YUV | 118.4 | 95.61 | 184.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 89 | 61 | 0 | 0.55 | 0.69 | 0.22 | 12.26 | 0.55 | 0.51 |
| Hex | C6 | 59 | 3D | 0 | 37 | 45 | 16 | C | 37 | 33 |
| Octal | 306 | 131 | 75 | 0 | 67 | 105 | 26 | 14 | 67 | 63 |
| Binary | 11000110 | 1011001 | 111101 | 0 | 110111 | 1000101 | 10110 | 1100 | 110111 | 110011 |
Color Harmonies of #C6593D
Complementary color
Monochromatic Colors of #C6593D
Black with #C6593D
Text Example
Text Example
White with #C6593D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6593D; }
p { color: rgb(198,89,61); }
H1.HeaderClassName
{
color: #C6593D;
}
.AnyTagClassName
{
color: #C6593D;
}
</style>
background-color css
<style>
a { background-color: #C6593D; }
a { background-color: rgb(198,89,61); }
div.DivClassName
{
background-color: #C6593D;
}
.BgClassName
{
background-color: #C6593D;
}
</style>
border-color css
<style>
span { border-color: #C6593D; }
span { border-color: rgb(198,89,61); }
td.TdClassName
{
border-color: #C6593D;
}
.TagClassName
{
border-color: #C6593D;
}
</style>