Shades of Cardinal #C8194A
Tints of Cardinal #C8194A
RGB
CMYK
RGB Variations
Color information
#C8194A (or 0xC8194A) is known color: Cardinal. HEX triplet: C8, 19 and 4A. RGB value is (200,25,74). Sum of RGB (Red+Green+Blue) = 200+25+74=299 (39% of max value = 765). Red value is 200 (78.52% from 255 or 66.89% from 299); Green value is 25 (10.16% from 255 or 8.36% from 299); Blue value is 74 (29.30% from 255 or 24.75% from 299); Max value from RGB is 200 - color contains mainly: red. Hex color #C8194A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C8194A is #37E6B5. Grayscale: #525252. Windows color (decimal): -3663542 or 4856264. OLE color: 4856264.
HSL color Cylindrical-coordinate representation of color #C8194A: hue angle of 343.2º degrees, saturation: 0.78, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C8194A is Cyan = 0, Magento = 0.88, Yellow = 0.63 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 25 | 74 | - |
| CMYK | 0 | 0.88 | 0.63 | 0.22 |
| HSL | 343.2º | 0.78% | 0.44% | - |
| HSV(B) | 343.2º | 0.88% | 0.78% | - |
| XYZ | 25.4 | 13.47 | 7.74 | - |
| YUV | 82.91 | 122.98 | 211.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 25 | 74 | 0 | 0.88 | 0.63 | 0.22 | 343.2 | 0.78 | 0.44 |
| Hex | C8 | 19 | 4A | 0 | 58 | 3F | 16 | 157 | 4E | 2C |
| Octal | 310 | 31 | 112 | 0 | 130 | 77 | 26 | 527 | 116 | 54 |
| Binary | 11001000 | 11001 | 1001010 | 0 | 1011000 | 111111 | 10110 | 101010111 | 1001110 | 101100 |
Color Harmonies of #C8194A
Complementary color
Monochromatic Colors of #C8194A
Black with #C8194A
Text Example
Text Example
White with #C8194A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8194A; }
p { color: rgb(200,25,74); }
H1.HeaderClassName
{
color: #C8194A;
}
.AnyTagClassName
{
color: #C8194A;
}
</style>
background-color css
<style>
a { background-color: #C8194A; }
a { background-color: rgb(200,25,74); }
div.DivClassName
{
background-color: #C8194A;
}
.BgClassName
{
background-color: #C8194A;
}
</style>
border-color css
<style>
span { border-color: #C8194A; }
span { border-color: rgb(200,25,74); }
td.TdClassName
{
border-color: #C8194A;
}
.TagClassName
{
border-color: #C8194A;
}
</style>