Shades of Cardinal #C8134E
Tints of Cardinal #C8134E
RGB
CMYK
RGB Variations
Color information
#C8134E (or 0xC8134E) is known color: Cardinal. HEX triplet: C8, 13 and 4E. RGB value is (200,19,78). Sum of RGB (Red+Green+Blue) = 200+19+78=297 (39% of max value = 765). Red value is 200 (78.52% from 255 or 67.34% from 297); Green value is 19 (7.81% from 255 or 6.40% from 297); Blue value is 78 (30.86% from 255 or 26.26% from 297); Max value from RGB is 200 - color contains mainly: red. Hex color #C8134E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C8134E is #37ECB1. Grayscale: #4F4F4F. Windows color (decimal): -3665074 or 5116872. OLE color: 5116872.
HSL color Cylindrical-coordinate representation of color #C8134E: hue angle of 340.44º degrees, saturation: 0.83, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C8134E is Cyan = 0, Magento = 0.90, Yellow = 0.61 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 19 | 78 | - |
| CMYK | 0 | 0.90 | 0.61 | 0.22 |
| HSL | 340.44º | 0.83% | 0.43% | - |
| HSV(B) | 340.44º | 0.91% | 0.78% | - |
| XYZ | 25.43 | 13.3 | 8.43 | - |
| YUV | 79.85 | 126.97 | 213.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 19 | 78 | 0 | 0.90 | 0.61 | 0.22 | 340.44 | 0.83 | 0.43 |
| Hex | C8 | 13 | 4E | 0 | 5A | 3D | 16 | 154 | 53 | 2B |
| Octal | 310 | 23 | 116 | 0 | 132 | 75 | 26 | 524 | 123 | 53 |
| Binary | 11001000 | 10011 | 1001110 | 0 | 1011010 | 111101 | 10110 | 101010100 | 1010011 | 101011 |
Color Harmonies of #C8134E
Complementary color
Monochromatic Colors of #C8134E
Black with #C8134E
Text Example
Text Example
White with #C8134E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8134E; }
p { color: rgb(200,19,78); }
H1.HeaderClassName
{
color: #C8134E;
}
.AnyTagClassName
{
color: #C8134E;
}
</style>
background-color css
<style>
a { background-color: #C8134E; }
a { background-color: rgb(200,19,78); }
div.DivClassName
{
background-color: #C8134E;
}
.BgClassName
{
background-color: #C8134E;
}
</style>
border-color css
<style>
span { border-color: #C8134E; }
span { border-color: rgb(200,19,78); }
td.TdClassName
{
border-color: #C8134E;
}
.TagClassName
{
border-color: #C8134E;
}
</style>