Shades of Cardinal #C60946
Tints of Cardinal #C60946
RGB
CMYK
RGB Variations
Color information
#C60946 (or 0xC60946) is known color: Cardinal. HEX triplet: C6, 09 and 46. RGB value is (198,9,70). Sum of RGB (Red+Green+Blue) = 198+9+70=277 (36% of max value = 765). Red value is 198 (77.73% from 255 or 71.48% from 277); Green value is 9 (3.91% from 255 or 3.25% from 277); Blue value is 70 (27.73% from 255 or 25.27% from 277); Max value from RGB is 198 - color contains mainly: red. Hex color #C60946 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C60946 is #39F6B9. Grayscale: #484848. Windows color (decimal): -3798714 or 4590022. OLE color: 4590022.
HSL color Cylindrical-coordinate representation of color #C60946: hue angle of 340.63º degrees, saturation: 0.91, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C60946 is Cyan = 0, Magento = 0.95, Yellow = 0.65 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 9 | 70 | - |
| CMYK | 0 | 0.95 | 0.65 | 0.22 |
| HSL | 340.63º | 0.91% | 0.41% | - |
| HSV(B) | 340.63º | 0.95% | 0.78% | - |
| XYZ | 24.49 | 12.64 | 6.94 | - |
| YUV | 72.47 | 126.62 | 217.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 9 | 70 | 0 | 0.95 | 0.65 | 0.22 | 340.63 | 0.91 | 0.41 |
| Hex | C6 | 9 | 46 | 0 | 5F | 41 | 16 | 155 | 5B | 29 |
| Octal | 306 | 11 | 106 | 0 | 137 | 101 | 26 | 525 | 133 | 51 |
| Binary | 11000110 | 1001 | 1000110 | 0 | 1011111 | 1000001 | 10110 | 101010101 | 1011011 | 101001 |
Color Harmonies of #C60946
Complementary color
Monochromatic Colors of #C60946
Black with #C60946
Text Example
Text Example
White with #C60946
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C60946; }
p { color: rgb(198,9,70); }
H1.HeaderClassName
{
color: #C60946;
}
.AnyTagClassName
{
color: #C60946;
}
</style>
background-color css
<style>
a { background-color: #C60946; }
a { background-color: rgb(198,9,70); }
div.DivClassName
{
background-color: #C60946;
}
.BgClassName
{
background-color: #C60946;
}
</style>
border-color css
<style>
span { border-color: #C60946; }
span { border-color: rgb(198,9,70); }
td.TdClassName
{
border-color: #C60946;
}
.TagClassName
{
border-color: #C60946;
}
</style>