Shades of Cardinal #C60840
Tints of Cardinal #C60840
RGB
CMYK
RGB Variations
Color information
#C60840 (or 0xC60840) is known color: Cardinal. HEX triplet: C6, 08 and 40. RGB value is (198,8,64). Sum of RGB (Red+Green+Blue) = 198+8+64=270 (35% of max value = 765). Red value is 198 (77.73% from 255 or 73.33% from 270); Green value is 8 (3.52% from 255 or 2.96% from 270); Blue value is 64 (25.39% from 255 or 23.70% from 270); Max value from RGB is 198 - color contains mainly: red. Hex color #C60840 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C60840 is #39F7BF. Grayscale: #474747. Windows color (decimal): -3798976 or 4196550. OLE color: 4196550.
HSL color Cylindrical-coordinate representation of color #C60840: hue angle of 342.32º 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 #C60840 is Cyan = 0, Magento = 0.96, Yellow = 0.68 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 8 | 64 | - |
| CMYK | 0 | 0.96 | 0.68 | 0.22 |
| HSL | 342.32º | 0.92% | 0.4% | - |
| HSV(B) | 342.32º | 0.96% | 0.78% | - |
| XYZ | 24.3 | 12.55 | 5.99 | - |
| YUV | 71.19 | 123.95 | 218.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 8 | 64 | 0 | 0.96 | 0.68 | 0.22 | 342.32 | 0.92 | 0.4 |
| Hex | C6 | 8 | 40 | 0 | 60 | 44 | 16 | 156 | 5C | 28 |
| Octal | 306 | 10 | 100 | 0 | 140 | 104 | 26 | 526 | 134 | 50 |
| Binary | 11000110 | 1000 | 1000000 | 0 | 1100000 | 1000100 | 10110 | 101010110 | 1011100 | 101000 |
Color Harmonies of #C60840
Complementary color
Monochromatic Colors of #C60840
Black with #C60840
Text Example
Text Example
White with #C60840
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C60840; }
p { color: rgb(198,8,64); }
H1.HeaderClassName
{
color: #C60840;
}
.AnyTagClassName
{
color: #C60840;
}
</style>
background-color css
<style>
a { background-color: #C60840; }
a { background-color: rgb(198,8,64); }
div.DivClassName
{
background-color: #C60840;
}
.BgClassName
{
background-color: #C60840;
}
</style>
border-color css
<style>
span { border-color: #C60840; }
span { border-color: rgb(198,8,64); }
td.TdClassName
{
border-color: #C60840;
}
.TagClassName
{
border-color: #C60840;
}
</style>