Shades of Cardinal #C60D46
Tints of Cardinal #C60D46
RGB
CMYK
RGB Variations
Color information
#C60D46 (or 0xC60D46) is known color: Cardinal. HEX triplet: C6, 0D and 46. RGB value is (198,13,70). Sum of RGB (Red+Green+Blue) = 198+13+70=281 (37% of max value = 765). Red value is 198 (77.73% from 255 or 70.46% from 281); Green value is 13 (5.47% from 255 or 4.63% from 281); Blue value is 70 (27.73% from 255 or 24.91% from 281); Max value from RGB is 198 - color contains mainly: red. Hex color #C60D46 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C60D46 is #39F2B9. Grayscale: #4A4A4A. Windows color (decimal): -3797690 or 4591046. OLE color: 4591046.
HSL color Cylindrical-coordinate representation of color #C60D46: hue angle of 341.51º degrees, saturation: 0.88, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C60D46 is Cyan = 0, Magento = 0.93, Yellow = 0.65 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 13 | 70 | - |
| CMYK | 0 | 0.93 | 0.65 | 0.22 |
| HSL | 341.51º | 0.88% | 0.41% | - |
| HSV(B) | 341.51º | 0.93% | 0.78% | - |
| XYZ | 24.54 | 12.74 | 6.96 | - |
| YUV | 74.81 | 125.29 | 215.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 13 | 70 | 0 | 0.93 | 0.65 | 0.22 | 341.51 | 0.88 | 0.41 |
| Hex | C6 | D | 46 | 0 | 5D | 41 | 16 | 156 | 58 | 29 |
| Octal | 306 | 15 | 106 | 0 | 135 | 101 | 26 | 526 | 130 | 51 |
| Binary | 11000110 | 1101 | 1000110 | 0 | 1011101 | 1000001 | 10110 | 101010110 | 1011000 | 101001 |
Color Harmonies of #C60D46
Complementary color
Monochromatic Colors of #C60D46
Black with #C60D46
Text Example
Text Example
White with #C60D46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C60D46; }
p { color: rgb(198,13,70); }
H1.HeaderClassName
{
color: #C60D46;
}
.AnyTagClassName
{
color: #C60D46;
}
</style>
background-color css
<style>
a { background-color: #C60D46; }
a { background-color: rgb(198,13,70); }
div.DivClassName
{
background-color: #C60D46;
}
.BgClassName
{
background-color: #C60D46;
}
</style>
border-color css
<style>
span { border-color: #C60D46; }
span { border-color: rgb(198,13,70); }
td.TdClassName
{
border-color: #C60D46;
}
.TagClassName
{
border-color: #C60D46;
}
</style>