Shades of Cardinal #C5064B
Tints of Cardinal #C5064B
RGB
CMYK
RGB Variations
Color information
#C5064B (or 0xC5064B) is known color: Cardinal. HEX triplet: C5, 06 and 4B. RGB value is (197,6,75). Sum of RGB (Red+Green+Blue) = 197+6+75=278 (36% of max value = 765). Red value is 197 (77.34% from 255 or 70.86% from 278); Green value is 6 (2.73% from 255 or 2.16% from 278); Blue value is 75 (29.69% from 255 or 26.98% from 278); Max value from RGB is 197 - color contains mainly: red. Hex color #C5064B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C5064B is #3AF9B4. Grayscale: #464646. Windows color (decimal): -3865013 or 4916933. OLE color: 4916933.
HSL color Cylindrical-coordinate representation of color #C5064B: hue angle of 338.32º degrees, saturation: 0.94, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C5064B is Cyan = 0, Magento = 0.97, Yellow = 0.62 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 6 | 75 | - |
| CMYK | 0 | 0.97 | 0.62 | 0.23 |
| HSL | 338.32º | 0.94% | 0.4% | - |
| HSV(B) | 338.32º | 0.97% | 0.77% | - |
| XYZ | 24.36 | 12.51 | 7.79 | - |
| YUV | 70.98 | 130.28 | 217.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 6 | 75 | 0 | 0.97 | 0.62 | 0.23 | 338.32 | 0.94 | 0.4 |
| Hex | C5 | 6 | 4B | 0 | 61 | 3E | 17 | 152 | 5E | 28 |
| Octal | 305 | 6 | 113 | 0 | 141 | 76 | 27 | 522 | 136 | 50 |
| Binary | 11000101 | 110 | 1001011 | 0 | 1100001 | 111110 | 10111 | 101010010 | 1011110 | 101000 |
Color Harmonies of #C5064B
Complementary color
Monochromatic Colors of #C5064B
Black with #C5064B
Text Example
Text Example
White with #C5064B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5064B; }
p { color: rgb(197,6,75); }
H1.HeaderClassName
{
color: #C5064B;
}
.AnyTagClassName
{
color: #C5064B;
}
</style>
background-color css
<style>
a { background-color: #C5064B; }
a { background-color: rgb(197,6,75); }
div.DivClassName
{
background-color: #C5064B;
}
.BgClassName
{
background-color: #C5064B;
}
</style>
border-color css
<style>
span { border-color: #C5064B; }
span { border-color: rgb(197,6,75); }
td.TdClassName
{
border-color: #C5064B;
}
.TagClassName
{
border-color: #C5064B;
}
</style>