Shades of Dark Coral #C66146
Tints of Dark Coral #C66146
RGB
CMYK
RGB Variations
Color information
#C66146 (or 0xC66146) is known color: Dark Coral. HEX triplet: C6, 61 and 46. RGB value is (198,97,70). Sum of RGB (Red+Green+Blue) = 198+97+70=365 (48% of max value = 765). Red value is 198 (77.73% from 255 or 54.25% from 365); Green value is 97 (38.28% from 255 or 26.58% from 365); Blue value is 70 (27.73% from 255 or 19.18% from 365); Max value from RGB is 198 - color contains mainly: red. Hex color #C66146 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C66146 is #399EB9. Grayscale: #7C7C7C. Windows color (decimal): -3776186 or 4612550. OLE color: 4612550.
HSL color Cylindrical-coordinate representation of color #C66146: hue angle of 12.66º degrees, saturation: 0.53, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C66146 is Cyan = 0, Magento = 0.51, Yellow = 0.65 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 97 | 70 | - |
| CMYK | 0 | 0.51 | 0.65 | 0.22 |
| HSL | 12.66º | 0.53% | 0.53% | - |
| HSV(B) | 12.66º | 0.65% | 0.78% | - |
| XYZ | 28.67 | 21 | 8.34 | - |
| YUV | 124.12 | 97.46 | 180.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 97 | 70 | 0 | 0.51 | 0.65 | 0.22 | 12.66 | 0.53 | 0.53 |
| Hex | C6 | 61 | 46 | 0 | 33 | 41 | 16 | D | 35 | 35 |
| Octal | 306 | 141 | 106 | 0 | 63 | 101 | 26 | 15 | 65 | 65 |
| Binary | 11000110 | 1100001 | 1000110 | 0 | 110011 | 1000001 | 10110 | 1101 | 110101 | 110101 |
Color Harmonies of #C66146
Complementary color
Monochromatic Colors of #C66146
Black with #C66146
Text Example
Text Example
White with #C66146
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C66146; }
p { color: rgb(198,97,70); }
H1.HeaderClassName
{
color: #C66146;
}
.AnyTagClassName
{
color: #C66146;
}
</style>
background-color css
<style>
a { background-color: #C66146; }
a { background-color: rgb(198,97,70); }
div.DivClassName
{
background-color: #C66146;
}
.BgClassName
{
background-color: #C66146;
}
</style>
border-color css
<style>
span { border-color: #C66146; }
span { border-color: rgb(198,97,70); }
td.TdClassName
{
border-color: #C66146;
}
.TagClassName
{
border-color: #C66146;
}
</style>