Shades of Cardinal #C7124C
Tints of Cardinal #C7124C
RGB
CMYK
RGB Variations
Color information
#C7124C (or 0xC7124C) is known color: Cardinal. HEX triplet: C7, 12 and 4C. RGB value is (199,18,76). Sum of RGB (Red+Green+Blue) = 199+18+76=293 (38% of max value = 765). Red value is 199 (78.12% from 255 or 67.92% from 293); Green value is 18 (7.42% from 255 or 6.14% from 293); Blue value is 76 (30.08% from 255 or 25.94% from 293); Max value from RGB is 199 - color contains mainly: red. Hex color #C7124C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C7124C is #38EDB3. Grayscale: #4E4E4E. Windows color (decimal): -3730868 or 4985543. OLE color: 4985543.
HSL color Cylindrical-coordinate representation of color #C7124C: hue angle of 340.77º degrees, saturation: 0.83, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C7124C is Cyan = 0, Magento = 0.91, Yellow = 0.62 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 18 | 76 | - |
| CMYK | 0 | 0.91 | 0.62 | 0.22 |
| HSL | 340.77º | 0.83% | 0.43% | - |
| HSV(B) | 340.77º | 0.91% | 0.78% | - |
| XYZ | 25.07 | 13.1 | 8.04 | - |
| YUV | 78.73 | 126.47 | 213.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 18 | 76 | 0 | 0.91 | 0.62 | 0.22 | 340.77 | 0.83 | 0.43 |
| Hex | C7 | 12 | 4C | 0 | 5B | 3E | 16 | 155 | 53 | 2B |
| Octal | 307 | 22 | 114 | 0 | 133 | 76 | 26 | 525 | 123 | 53 |
| Binary | 11000111 | 10010 | 1001100 | 0 | 1011011 | 111110 | 10110 | 101010101 | 1010011 | 101011 |
Color Harmonies of #C7124C
Complementary color
Monochromatic Colors of #C7124C
Black with #C7124C
Text Example
Text Example
White with #C7124C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7124C; }
p { color: rgb(199,18,76); }
H1.HeaderClassName
{
color: #C7124C;
}
.AnyTagClassName
{
color: #C7124C;
}
</style>
background-color css
<style>
a { background-color: #C7124C; }
a { background-color: rgb(199,18,76); }
div.DivClassName
{
background-color: #C7124C;
}
.BgClassName
{
background-color: #C7124C;
}
</style>
border-color css
<style>
span { border-color: #C7124C; }
span { border-color: rgb(199,18,76); }
td.TdClassName
{
border-color: #C7124C;
}
.TagClassName
{
border-color: #C7124C;
}
</style>