Shades of Cardinal #C60D4E
Tints of Cardinal #C60D4E
RGB
CMYK
RGB Variations
Color information
#C60D4E (or 0xC60D4E) is known color: Cardinal. HEX triplet: C6, 0D and 4E. RGB value is (198,13,78). Sum of RGB (Red+Green+Blue) = 198+13+78=289 (38% of max value = 765). Red value is 198 (77.73% from 255 or 68.51% from 289); Green value is 13 (5.47% from 255 or 4.50% from 289); Blue value is 78 (30.86% from 255 or 26.99% from 289); Max value from RGB is 198 - color contains mainly: red. Hex color #C60D4E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C60D4E is #39F2B1. Grayscale: #4B4B4B. Windows color (decimal): -3797682 or 5115334. OLE color: 5115334.
HSL color Cylindrical-coordinate representation of color #C60D4E: hue angle of 338.92º degrees, saturation: 0.88, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C60D4E is Cyan = 0, Magento = 0.93, Yellow = 0.61 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 13 | 78 | - |
| CMYK | 0 | 0.93 | 0.61 | 0.22 |
| HSL | 338.92º | 0.88% | 0.41% | - |
| HSV(B) | 338.92º | 0.93% | 0.78% | - |
| XYZ | 24.81 | 12.84 | 8.38 | - |
| YUV | 75.73 | 129.29 | 215.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 13 | 78 | 0 | 0.93 | 0.61 | 0.22 | 338.92 | 0.88 | 0.41 |
| Hex | C6 | D | 4E | 0 | 5D | 3D | 16 | 153 | 58 | 29 |
| Octal | 306 | 15 | 116 | 0 | 135 | 75 | 26 | 523 | 130 | 51 |
| Binary | 11000110 | 1101 | 1001110 | 0 | 1011101 | 111101 | 10110 | 101010011 | 1011000 | 101001 |
Color Harmonies of #C60D4E
Complementary color
Monochromatic Colors of #C60D4E
Black with #C60D4E
Text Example
Text Example
White with #C60D4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C60D4E; }
p { color: rgb(198,13,78); }
H1.HeaderClassName
{
color: #C60D4E;
}
.AnyTagClassName
{
color: #C60D4E;
}
</style>
background-color css
<style>
a { background-color: #C60D4E; }
a { background-color: rgb(198,13,78); }
div.DivClassName
{
background-color: #C60D4E;
}
.BgClassName
{
background-color: #C60D4E;
}
</style>
border-color css
<style>
span { border-color: #C60D4E; }
span { border-color: rgb(198,13,78); }
td.TdClassName
{
border-color: #C60D4E;
}
.TagClassName
{
border-color: #C60D4E;
}
</style>