Shades of Cardinal #C5174E
Tints of Cardinal #C5174E
RGB
CMYK
RGB Variations
Color information
#C5174E (or 0xC5174E) is known color: Cardinal. HEX triplet: C5, 17 and 4E. RGB value is (197,23,78). Sum of RGB (Red+Green+Blue) = 197+23+78=298 (39% of max value = 765). Red value is 197 (77.34% from 255 or 66.11% from 298); Green value is 23 (9.38% from 255 or 7.72% from 298); Blue value is 78 (30.86% from 255 or 26.17% from 298); Max value from RGB is 197 - color contains mainly: red. Hex color #C5174E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C5174E is #3AE8B1. Grayscale: #515151. Windows color (decimal): -3860658 or 5117893. OLE color: 5117893.
HSL color Cylindrical-coordinate representation of color #C5174E: hue angle of 341.03º degrees, saturation: 0.79, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C5174E is Cyan = 0, Magento = 0.88, Yellow = 0.60 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 23 | 78 | - |
| CMYK | 0 | 0.88 | 0.60 | 0.23 |
| HSL | 341.03º | 0.79% | 0.43% | - |
| HSV(B) | 341.03º | 0.88% | 0.77% | - |
| XYZ | 24.71 | 13.03 | 8.42 | - |
| YUV | 81.3 | 126.15 | 210.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 23 | 78 | 0 | 0.88 | 0.60 | 0.23 | 341.03 | 0.79 | 0.43 |
| Hex | C5 | 17 | 4E | 0 | 58 | 3C | 17 | 155 | 4F | 2B |
| Octal | 305 | 27 | 116 | 0 | 130 | 74 | 27 | 525 | 117 | 53 |
| Binary | 11000101 | 10111 | 1001110 | 0 | 1011000 | 111100 | 10111 | 101010101 | 1001111 | 101011 |
Color Harmonies of #C5174E
Complementary color
Monochromatic Colors of #C5174E
Black with #C5174E
Text Example
Text Example
White with #C5174E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5174E; }
p { color: rgb(197,23,78); }
H1.HeaderClassName
{
color: #C5174E;
}
.AnyTagClassName
{
color: #C5174E;
}
</style>
background-color css
<style>
a { background-color: #C5174E; }
a { background-color: rgb(197,23,78); }
div.DivClassName
{
background-color: #C5174E;
}
.BgClassName
{
background-color: #C5174E;
}
</style>
border-color css
<style>
span { border-color: #C5174E; }
span { border-color: rgb(197,23,78); }
td.TdClassName
{
border-color: #C5174E;
}
.TagClassName
{
border-color: #C5174E;
}
</style>