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