Shades of Cardinal #C5184E
Tints of Cardinal #C5184E
RGB
CMYK
RGB Variations
Color information
#C5184E (or 0xC5184E) is known color: Cardinal. HEX triplet: C5, 18 and 4E. RGB value is (197,24,78). Sum of RGB (Red+Green+Blue) = 197+24+78=299 (39% of max value = 765). Red value is 197 (77.34% from 255 or 65.89% from 299); Green value is 24 (9.77% from 255 or 8.03% from 299); Blue value is 78 (30.86% from 255 or 26.09% from 299); Max value from RGB is 197 - color contains mainly: red. Hex color #C5184E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C5184E is #3AE7B1. Grayscale: #515151. Windows color (decimal): -3860402 or 5118149. OLE color: 5118149.
HSL color Cylindrical-coordinate representation of color #C5184E: hue angle of 341.27º degrees, saturation: 0.78, 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 #C5184E is Cyan = 0, Magento = 0.88, Yellow = 0.60 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 24 | 78 | - |
| CMYK | 0 | 0.88 | 0.60 | 0.23 |
| HSL | 341.27º | 0.78% | 0.43% | - |
| HSV(B) | 341.27º | 0.88% | 0.77% | - |
| XYZ | 24.73 | 13.07 | 8.43 | - |
| YUV | 81.88 | 125.81 | 210.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 24 | 78 | 0 | 0.88 | 0.60 | 0.23 | 341.27 | 0.78 | 0.43 |
| Hex | C5 | 18 | 4E | 0 | 58 | 3C | 17 | 155 | 4E | 2B |
| Octal | 305 | 30 | 116 | 0 | 130 | 74 | 27 | 525 | 116 | 53 |
| Binary | 11000101 | 11000 | 1001110 | 0 | 1011000 | 111100 | 10111 | 101010101 | 1001110 | 101011 |
Color Harmonies of #C5184E
Complementary color
Monochromatic Colors of #C5184E
Black with #C5184E
Text Example
Text Example
White with #C5184E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5184E; }
p { color: rgb(197,24,78); }
H1.HeaderClassName
{
color: #C5184E;
}
.AnyTagClassName
{
color: #C5184E;
}
</style>
background-color css
<style>
a { background-color: #C5184E; }
a { background-color: rgb(197,24,78); }
div.DivClassName
{
background-color: #C5184E;
}
.BgClassName
{
background-color: #C5184E;
}
</style>
border-color css
<style>
span { border-color: #C5184E; }
span { border-color: rgb(197,24,78); }
td.TdClassName
{
border-color: #C5184E;
}
.TagClassName
{
border-color: #C5184E;
}
</style>