Shades of Cardinal #C5163C
Tints of Cardinal #C5163C
RGB
CMYK
RGB Variations
Color information
#C5163C (or 0xC5163C) is known color: Cardinal. HEX triplet: C5, 16 and 3C. RGB value is (197,22,60). Sum of RGB (Red+Green+Blue) = 197+22+60=279 (36% of max value = 765). Red value is 197 (77.34% from 255 or 70.61% from 279); Green value is 22 (8.98% from 255 or 7.89% from 279); Blue value is 60 (23.83% from 255 or 21.51% from 279); Max value from RGB is 197 - color contains mainly: red. Hex color #C5163C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C5163C is #3AE9C3. Grayscale: #4E4E4E. Windows color (decimal): -3860932 or 3937989. OLE color: 3937989.
HSL color Cylindrical-coordinate representation of color #C5163C: hue angle of 346.97º degrees, saturation: 0.8, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C5163C is Cyan = 0, Magento = 0.89, Yellow = 0.70 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 22 | 60 | - |
| CMYK | 0 | 0.89 | 0.70 | 0.23 |
| HSL | 346.97º | 0.8% | 0.43% | - |
| HSV(B) | 346.97º | 0.89% | 0.77% | - |
| XYZ | 24.13 | 12.77 | 5.47 | - |
| YUV | 78.66 | 117.48 | 212.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 22 | 60 | 0 | 0.89 | 0.70 | 0.23 | 346.97 | 0.8 | 0.43 |
| Hex | C5 | 16 | 3C | 0 | 59 | 46 | 17 | 15B | 50 | 2B |
| Octal | 305 | 26 | 74 | 0 | 131 | 106 | 27 | 533 | 120 | 53 |
| Binary | 11000101 | 10110 | 111100 | 0 | 1011001 | 1000110 | 10111 | 101011011 | 1010000 | 101011 |
Color Harmonies of #C5163C
Complementary color
Monochromatic Colors of #C5163C
Black with #C5163C
Text Example
Text Example
White with #C5163C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5163C; }
p { color: rgb(197,22,60); }
H1.HeaderClassName
{
color: #C5163C;
}
.AnyTagClassName
{
color: #C5163C;
}
</style>
background-color css
<style>
a { background-color: #C5163C; }
a { background-color: rgb(197,22,60); }
div.DivClassName
{
background-color: #C5163C;
}
.BgClassName
{
background-color: #C5163C;
}
</style>
border-color css
<style>
span { border-color: #C5163C; }
span { border-color: rgb(197,22,60); }
td.TdClassName
{
border-color: #C5163C;
}
.TagClassName
{
border-color: #C5163C;
}
</style>