Shades of Cardinal #C60746
Tints of Cardinal #C60746
RGB
CMYK
RGB Variations
Color information
#C60746 (or 0xC60746) is known color: Cardinal. HEX triplet: C6, 07 and 46. RGB value is (198,7,70). Sum of RGB (Red+Green+Blue) = 198+7+70=275 (36% of max value = 765). Red value is 198 (77.73% from 255 or 72% from 275); Green value is 7 (3.12% from 255 or 2.55% from 275); Blue value is 70 (27.73% from 255 or 25.45% from 275); Max value from RGB is 198 - color contains mainly: red. Hex color #C60746 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C60746 is #39F8B9. Grayscale: #474747. Windows color (decimal): -3799226 or 4589510. OLE color: 4589510.
HSL color Cylindrical-coordinate representation of color #C60746: hue angle of 340.21º degrees, saturation: 0.93, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C60746 is Cyan = 0, Magento = 0.96, Yellow = 0.65 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 7 | 70 | - |
| CMYK | 0 | 0.96 | 0.65 | 0.22 |
| HSL | 340.21º | 0.93% | 0.4% | - |
| HSV(B) | 340.21º | 0.96% | 0.78% | - |
| XYZ | 24.47 | 12.6 | 6.94 | - |
| YUV | 71.29 | 127.28 | 218.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 7 | 70 | 0 | 0.96 | 0.65 | 0.22 | 340.21 | 0.93 | 0.4 |
| Hex | C6 | 7 | 46 | 0 | 60 | 41 | 16 | 154 | 5D | 28 |
| Octal | 306 | 7 | 106 | 0 | 140 | 101 | 26 | 524 | 135 | 50 |
| Binary | 11000110 | 111 | 1000110 | 0 | 1100000 | 1000001 | 10110 | 101010100 | 1011101 | 101000 |
Color Harmonies of #C60746
Complementary color
Monochromatic Colors of #C60746
Black with #C60746
Text Example
Text Example
White with #C60746
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C60746; }
p { color: rgb(198,7,70); }
H1.HeaderClassName
{
color: #C60746;
}
.AnyTagClassName
{
color: #C60746;
}
</style>
background-color css
<style>
a { background-color: #C60746; }
a { background-color: rgb(198,7,70); }
div.DivClassName
{
background-color: #C60746;
}
.BgClassName
{
background-color: #C60746;
}
</style>
border-color css
<style>
span { border-color: #C60746; }
span { border-color: rgb(198,7,70); }
td.TdClassName
{
border-color: #C60746;
}
.TagClassName
{
border-color: #C60746;
}
</style>