Shades of Cardinal #C6134D
Tints of Cardinal #C6134D
RGB
CMYK
RGB Variations
Color information
#C6134D (or 0xC6134D) is known color: Cardinal. HEX triplet: C6, 13 and 4D. RGB value is (198,19,77). Sum of RGB (Red+Green+Blue) = 198+19+77=294 (38% of max value = 765). Red value is 198 (77.73% from 255 or 67.35% from 294); Green value is 19 (7.81% from 255 or 6.46% from 294); Blue value is 77 (30.47% from 255 or 26.19% from 294); Max value from RGB is 198 - color contains mainly: red. Hex color #C6134D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C6134D is #39ECB2. Grayscale: #4F4F4F. Windows color (decimal): -3796147 or 5051334. OLE color: 5051334.
HSL color Cylindrical-coordinate representation of color #C6134D: hue angle of 340.56º degrees, saturation: 0.82, 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 #C6134D is Cyan = 0, Magento = 0.90, Yellow = 0.61 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 19 | 77 | - |
| CMYK | 0 | 0.90 | 0.61 | 0.22 |
| HSL | 340.56º | 0.82% | 0.43% | - |
| HSV(B) | 340.56º | 0.9% | 0.78% | - |
| XYZ | 24.86 | 13.01 | 8.22 | - |
| YUV | 79.13 | 126.8 | 212.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 19 | 77 | 0 | 0.90 | 0.61 | 0.22 | 340.56 | 0.82 | 0.43 |
| Hex | C6 | 13 | 4D | 0 | 5A | 3D | 16 | 155 | 52 | 2B |
| Octal | 306 | 23 | 115 | 0 | 132 | 75 | 26 | 525 | 122 | 53 |
| Binary | 11000110 | 10011 | 1001101 | 0 | 1011010 | 111101 | 10110 | 101010101 | 1010010 | 101011 |
Color Harmonies of #C6134D
Complementary color
Monochromatic Colors of #C6134D
Black with #C6134D
Text Example
Text Example
White with #C6134D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6134D; }
p { color: rgb(198,19,77); }
H1.HeaderClassName
{
color: #C6134D;
}
.AnyTagClassName
{
color: #C6134D;
}
</style>
background-color css
<style>
a { background-color: #C6134D; }
a { background-color: rgb(198,19,77); }
div.DivClassName
{
background-color: #C6134D;
}
.BgClassName
{
background-color: #C6134D;
}
</style>
border-color css
<style>
span { border-color: #C6134D; }
span { border-color: rgb(198,19,77); }
td.TdClassName
{
border-color: #C6134D;
}
.TagClassName
{
border-color: #C6134D;
}
</style>