Shades of Cardinal #C61849
Tints of Cardinal #C61849
RGB
CMYK
RGB Variations
Color information
#C61849 (or 0xC61849) is known color: Cardinal. HEX triplet: C6, 18 and 49. RGB value is (198,24,73). Sum of RGB (Red+Green+Blue) = 198+24+73=295 (39% of max value = 765). Red value is 198 (77.73% from 255 or 67.12% from 295); Green value is 24 (9.77% from 255 or 8.14% from 295); Blue value is 73 (28.91% from 255 or 24.75% from 295); Max value from RGB is 198 - color contains mainly: red. Hex color #C61849 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C61849 is #39E7B6. Grayscale: #515151. Windows color (decimal): -3794871 or 4790470. OLE color: 4790470.
HSL color Cylindrical-coordinate representation of color #C61849: hue angle of 343.1º degrees, saturation: 0.78, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C61849 is Cyan = 0, Magento = 0.88, Yellow = 0.63 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 24 | 73 | - |
| CMYK | 0 | 0.88 | 0.63 | 0.22 |
| HSL | 343.1º | 0.78% | 0.44% | - |
| HSV(B) | 343.1º | 0.88% | 0.78% | - |
| XYZ | 24.82 | 13.14 | 7.53 | - |
| YUV | 81.61 | 123.15 | 211.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 24 | 73 | 0 | 0.88 | 0.63 | 0.22 | 343.1 | 0.78 | 0.44 |
| Hex | C6 | 18 | 49 | 0 | 58 | 3F | 16 | 157 | 4E | 2C |
| Octal | 306 | 30 | 111 | 0 | 130 | 77 | 26 | 527 | 116 | 54 |
| Binary | 11000110 | 11000 | 1001001 | 0 | 1011000 | 111111 | 10110 | 101010111 | 1001110 | 101100 |
Color Harmonies of #C61849
Complementary color
Monochromatic Colors of #C61849
Black with #C61849
Text Example
Text Example
White with #C61849
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C61849; }
p { color: rgb(198,24,73); }
H1.HeaderClassName
{
color: #C61849;
}
.AnyTagClassName
{
color: #C61849;
}
</style>
background-color css
<style>
a { background-color: #C61849; }
a { background-color: rgb(198,24,73); }
div.DivClassName
{
background-color: #C61849;
}
.BgClassName
{
background-color: #C61849;
}
</style>
border-color css
<style>
span { border-color: #C61849; }
span { border-color: rgb(198,24,73); }
td.TdClassName
{
border-color: #C61849;
}
.TagClassName
{
border-color: #C61849;
}
</style>