Shades of Cardinal #C5104B
Tints of Cardinal #C5104B
RGB
CMYK
RGB Variations
Color information
#C5104B (or 0xC5104B) is known color: Cardinal. HEX triplet: C5, 10 and 4B. RGB value is (197,16,75). Sum of RGB (Red+Green+Blue) = 197+16+75=288 (38% of max value = 765). Red value is 197 (77.34% from 255 or 68.40% from 288); Green value is 16 (6.64% from 255 or 5.56% from 288); Blue value is 75 (29.69% from 255 or 26.04% from 288); Max value from RGB is 197 - color contains mainly: red. Hex color #C5104B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C5104B is #3AEFB4. Grayscale: #4C4C4C. Windows color (decimal): -3862453 or 4919493. OLE color: 4919493.
HSL color Cylindrical-coordinate representation of color #C5104B: hue angle of 340.44º 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 #C5104B is Cyan = 0, Magento = 0.92, Yellow = 0.62 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 16 | 75 | - |
| CMYK | 0 | 0.92 | 0.62 | 0.23 |
| HSL | 340.44º | 0.85% | 0.42% | - |
| HSV(B) | 340.44º | 0.92% | 0.77% | - |
| XYZ | 24.48 | 12.75 | 7.83 | - |
| YUV | 76.85 | 126.97 | 213.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 16 | 75 | 0 | 0.92 | 0.62 | 0.23 | 340.44 | 0.85 | 0.42 |
| Hex | C5 | 10 | 4B | 0 | 5C | 3E | 17 | 154 | 55 | 2A |
| Octal | 305 | 20 | 113 | 0 | 134 | 76 | 27 | 524 | 125 | 52 |
| Binary | 11000101 | 10000 | 1001011 | 0 | 1011100 | 111110 | 10111 | 101010100 | 1010101 | 101010 |
Color Harmonies of #C5104B
Complementary color
Monochromatic Colors of #C5104B
Black with #C5104B
Text Example
Text Example
White with #C5104B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5104B; }
p { color: rgb(197,16,75); }
H1.HeaderClassName
{
color: #C5104B;
}
.AnyTagClassName
{
color: #C5104B;
}
</style>
background-color css
<style>
a { background-color: #C5104B; }
a { background-color: rgb(197,16,75); }
div.DivClassName
{
background-color: #C5104B;
}
.BgClassName
{
background-color: #C5104B;
}
</style>
border-color css
<style>
span { border-color: #C5104B; }
span { border-color: rgb(197,16,75); }
td.TdClassName
{
border-color: #C5104B;
}
.TagClassName
{
border-color: #C5104B;
}
</style>