Shades of Cardinal #C6144E
Tints of Cardinal #C6144E
RGB
CMYK
RGB Variations
Color information
#C6144E (or 0xC6144E) is known color: Cardinal. HEX triplet: C6, 14 and 4E. RGB value is (198,20,78). Sum of RGB (Red+Green+Blue) = 198+20+78=296 (39% of max value = 765). Red value is 198 (77.73% from 255 or 66.89% from 296); Green value is 20 (8.20% from 255 or 6.76% from 296); Blue value is 78 (30.86% from 255 or 26.35% from 296); Max value from RGB is 198 - color contains mainly: red. Hex color #C6144E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C6144E is #39EBB1. Grayscale: #4F4F4F. Windows color (decimal): -3795890 or 5117126. OLE color: 5117126.
HSL color Cylindrical-coordinate representation of color #C6144E: hue angle of 340.45º degrees, saturation: 0.82, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C6144E is Cyan = 0, Magento = 0.90, Yellow = 0.61 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 20 | 78 | - |
| CMYK | 0 | 0.90 | 0.61 | 0.22 |
| HSL | 340.45º | 0.82% | 0.43% | - |
| HSV(B) | 340.45º | 0.9% | 0.78% | - |
| XYZ | 24.91 | 13.06 | 8.41 | - |
| YUV | 79.83 | 126.97 | 212.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 20 | 78 | 0 | 0.90 | 0.61 | 0.22 | 340.45 | 0.82 | 0.43 |
| Hex | C6 | 14 | 4E | 0 | 5A | 3D | 16 | 154 | 52 | 2B |
| Octal | 306 | 24 | 116 | 0 | 132 | 75 | 26 | 524 | 122 | 53 |
| Binary | 11000110 | 10100 | 1001110 | 0 | 1011010 | 111101 | 10110 | 101010100 | 1010010 | 101011 |
Color Harmonies of #C6144E
Complementary color
Monochromatic Colors of #C6144E
Black with #C6144E
Text Example
Text Example
White with #C6144E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6144E; }
p { color: rgb(198,20,78); }
H1.HeaderClassName
{
color: #C6144E;
}
.AnyTagClassName
{
color: #C6144E;
}
</style>
background-color css
<style>
a { background-color: #C6144E; }
a { background-color: rgb(198,20,78); }
div.DivClassName
{
background-color: #C6144E;
}
.BgClassName
{
background-color: #C6144E;
}
</style>
border-color css
<style>
span { border-color: #C6144E; }
span { border-color: rgb(198,20,78); }
td.TdClassName
{
border-color: #C6144E;
}
.TagClassName
{
border-color: #C6144E;
}
</style>