Shades of Cardinal #C5104F
Tints of Cardinal #C5104F
RGB
CMYK
RGB Variations
Color information
#C5104F (or 0xC5104F) is known color: Cardinal. HEX triplet: C5, 10 and 4F. RGB value is (197,16,79). Sum of RGB (Red+Green+Blue) = 197+16+79=292 (38% of max value = 765). Red value is 197 (77.34% from 255 or 67.47% from 292); Green value is 16 (6.64% from 255 or 5.48% from 292); Blue value is 79 (31.25% from 255 or 27.05% from 292); Max value from RGB is 197 - color contains mainly: red. Hex color #C5104F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C5104F is #3AEFB0. Grayscale: #4D4D4D. Windows color (decimal): -3862449 or 5181637. OLE color: 5181637.
HSL color Cylindrical-coordinate representation of color #C5104F: hue angle of 339.12º 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 #C5104F is Cyan = 0, Magento = 0.92, Yellow = 0.60 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 16 | 79 | - |
| CMYK | 0 | 0.92 | 0.60 | 0.23 |
| HSL | 339.12º | 0.85% | 0.42% | - |
| HSV(B) | 339.12º | 0.92% | 0.77% | - |
| XYZ | 24.62 | 12.81 | 8.57 | - |
| YUV | 77.3 | 128.97 | 213.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 16 | 79 | 0 | 0.92 | 0.60 | 0.23 | 339.12 | 0.85 | 0.42 |
| Hex | C5 | 10 | 4F | 0 | 5C | 3C | 17 | 153 | 55 | 2A |
| Octal | 305 | 20 | 117 | 0 | 134 | 74 | 27 | 523 | 125 | 52 |
| Binary | 11000101 | 10000 | 1001111 | 0 | 1011100 | 111100 | 10111 | 101010011 | 1010101 | 101010 |
Color Harmonies of #C5104F
Complementary color
Monochromatic Colors of #C5104F
Black with #C5104F
Text Example
Text Example
White with #C5104F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5104F; }
p { color: rgb(197,16,79); }
H1.HeaderClassName
{
color: #C5104F;
}
.AnyTagClassName
{
color: #C5104F;
}
</style>
background-color css
<style>
a { background-color: #C5104F; }
a { background-color: rgb(197,16,79); }
div.DivClassName
{
background-color: #C5104F;
}
.BgClassName
{
background-color: #C5104F;
}
</style>
border-color css
<style>
span { border-color: #C5104F; }
span { border-color: rgb(197,16,79); }
td.TdClassName
{
border-color: #C5104F;
}
.TagClassName
{
border-color: #C5104F;
}
</style>