Shades of Cardinal #C6174E
Tints of Cardinal #C6174E
RGB
CMYK
RGB Variations
Color information
#C6174E (or 0xC6174E) is known color: Cardinal. HEX triplet: C6, 17 and 4E. RGB value is (198,23,78). Sum of RGB (Red+Green+Blue) = 198+23+78=299 (39% of max value = 765). Red value is 198 (77.73% from 255 or 66.22% from 299); Green value is 23 (9.38% from 255 or 7.69% from 299); Blue value is 78 (30.86% from 255 or 26.09% from 299); Max value from RGB is 198 - color contains mainly: red. Hex color #C6174E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C6174E is #39E8B1. Grayscale: #515151. Windows color (decimal): -3795122 or 5117894. OLE color: 5117894.
HSL color Cylindrical-coordinate representation of color #C6174E: hue angle of 341.14º degrees, saturation: 0.79, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C6174E is Cyan = 0, Magento = 0.88, Yellow = 0.61 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 23 | 78 | - |
| CMYK | 0 | 0.88 | 0.61 | 0.22 |
| HSL | 341.14º | 0.79% | 0.43% | - |
| HSV(B) | 341.14º | 0.88% | 0.78% | - |
| XYZ | 24.97 | 13.17 | 8.43 | - |
| YUV | 81.6 | 125.98 | 211.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 23 | 78 | 0 | 0.88 | 0.61 | 0.22 | 341.14 | 0.79 | 0.43 |
| Hex | C6 | 17 | 4E | 0 | 58 | 3D | 16 | 155 | 4F | 2B |
| Octal | 306 | 27 | 116 | 0 | 130 | 75 | 26 | 525 | 117 | 53 |
| Binary | 11000110 | 10111 | 1001110 | 0 | 1011000 | 111101 | 10110 | 101010101 | 1001111 | 101011 |
Color Harmonies of #C6174E
Complementary color
Monochromatic Colors of #C6174E
Black with #C6174E
Text Example
Text Example
White with #C6174E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6174E; }
p { color: rgb(198,23,78); }
H1.HeaderClassName
{
color: #C6174E;
}
.AnyTagClassName
{
color: #C6174E;
}
</style>
background-color css
<style>
a { background-color: #C6174E; }
a { background-color: rgb(198,23,78); }
div.DivClassName
{
background-color: #C6174E;
}
.BgClassName
{
background-color: #C6174E;
}
</style>
border-color css
<style>
span { border-color: #C6174E; }
span { border-color: rgb(198,23,78); }
td.TdClassName
{
border-color: #C6174E;
}
.TagClassName
{
border-color: #C6174E;
}
</style>