Shades of Cardinal #C5164C
Tints of Cardinal #C5164C
RGB
CMYK
RGB Variations
Color information
#C5164C (or 0xC5164C) is known color: Cardinal. HEX triplet: C5, 16 and 4C. RGB value is (197,22,76). Sum of RGB (Red+Green+Blue) = 197+22+76=295 (39% of max value = 765). Red value is 197 (77.34% from 255 or 66.78% from 295); Green value is 22 (8.98% from 255 or 7.46% from 295); Blue value is 76 (30.08% from 255 or 25.76% from 295); Max value from RGB is 197 - color contains mainly: red. Hex color #C5164C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C5164C is #3AE9B3. Grayscale: #505050. Windows color (decimal): -3860916 or 4986565. OLE color: 4986565.
HSL color Cylindrical-coordinate representation of color #C5164C: hue angle of 341.49º 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 #C5164C is Cyan = 0, Magento = 0.89, Yellow = 0.61 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 22 | 76 | - |
| CMYK | 0 | 0.89 | 0.61 | 0.23 |
| HSL | 341.49º | 0.8% | 0.43% | - |
| HSV(B) | 341.49º | 0.89% | 0.77% | - |
| XYZ | 24.62 | 12.97 | 8.04 | - |
| YUV | 80.48 | 125.48 | 211.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 22 | 76 | 0 | 0.89 | 0.61 | 0.23 | 341.49 | 0.8 | 0.43 |
| Hex | C5 | 16 | 4C | 0 | 59 | 3D | 17 | 155 | 50 | 2B |
| Octal | 305 | 26 | 114 | 0 | 131 | 75 | 27 | 525 | 120 | 53 |
| Binary | 11000101 | 10110 | 1001100 | 0 | 1011001 | 111101 | 10111 | 101010101 | 1010000 | 101011 |
Color Harmonies of #C5164C
Complementary color
Monochromatic Colors of #C5164C
Black with #C5164C
Text Example
Text Example
White with #C5164C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5164C; }
p { color: rgb(197,22,76); }
H1.HeaderClassName
{
color: #C5164C;
}
.AnyTagClassName
{
color: #C5164C;
}
</style>
background-color css
<style>
a { background-color: #C5164C; }
a { background-color: rgb(197,22,76); }
div.DivClassName
{
background-color: #C5164C;
}
.BgClassName
{
background-color: #C5164C;
}
</style>
border-color css
<style>
span { border-color: #C5164C; }
span { border-color: rgb(197,22,76); }
td.TdClassName
{
border-color: #C5164C;
}
.TagClassName
{
border-color: #C5164C;
}
</style>