Shades of Cardinal #C62046
Tints of Cardinal #C62046
RGB
CMYK
RGB Variations
Color information
#C62046 (or 0xC62046) is known color: Cardinal. HEX triplet: C6, 20 and 46. RGB value is (198,32,70). Sum of RGB (Red+Green+Blue) = 198+32+70=300 (39% of max value = 765). Red value is 198 (77.73% from 255 or 66% from 300); Green value is 32 (12.89% from 255 or 10.67% from 300); Blue value is 70 (27.73% from 255 or 23.33% from 300); Max value from RGB is 198 - color contains mainly: red. Hex color #C62046 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C62046 is #39DFB9. Grayscale: #555555. Windows color (decimal): -3792826 or 4595910. OLE color: 4595910.
HSL color Cylindrical-coordinate representation of color #C62046: hue angle of 346.27º degrees, saturation: 0.72, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C62046 is Cyan = 0, Magento = 0.84, Yellow = 0.65 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 32 | 70 | - |
| CMYK | 0 | 0.84 | 0.65 | 0.22 |
| HSL | 346.27º | 0.72% | 0.45% | - |
| HSV(B) | 346.27º | 0.84% | 0.78% | - |
| XYZ | 24.91 | 13.48 | 7.08 | - |
| YUV | 85.97 | 119 | 207.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 32 | 70 | 0 | 0.84 | 0.65 | 0.22 | 346.27 | 0.72 | 0.45 |
| Hex | C6 | 20 | 46 | 0 | 54 | 41 | 16 | 15A | 48 | 2D |
| Octal | 306 | 40 | 106 | 0 | 124 | 101 | 26 | 532 | 110 | 55 |
| Binary | 11000110 | 100000 | 1000110 | 0 | 1010100 | 1000001 | 10110 | 101011010 | 1001000 | 101101 |
Color Harmonies of #C62046
Complementary color
Monochromatic Colors of #C62046
Black with #C62046
Text Example
Text Example
White with #C62046
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C62046; }
p { color: rgb(198,32,70); }
H1.HeaderClassName
{
color: #C62046;
}
.AnyTagClassName
{
color: #C62046;
}
</style>
background-color css
<style>
a { background-color: #C62046; }
a { background-color: rgb(198,32,70); }
div.DivClassName
{
background-color: #C62046;
}
.BgClassName
{
background-color: #C62046;
}
</style>
border-color css
<style>
span { border-color: #C62046; }
span { border-color: rgb(198,32,70); }
td.TdClassName
{
border-color: #C62046;
}
.TagClassName
{
border-color: #C62046;
}
</style>