Shades of Cardinal #C61043
Tints of Cardinal #C61043
RGB
CMYK
RGB Variations
Color information
#C61043 (or 0xC61043) is known color: Cardinal. HEX triplet: C6, 10 and 43. RGB value is (198,16,67). Sum of RGB (Red+Green+Blue) = 198+16+67=281 (37% of max value = 765). Red value is 198 (77.73% from 255 or 70.46% from 281); Green value is 16 (6.64% from 255 or 5.69% from 281); Blue value is 67 (26.56% from 255 or 23.84% from 281); Max value from RGB is 198 - color contains mainly: red. Hex color #C61043 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C61043 is #39EFBC. Grayscale: #4C4C4C. Windows color (decimal): -3796925 or 4395206. OLE color: 4395206.
HSL color Cylindrical-coordinate representation of color #C61043: hue angle of 343.19º degrees, saturation: 0.85, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C61043 is Cyan = 0, Magento = 0.92, Yellow = 0.66 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 16 | 67 | - |
| CMYK | 0 | 0.92 | 0.66 | 0.22 |
| HSL | 343.19º | 0.85% | 0.42% | - |
| HSV(B) | 343.19º | 0.92% | 0.78% | - |
| XYZ | 24.49 | 12.78 | 6.49 | - |
| YUV | 76.23 | 122.8 | 214.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 16 | 67 | 0 | 0.92 | 0.66 | 0.22 | 343.19 | 0.85 | 0.42 |
| Hex | C6 | 10 | 43 | 0 | 5C | 42 | 16 | 157 | 55 | 2A |
| Octal | 306 | 20 | 103 | 0 | 134 | 102 | 26 | 527 | 125 | 52 |
| Binary | 11000110 | 10000 | 1000011 | 0 | 1011100 | 1000010 | 10110 | 101010111 | 1010101 | 101010 |
Color Harmonies of #C61043
Complementary color
Monochromatic Colors of #C61043
Black with #C61043
Text Example
Text Example
White with #C61043
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C61043; }
p { color: rgb(198,16,67); }
H1.HeaderClassName
{
color: #C61043;
}
.AnyTagClassName
{
color: #C61043;
}
</style>
background-color css
<style>
a { background-color: #C61043; }
a { background-color: rgb(198,16,67); }
div.DivClassName
{
background-color: #C61043;
}
.BgClassName
{
background-color: #C61043;
}
</style>
border-color css
<style>
span { border-color: #C61043; }
span { border-color: rgb(198,16,67); }
td.TdClassName
{
border-color: #C61043;
}
.TagClassName
{
border-color: #C61043;
}
</style>