Shades of Cardinal #C7164A
Tints of Cardinal #C7164A
RGB
CMYK
RGB Variations
Color information
#C7164A (or 0xC7164A) is known color: Cardinal. HEX triplet: C7, 16 and 4A. RGB value is (199,22,74). Sum of RGB (Red+Green+Blue) = 199+22+74=295 (39% of max value = 765). Red value is 199 (78.12% from 255 or 67.46% from 295); Green value is 22 (8.98% from 255 or 7.46% from 295); Blue value is 74 (29.30% from 255 or 25.08% from 295); Max value from RGB is 199 - color contains mainly: red. Hex color #C7164A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C7164A is #38E9B5. Grayscale: #505050. Windows color (decimal): -3729846 or 4855495. OLE color: 4855495.
HSL color Cylindrical-coordinate representation of color #C7164A: hue angle of 342.37º 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 #C7164A is Cyan = 0, Magento = 0.89, Yellow = 0.63 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 22 | 74 | - |
| CMYK | 0 | 0.89 | 0.63 | 0.22 |
| HSL | 342.37º | 0.8% | 0.43% | - |
| HSV(B) | 342.37º | 0.89% | 0.78% | - |
| XYZ | 25.08 | 13.21 | 7.71 | - |
| YUV | 80.85 | 124.14 | 212.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 22 | 74 | 0 | 0.89 | 0.63 | 0.22 | 342.37 | 0.8 | 0.43 |
| Hex | C7 | 16 | 4A | 0 | 59 | 3F | 16 | 156 | 50 | 2B |
| Octal | 307 | 26 | 112 | 0 | 131 | 77 | 26 | 526 | 120 | 53 |
| Binary | 11000111 | 10110 | 1001010 | 0 | 1011001 | 111111 | 10110 | 101010110 | 1010000 | 101011 |
Color Harmonies of #C7164A
Complementary color
Monochromatic Colors of #C7164A
Black with #C7164A
Text Example
Text Example
White with #C7164A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7164A; }
p { color: rgb(199,22,74); }
H1.HeaderClassName
{
color: #C7164A;
}
.AnyTagClassName
{
color: #C7164A;
}
</style>
background-color css
<style>
a { background-color: #C7164A; }
a { background-color: rgb(199,22,74); }
div.DivClassName
{
background-color: #C7164A;
}
.BgClassName
{
background-color: #C7164A;
}
</style>
border-color css
<style>
span { border-color: #C7164A; }
span { border-color: rgb(199,22,74); }
td.TdClassName
{
border-color: #C7164A;
}
.TagClassName
{
border-color: #C7164A;
}
</style>