Shades of Cardinal #C61746
Tints of Cardinal #C61746
RGB
CMYK
RGB Variations
Color information
#C61746 (or 0xC61746) is known color: Cardinal. HEX triplet: C6, 17 and 46. RGB value is (198,23,70). Sum of RGB (Red+Green+Blue) = 198+23+70=291 (38% of max value = 765). Red value is 198 (77.73% from 255 or 68.04% from 291); Green value is 23 (9.38% from 255 or 7.90% from 291); Blue value is 70 (27.73% from 255 or 24.05% from 291); Max value from RGB is 198 - color contains mainly: red. Hex color #C61746 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C61746 is #39E8B9. Grayscale: #505050. Windows color (decimal): -3795130 or 4593606. OLE color: 4593606.
HSL color Cylindrical-coordinate representation of color #C61746: hue angle of 343.89º degrees, saturation: 0.79, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C61746 is Cyan = 0, Magento = 0.88, Yellow = 0.65 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 23 | 70 | - |
| CMYK | 0 | 0.88 | 0.65 | 0.22 |
| HSL | 343.89º | 0.79% | 0.43% | - |
| HSV(B) | 343.89º | 0.88% | 0.78% | - |
| XYZ | 24.7 | 13.06 | 7.01 | - |
| YUV | 80.68 | 121.98 | 211.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 23 | 70 | 0 | 0.88 | 0.65 | 0.22 | 343.89 | 0.79 | 0.43 |
| Hex | C6 | 17 | 46 | 0 | 58 | 41 | 16 | 158 | 4F | 2B |
| Octal | 306 | 27 | 106 | 0 | 130 | 101 | 26 | 530 | 117 | 53 |
| Binary | 11000110 | 10111 | 1000110 | 0 | 1011000 | 1000001 | 10110 | 101011000 | 1001111 | 101011 |
Color Harmonies of #C61746
Complementary color
Monochromatic Colors of #C61746
Black with #C61746
Text Example
Text Example
White with #C61746
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C61746; }
p { color: rgb(198,23,70); }
H1.HeaderClassName
{
color: #C61746;
}
.AnyTagClassName
{
color: #C61746;
}
</style>
background-color css
<style>
a { background-color: #C61746; }
a { background-color: rgb(198,23,70); }
div.DivClassName
{
background-color: #C61746;
}
.BgClassName
{
background-color: #C61746;
}
</style>
border-color css
<style>
span { border-color: #C61746; }
span { border-color: rgb(198,23,70); }
td.TdClassName
{
border-color: #C61746;
}
.TagClassName
{
border-color: #C61746;
}
</style>