Shades of Cardinal #C5194D
Tints of Cardinal #C5194D
RGB
CMYK
RGB Variations
Color information
#C5194D (or 0xC5194D) is known color: Cardinal. HEX triplet: C5, 19 and 4D. RGB value is (197,25,77). Sum of RGB (Red+Green+Blue) = 197+25+77=299 (39% of max value = 765). Red value is 197 (77.34% from 255 or 65.89% from 299); Green value is 25 (10.16% from 255 or 8.36% from 299); Blue value is 77 (30.47% from 255 or 25.75% from 299); Max value from RGB is 197 - color contains mainly: red. Hex color #C5194D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C5194D is #3AE6B2. Grayscale: #525252. Windows color (decimal): -3860147 or 5052869. OLE color: 5052869.
HSL color Cylindrical-coordinate representation of color #C5194D: hue angle of 341.86º degrees, saturation: 0.77, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C5194D is Cyan = 0, Magento = 0.87, Yellow = 0.61 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 25 | 77 | - |
| CMYK | 0 | 0.87 | 0.61 | 0.23 |
| HSL | 341.86º | 0.77% | 0.44% | - |
| HSV(B) | 341.86º | 0.87% | 0.77% | - |
| XYZ | 24.71 | 13.1 | 8.25 | - |
| YUV | 82.36 | 124.98 | 209.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 25 | 77 | 0 | 0.87 | 0.61 | 0.23 | 341.86 | 0.77 | 0.44 |
| Hex | C5 | 19 | 4D | 0 | 57 | 3D | 17 | 156 | 4D | 2C |
| Octal | 305 | 31 | 115 | 0 | 127 | 75 | 27 | 526 | 115 | 54 |
| Binary | 11000101 | 11001 | 1001101 | 0 | 1010111 | 111101 | 10111 | 101010110 | 1001101 | 101100 |
Color Harmonies of #C5194D
Complementary color
Monochromatic Colors of #C5194D
Black with #C5194D
Text Example
Text Example
White with #C5194D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5194D; }
p { color: rgb(197,25,77); }
H1.HeaderClassName
{
color: #C5194D;
}
.AnyTagClassName
{
color: #C5194D;
}
</style>
background-color css
<style>
a { background-color: #C5194D; }
a { background-color: rgb(197,25,77); }
div.DivClassName
{
background-color: #C5194D;
}
.BgClassName
{
background-color: #C5194D;
}
</style>
border-color css
<style>
span { border-color: #C5194D; }
span { border-color: rgb(197,25,77); }
td.TdClassName
{
border-color: #C5194D;
}
.TagClassName
{
border-color: #C5194D;
}
</style>