Shades of Cardinal #C9194C
Tints of Cardinal #C9194C
RGB
CMYK
RGB Variations
Color information
#C9194C (or 0xC9194C) is known color: Cardinal. HEX triplet: C9, 19 and 4C. RGB value is (201,25,76). Sum of RGB (Red+Green+Blue) = 201+25+76=302 (40% of max value = 765). Red value is 201 (78.91% from 255 or 66.56% from 302); Green value is 25 (10.16% from 255 or 8.28% from 302); Blue value is 76 (30.08% from 255 or 25.17% from 302); Max value from RGB is 201 - color contains mainly: red. Hex color #C9194C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C9194C is #36E6B3. Grayscale: #535353. Windows color (decimal): -3598004 or 4987337. OLE color: 4987337.
HSL color Cylindrical-coordinate representation of color #C9194C: hue angle of 342.61º degrees, saturation: 0.78, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C9194C is Cyan = 0, Magento = 0.88, Yellow = 0.62 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 25 | 76 | - |
| CMYK | 0 | 0.88 | 0.62 | 0.21 |
| HSL | 342.61º | 0.78% | 0.44% | - |
| HSV(B) | 342.61º | 0.88% | 0.79% | - |
| XYZ | 25.74 | 13.63 | 8.11 | - |
| YUV | 83.44 | 123.81 | 211.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 25 | 76 | 0 | 0.88 | 0.62 | 0.21 | 342.61 | 0.78 | 0.44 |
| Hex | C9 | 19 | 4C | 0 | 58 | 3E | 15 | 157 | 4E | 2C |
| Octal | 311 | 31 | 114 | 0 | 130 | 76 | 25 | 527 | 116 | 54 |
| Binary | 11001001 | 11001 | 1001100 | 0 | 1011000 | 111110 | 10101 | 101010111 | 1001110 | 101100 |
Color Harmonies of #C9194C
Complementary color
Monochromatic Colors of #C9194C
Black with #C9194C
Text Example
Text Example
White with #C9194C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9194C; }
p { color: rgb(201,25,76); }
H1.HeaderClassName
{
color: #C9194C;
}
.AnyTagClassName
{
color: #C9194C;
}
</style>
background-color css
<style>
a { background-color: #C9194C; }
a { background-color: rgb(201,25,76); }
div.DivClassName
{
background-color: #C9194C;
}
.BgClassName
{
background-color: #C9194C;
}
</style>
border-color css
<style>
span { border-color: #C9194C; }
span { border-color: rgb(201,25,76); }
td.TdClassName
{
border-color: #C9194C;
}
.TagClassName
{
border-color: #C9194C;
}
</style>