Shades of Cardinal #C7194B
Tints of Cardinal #C7194B
RGB
CMYK
RGB Variations
Color information
#C7194B (or 0xC7194B) is known color: Cardinal. HEX triplet: C7, 19 and 4B. RGB value is (199,25,75). Sum of RGB (Red+Green+Blue) = 199+25+75=299 (39% of max value = 765). Red value is 199 (78.12% from 255 or 66.56% from 299); Green value is 25 (10.16% from 255 or 8.36% from 299); Blue value is 75 (29.69% from 255 or 25.08% from 299); Max value from RGB is 199 - color contains mainly: red. Hex color #C7194B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C7194B is #38E6B4. Grayscale: #525252. Windows color (decimal): -3729077 or 4921799. OLE color: 4921799.
HSL color Cylindrical-coordinate representation of color #C7194B: hue angle of 342.76º degrees, saturation: 0.78, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C7194B is Cyan = 0, Magento = 0.87, Yellow = 0.62 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 25 | 75 | - |
| CMYK | 0 | 0.87 | 0.62 | 0.22 |
| HSL | 342.76º | 0.78% | 0.44% | - |
| HSV(B) | 342.76º | 0.87% | 0.78% | - |
| XYZ | 25.17 | 13.35 | 7.91 | - |
| YUV | 82.73 | 123.65 | 210.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 25 | 75 | 0 | 0.87 | 0.62 | 0.22 | 342.76 | 0.78 | 0.44 |
| Hex | C7 | 19 | 4B | 0 | 57 | 3E | 16 | 157 | 4E | 2C |
| Octal | 307 | 31 | 113 | 0 | 127 | 76 | 26 | 527 | 116 | 54 |
| Binary | 11000111 | 11001 | 1001011 | 0 | 1010111 | 111110 | 10110 | 101010111 | 1001110 | 101100 |
Color Harmonies of #C7194B
Complementary color
Monochromatic Colors of #C7194B
Black with #C7194B
Text Example
Text Example
White with #C7194B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7194B; }
p { color: rgb(199,25,75); }
H1.HeaderClassName
{
color: #C7194B;
}
.AnyTagClassName
{
color: #C7194B;
}
</style>
background-color css
<style>
a { background-color: #C7194B; }
a { background-color: rgb(199,25,75); }
div.DivClassName
{
background-color: #C7194B;
}
.BgClassName
{
background-color: #C7194B;
}
</style>
border-color css
<style>
span { border-color: #C7194B; }
span { border-color: rgb(199,25,75); }
td.TdClassName
{
border-color: #C7194B;
}
.TagClassName
{
border-color: #C7194B;
}
</style>