Shades of Cardinal #C2164A
Tints of Cardinal #C2164A
RGB
CMYK
RGB Variations
Color information
#C2164A (or 0xC2164A) is known color: Cardinal. HEX triplet: C2, 16 and 4A. RGB value is (194,22,74). Sum of RGB (Red+Green+Blue) = 194+22+74=290 (38% of max value = 765). Red value is 194 (76.17% from 255 or 66.90% from 290); Green value is 22 (8.98% from 255 or 7.59% from 290); Blue value is 74 (29.30% from 255 or 25.52% from 290); Max value from RGB is 194 - color contains mainly: red. Hex color #C2164A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C2164A is #3DE9B5. Grayscale: #4F4F4F. Windows color (decimal): -4057526 or 4855490. OLE color: 4855490.
HSL color Cylindrical-coordinate representation of color #C2164A: hue angle of 341.86º degrees, saturation: 0.8, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C2164A is Cyan = 0, Magento = 0.89, Yellow = 0.62 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 22 | 74 | - |
| CMYK | 0 | 0.89 | 0.62 | 0.24 |
| HSL | 341.86º | 0.8% | 0.42% | - |
| HSV(B) | 341.86º | 0.89% | 0.76% | - |
| XYZ | 23.77 | 12.54 | 7.65 | - |
| YUV | 79.36 | 124.98 | 209.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 22 | 74 | 0 | 0.89 | 0.62 | 0.24 | 341.86 | 0.8 | 0.42 |
| Hex | C2 | 16 | 4A | 0 | 59 | 3E | 18 | 156 | 50 | 2A |
| Octal | 302 | 26 | 112 | 0 | 131 | 76 | 30 | 526 | 120 | 52 |
| Binary | 11000010 | 10110 | 1001010 | 0 | 1011001 | 111110 | 11000 | 101010110 | 1010000 | 101010 |
Color Harmonies of #C2164A
Complementary color
Monochromatic Colors of #C2164A
Black with #C2164A
Text Example
Text Example
White with #C2164A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2164A; }
p { color: rgb(194,22,74); }
H1.HeaderClassName
{
color: #C2164A;
}
.AnyTagClassName
{
color: #C2164A;
}
</style>
background-color css
<style>
a { background-color: #C2164A; }
a { background-color: rgb(194,22,74); }
div.DivClassName
{
background-color: #C2164A;
}
.BgClassName
{
background-color: #C2164A;
}
</style>
border-color css
<style>
span { border-color: #C2164A; }
span { border-color: rgb(194,22,74); }
td.TdClassName
{
border-color: #C2164A;
}
.TagClassName
{
border-color: #C2164A;
}
</style>