Shades of Cardinal #C6164A
Tints of Cardinal #C6164A
RGB
CMYK
RGB Variations
Color information
#C6164A (or 0xC6164A) is known color: Cardinal. HEX triplet: C6, 16 and 4A. RGB value is (198,22,74). Sum of RGB (Red+Green+Blue) = 198+22+74=294 (38% of max value = 765). Red value is 198 (77.73% from 255 or 67.35% from 294); Green value is 22 (8.98% from 255 or 7.48% from 294); Blue value is 74 (29.30% from 255 or 25.17% from 294); Max value from RGB is 198 - color contains mainly: red. Hex color #C6164A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C6164A is #39E9B5. Grayscale: #505050. Windows color (decimal): -3795382 or 4855494. OLE color: 4855494.
HSL color Cylindrical-coordinate representation of color #C6164A: hue angle of 342.27º degrees, saturation: 0.8, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C6164A is Cyan = 0, Magento = 0.89, Yellow = 0.63 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 22 | 74 | - |
| CMYK | 0 | 0.89 | 0.63 | 0.22 |
| HSL | 342.27º | 0.8% | 0.43% | - |
| HSV(B) | 342.27º | 0.89% | 0.78% | - |
| XYZ | 24.81 | 13.07 | 7.69 | - |
| YUV | 80.55 | 124.31 | 211.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 22 | 74 | 0 | 0.89 | 0.63 | 0.22 | 342.27 | 0.8 | 0.43 |
| Hex | C6 | 16 | 4A | 0 | 59 | 3F | 16 | 156 | 50 | 2B |
| Octal | 306 | 26 | 112 | 0 | 131 | 77 | 26 | 526 | 120 | 53 |
| Binary | 11000110 | 10110 | 1001010 | 0 | 1011001 | 111111 | 10110 | 101010110 | 1010000 | 101011 |
Color Harmonies of #C6164A
Complementary color
Monochromatic Colors of #C6164A
Black with #C6164A
Text Example
Text Example
White with #C6164A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6164A; }
p { color: rgb(198,22,74); }
H1.HeaderClassName
{
color: #C6164A;
}
.AnyTagClassName
{
color: #C6164A;
}
</style>
background-color css
<style>
a { background-color: #C6164A; }
a { background-color: rgb(198,22,74); }
div.DivClassName
{
background-color: #C6164A;
}
.BgClassName
{
background-color: #C6164A;
}
</style>
border-color css
<style>
span { border-color: #C6164A; }
span { border-color: rgb(198,22,74); }
td.TdClassName
{
border-color: #C6164A;
}
.TagClassName
{
border-color: #C6164A;
}
</style>