Shades of Cardinal #C8194B
Tints of Cardinal #C8194B
RGB
CMYK
RGB Variations
Color information
#C8194B (or 0xC8194B) is known color: Cardinal. HEX triplet: C8, 19 and 4B. RGB value is (200,25,75). Sum of RGB (Red+Green+Blue) = 200+25+75=300 (39% of max value = 765). Red value is 200 (78.52% from 255 or 66.67% from 300); Green value is 25 (10.16% from 255 or 8.33% from 300); Blue value is 75 (29.69% from 255 or 25% from 300); Max value from RGB is 200 - color contains mainly: red. Hex color #C8194B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C8194B is #37E6B4. Grayscale: #535353. Windows color (decimal): -3663541 or 4921800. OLE color: 4921800.
HSL color Cylindrical-coordinate representation of color #C8194B: hue angle of 342.86º 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 #C8194B is Cyan = 0, Magento = 0.88, Yellow = 0.62 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 25 | 75 | - |
| CMYK | 0 | 0.88 | 0.62 | 0.22 |
| HSL | 342.86º | 0.78% | 0.44% | - |
| HSV(B) | 342.86º | 0.88% | 0.78% | - |
| XYZ | 25.44 | 13.48 | 7.92 | - |
| YUV | 83.03 | 123.48 | 211.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 25 | 75 | 0 | 0.88 | 0.62 | 0.22 | 342.86 | 0.78 | 0.44 |
| Hex | C8 | 19 | 4B | 0 | 58 | 3E | 16 | 157 | 4E | 2C |
| Octal | 310 | 31 | 113 | 0 | 130 | 76 | 26 | 527 | 116 | 54 |
| Binary | 11001000 | 11001 | 1001011 | 0 | 1011000 | 111110 | 10110 | 101010111 | 1001110 | 101100 |
Color Harmonies of #C8194B
Complementary color
Monochromatic Colors of #C8194B
Black with #C8194B
Text Example
Text Example
White with #C8194B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8194B; }
p { color: rgb(200,25,75); }
H1.HeaderClassName
{
color: #C8194B;
}
.AnyTagClassName
{
color: #C8194B;
}
</style>
background-color css
<style>
a { background-color: #C8194B; }
a { background-color: rgb(200,25,75); }
div.DivClassName
{
background-color: #C8194B;
}
.BgClassName
{
background-color: #C8194B;
}
</style>
border-color css
<style>
span { border-color: #C8194B; }
span { border-color: rgb(200,25,75); }
td.TdClassName
{
border-color: #C8194B;
}
.TagClassName
{
border-color: #C8194B;
}
</style>