Shades of Cardinal #C5114C
Tints of Cardinal #C5114C
RGB
CMYK
RGB Variations
Color information
#C5114C (or 0xC5114C) is known color: Cardinal. HEX triplet: C5, 11 and 4C. RGB value is (197,17,76). Sum of RGB (Red+Green+Blue) = 197+17+76=290 (38% of max value = 765). Red value is 197 (77.34% from 255 or 67.93% from 290); Green value is 17 (7.03% from 255 or 5.86% from 290); Blue value is 76 (30.08% from 255 or 26.21% from 290); Max value from RGB is 197 - color contains mainly: red. Hex color #C5114C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C5114C is #3AEEB3. Grayscale: #4D4D4D. Windows color (decimal): -3862196 or 4985285. OLE color: 4985285.
HSL color Cylindrical-coordinate representation of color #C5114C: hue angle of 340.33º degrees, saturation: 0.84, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C5114C is Cyan = 0, Magento = 0.91, Yellow = 0.61 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 17 | 76 | - |
| CMYK | 0 | 0.91 | 0.61 | 0.23 |
| HSL | 340.33º | 0.84% | 0.42% | - |
| HSV(B) | 340.33º | 0.91% | 0.77% | - |
| XYZ | 24.53 | 12.79 | 8.01 | - |
| YUV | 77.55 | 127.13 | 213.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 17 | 76 | 0 | 0.91 | 0.61 | 0.23 | 340.33 | 0.84 | 0.42 |
| Hex | C5 | 11 | 4C | 0 | 5B | 3D | 17 | 154 | 54 | 2A |
| Octal | 305 | 21 | 114 | 0 | 133 | 75 | 27 | 524 | 124 | 52 |
| Binary | 11000101 | 10001 | 1001100 | 0 | 1011011 | 111101 | 10111 | 101010100 | 1010100 | 101010 |
Color Harmonies of #C5114C
Complementary color
Monochromatic Colors of #C5114C
Black with #C5114C
Text Example
Text Example
White with #C5114C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5114C; }
p { color: rgb(197,17,76); }
H1.HeaderClassName
{
color: #C5114C;
}
.AnyTagClassName
{
color: #C5114C;
}
</style>
background-color css
<style>
a { background-color: #C5114C; }
a { background-color: rgb(197,17,76); }
div.DivClassName
{
background-color: #C5114C;
}
.BgClassName
{
background-color: #C5114C;
}
</style>
border-color css
<style>
span { border-color: #C5114C; }
span { border-color: rgb(197,17,76); }
td.TdClassName
{
border-color: #C5114C;
}
.TagClassName
{
border-color: #C5114C;
}
</style>