Shades of Dark Coral #C6583C
Tints of Dark Coral #C6583C
RGB
CMYK
RGB Variations
Color information
#C6583C (or 0xC6583C) is known color: Dark Coral. HEX triplet: C6, 58 and 3C. RGB value is (198,88,60). Sum of RGB (Red+Green+Blue) = 198+88+60=346 (45% of max value = 765). Red value is 198 (77.73% from 255 or 57.23% from 346); Green value is 88 (34.77% from 255 or 25.43% from 346); Blue value is 60 (23.83% from 255 or 17.34% from 346); Max value from RGB is 198 - color contains mainly: red. Hex color #C6583C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C6583C is #39A7C3. Grayscale: #757575. Windows color (decimal): -3778500 or 3954886. OLE color: 3954886.
HSL color Cylindrical-coordinate representation of color #C6583C: hue angle of 12.17º degrees, saturation: 0.55, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C6583C is Cyan = 0, Magento = 0.56, Yellow = 0.70 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 88 | 60 | - |
| CMYK | 0 | 0.56 | 0.70 | 0.22 |
| HSL | 12.17º | 0.55% | 0.51% | - |
| HSV(B) | 12.17º | 0.7% | 0.78% | - |
| XYZ | 27.59 | 19.31 | 6.55 | - |
| YUV | 117.7 | 95.44 | 185.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 88 | 60 | 0 | 0.56 | 0.70 | 0.22 | 12.17 | 0.55 | 0.51 |
| Hex | C6 | 58 | 3C | 0 | 38 | 46 | 16 | C | 37 | 33 |
| Octal | 306 | 130 | 74 | 0 | 70 | 106 | 26 | 14 | 67 | 63 |
| Binary | 11000110 | 1011000 | 111100 | 0 | 111000 | 1000110 | 10110 | 1100 | 110111 | 110011 |
Color Harmonies of #C6583C
Complementary color
Monochromatic Colors of #C6583C
Black with #C6583C
Text Example
Text Example
White with #C6583C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6583C; }
p { color: rgb(198,88,60); }
H1.HeaderClassName
{
color: #C6583C;
}
.AnyTagClassName
{
color: #C6583C;
}
</style>
background-color css
<style>
a { background-color: #C6583C; }
a { background-color: rgb(198,88,60); }
div.DivClassName
{
background-color: #C6583C;
}
.BgClassName
{
background-color: #C6583C;
}
</style>
border-color css
<style>
span { border-color: #C6583C; }
span { border-color: rgb(198,88,60); }
td.TdClassName
{
border-color: #C6583C;
}
.TagClassName
{
border-color: #C6583C;
}
</style>