Shades of Cardinal #C60846
Tints of Cardinal #C60846
RGB
CMYK
RGB Variations
Color information
#C60846 (or 0xC60846) is known color: Cardinal. HEX triplet: C6, 08 and 46. RGB value is (198,8,70). Sum of RGB (Red+Green+Blue) = 198+8+70=276 (36% of max value = 765). Red value is 198 (77.73% from 255 or 71.74% from 276); Green value is 8 (3.52% from 255 or 2.90% from 276); Blue value is 70 (27.73% from 255 or 25.36% from 276); Max value from RGB is 198 - color contains mainly: red. Hex color #C60846 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C60846 is #39F7B9. Grayscale: #474747. Windows color (decimal): -3798970 or 4589766. OLE color: 4589766.
HSL color Cylindrical-coordinate representation of color #C60846: hue angle of 340.42º degrees, saturation: 0.92, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C60846 is Cyan = 0, Magento = 0.96, Yellow = 0.65 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 8 | 70 | - |
| CMYK | 0 | 0.96 | 0.65 | 0.22 |
| HSL | 340.42º | 0.92% | 0.4% | - |
| HSV(B) | 340.42º | 0.96% | 0.78% | - |
| XYZ | 24.48 | 12.62 | 6.94 | - |
| YUV | 71.88 | 126.95 | 217.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 8 | 70 | 0 | 0.96 | 0.65 | 0.22 | 340.42 | 0.92 | 0.4 |
| Hex | C6 | 8 | 46 | 0 | 60 | 41 | 16 | 154 | 5C | 28 |
| Octal | 306 | 10 | 106 | 0 | 140 | 101 | 26 | 524 | 134 | 50 |
| Binary | 11000110 | 1000 | 1000110 | 0 | 1100000 | 1000001 | 10110 | 101010100 | 1011100 | 101000 |
Color Harmonies of #C60846
Complementary color
Monochromatic Colors of #C60846
Black with #C60846
Text Example
Text Example
White with #C60846
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C60846; }
p { color: rgb(198,8,70); }
H1.HeaderClassName
{
color: #C60846;
}
.AnyTagClassName
{
color: #C60846;
}
</style>
background-color css
<style>
a { background-color: #C60846; }
a { background-color: rgb(198,8,70); }
div.DivClassName
{
background-color: #C60846;
}
.BgClassName
{
background-color: #C60846;
}
</style>
border-color css
<style>
span { border-color: #C60846; }
span { border-color: rgb(198,8,70); }
td.TdClassName
{
border-color: #C60846;
}
.TagClassName
{
border-color: #C60846;
}
</style>