Shades of Cardinal #C6124D
Tints of Cardinal #C6124D
RGB
CMYK
RGB Variations
Color information
#C6124D (or 0xC6124D) is known color: Cardinal. HEX triplet: C6, 12 and 4D. RGB value is (198,18,77). Sum of RGB (Red+Green+Blue) = 198+18+77=293 (38% of max value = 765). Red value is 198 (77.73% from 255 or 67.58% from 293); Green value is 18 (7.42% from 255 or 6.14% from 293); Blue value is 77 (30.47% from 255 or 26.28% from 293); Max value from RGB is 198 - color contains mainly: red. Hex color #C6124D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C6124D is #39EDB2. Grayscale: #4E4E4E. Windows color (decimal): -3796403 or 5051078. OLE color: 5051078.
HSL color Cylindrical-coordinate representation of color #C6124D: hue angle of 340.33º degrees, saturation: 0.83, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C6124D is Cyan = 0, Magento = 0.91, Yellow = 0.61 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 18 | 77 | - |
| CMYK | 0 | 0.91 | 0.61 | 0.22 |
| HSL | 340.33º | 0.83% | 0.42% | - |
| HSV(B) | 340.33º | 0.91% | 0.78% | - |
| XYZ | 24.84 | 12.97 | 8.22 | - |
| YUV | 78.55 | 127.13 | 213.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 18 | 77 | 0 | 0.91 | 0.61 | 0.22 | 340.33 | 0.83 | 0.42 |
| Hex | C6 | 12 | 4D | 0 | 5B | 3D | 16 | 154 | 53 | 2A |
| Octal | 306 | 22 | 115 | 0 | 133 | 75 | 26 | 524 | 123 | 52 |
| Binary | 11000110 | 10010 | 1001101 | 0 | 1011011 | 111101 | 10110 | 101010100 | 1010011 | 101010 |
Color Harmonies of #C6124D
Complementary color
Monochromatic Colors of #C6124D
Black with #C6124D
Text Example
Text Example
White with #C6124D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6124D; }
p { color: rgb(198,18,77); }
H1.HeaderClassName
{
color: #C6124D;
}
.AnyTagClassName
{
color: #C6124D;
}
</style>
background-color css
<style>
a { background-color: #C6124D; }
a { background-color: rgb(198,18,77); }
div.DivClassName
{
background-color: #C6124D;
}
.BgClassName
{
background-color: #C6124D;
}
</style>
border-color css
<style>
span { border-color: #C6124D; }
span { border-color: rgb(198,18,77); }
td.TdClassName
{
border-color: #C6124D;
}
.TagClassName
{
border-color: #C6124D;
}
</style>