Shades of Cardinal #C5104D
Tints of Cardinal #C5104D
RGB
CMYK
RGB Variations
Color information
#C5104D (or 0xC5104D) is known color: Cardinal. HEX triplet: C5, 10 and 4D. RGB value is (197,16,77). Sum of RGB (Red+Green+Blue) = 197+16+77=290 (38% of max value = 765). Red value is 197 (77.34% from 255 or 67.93% from 290); Green value is 16 (6.64% from 255 or 5.52% from 290); Blue value is 77 (30.47% from 255 or 26.55% from 290); Max value from RGB is 197 - color contains mainly: red. Hex color #C5104D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C5104D is #3AEFB2. Grayscale: #4D4D4D. Windows color (decimal): -3862451 or 5050565. OLE color: 5050565.
HSL color Cylindrical-coordinate representation of color #C5104D: hue angle of 339.78º degrees, saturation: 0.85, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C5104D is Cyan = 0, Magento = 0.92, Yellow = 0.61 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 16 | 77 | - |
| CMYK | 0 | 0.92 | 0.61 | 0.23 |
| HSL | 339.78º | 0.85% | 0.42% | - |
| HSV(B) | 339.78º | 0.92% | 0.77% | - |
| XYZ | 24.55 | 12.78 | 8.19 | - |
| YUV | 77.07 | 127.97 | 213.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 16 | 77 | 0 | 0.92 | 0.61 | 0.23 | 339.78 | 0.85 | 0.42 |
| Hex | C5 | 10 | 4D | 0 | 5C | 3D | 17 | 154 | 55 | 2A |
| Octal | 305 | 20 | 115 | 0 | 134 | 75 | 27 | 524 | 125 | 52 |
| Binary | 11000101 | 10000 | 1001101 | 0 | 1011100 | 111101 | 10111 | 101010100 | 1010101 | 101010 |
Color Harmonies of #C5104D
Complementary color
Monochromatic Colors of #C5104D
Black with #C5104D
Text Example
Text Example
White with #C5104D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5104D; }
p { color: rgb(197,16,77); }
H1.HeaderClassName
{
color: #C5104D;
}
.AnyTagClassName
{
color: #C5104D;
}
</style>
background-color css
<style>
a { background-color: #C5104D; }
a { background-color: rgb(197,16,77); }
div.DivClassName
{
background-color: #C5104D;
}
.BgClassName
{
background-color: #C5104D;
}
</style>
border-color css
<style>
span { border-color: #C5104D; }
span { border-color: rgb(197,16,77); }
td.TdClassName
{
border-color: #C5104D;
}
.TagClassName
{
border-color: #C5104D;
}
</style>