Shades of Dark Coral #C6553E
Tints of Dark Coral #C6553E
RGB
CMYK
RGB Variations
Color information
#C6553E (or 0xC6553E) is known color: Dark Coral. HEX triplet: C6, 55 and 3E. RGB value is (198,85,62). Sum of RGB (Red+Green+Blue) = 198+85+62=345 (45% of max value = 765). Red value is 198 (77.73% from 255 or 57.39% from 345); Green value is 85 (33.59% from 255 or 24.64% from 345); Blue value is 62 (24.61% from 255 or 17.97% from 345); Max value from RGB is 198 - color contains mainly: red. Hex color #C6553E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C6553E is #39AAC1. Grayscale: #747474. Windows color (decimal): -3779266 or 4085190. OLE color: 4085190.
HSL color Cylindrical-coordinate representation of color #C6553E: hue angle of 10.15º degrees, saturation: 0.54, 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 #C6553E is Cyan = 0, Magento = 0.57, Yellow = 0.69 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 85 | 62 | - |
| CMYK | 0 | 0.57 | 0.69 | 0.22 |
| HSL | 10.15º | 0.54% | 0.51% | - |
| HSV(B) | 10.15º | 0.69% | 0.78% | - |
| XYZ | 27.41 | 18.85 | 6.75 | - |
| YUV | 116.17 | 97.44 | 186.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 85 | 62 | 0 | 0.57 | 0.69 | 0.22 | 10.15 | 0.54 | 0.51 |
| Hex | C6 | 55 | 3E | 0 | 39 | 45 | 16 | A | 36 | 33 |
| Octal | 306 | 125 | 76 | 0 | 71 | 105 | 26 | 12 | 66 | 63 |
| Binary | 11000110 | 1010101 | 111110 | 0 | 111001 | 1000101 | 10110 | 1010 | 110110 | 110011 |
Color Harmonies of #C6553E
Complementary color
Monochromatic Colors of #C6553E
Black with #C6553E
Text Example
Text Example
White with #C6553E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6553E; }
p { color: rgb(198,85,62); }
H1.HeaderClassName
{
color: #C6553E;
}
.AnyTagClassName
{
color: #C6553E;
}
</style>
background-color css
<style>
a { background-color: #C6553E; }
a { background-color: rgb(198,85,62); }
div.DivClassName
{
background-color: #C6553E;
}
.BgClassName
{
background-color: #C6553E;
}
</style>
border-color css
<style>
span { border-color: #C6553E; }
span { border-color: rgb(198,85,62); }
td.TdClassName
{
border-color: #C6553E;
}
.TagClassName
{
border-color: #C6553E;
}
</style>