Shades of Cardinal #C60635
Tints of Cardinal #C60635
RGB
CMYK
RGB Variations
Color information
#C60635 (or 0xC60635) is known color: Cardinal. HEX triplet: C6, 06 and 35. RGB value is (198,6,53). Sum of RGB (Red+Green+Blue) = 198+6+53=257 (34% of max value = 765). Red value is 198 (77.73% from 255 or 77.04% from 257); Green value is 6 (2.73% from 255 or 2.33% from 257); Blue value is 53 (21.09% from 255 or 20.62% from 257); Max value from RGB is 198 - color contains mainly: red. Hex color #C60635 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C60635 is #39F9CA. Grayscale: #444444. Windows color (decimal): -3799499 or 3475142. OLE color: 3475142.
HSL color Cylindrical-coordinate representation of color #C60635: hue angle of 345.31º degrees, saturation: 0.94, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C60635 is Cyan = 0, Magento = 0.97, Yellow = 0.73 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 6 | 53 | - |
| CMYK | 0 | 0.97 | 0.73 | 0.22 |
| HSL | 345.31º | 0.94% | 0.4% | - |
| HSV(B) | 345.31º | 0.97% | 0.78% | - |
| XYZ | 24 | 12.39 | 4.5 | - |
| YUV | 68.77 | 119.11 | 220.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 6 | 53 | 0 | 0.97 | 0.73 | 0.22 | 345.31 | 0.94 | 0.4 |
| Hex | C6 | 6 | 35 | 0 | 61 | 49 | 16 | 159 | 5E | 28 |
| Octal | 306 | 6 | 65 | 0 | 141 | 111 | 26 | 531 | 136 | 50 |
| Binary | 11000110 | 110 | 110101 | 0 | 1100001 | 1001001 | 10110 | 101011001 | 1011110 | 101000 |
Color Harmonies of #C60635
Complementary color
Monochromatic Colors of #C60635
Black with #C60635
Text Example
Text Example
White with #C60635
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C60635; }
p { color: rgb(198,6,53); }
H1.HeaderClassName
{
color: #C60635;
}
.AnyTagClassName
{
color: #C60635;
}
</style>
background-color css
<style>
a { background-color: #C60635; }
a { background-color: rgb(198,6,53); }
div.DivClassName
{
background-color: #C60635;
}
.BgClassName
{
background-color: #C60635;
}
</style>
border-color css
<style>
span { border-color: #C60635; }
span { border-color: rgb(198,6,53); }
td.TdClassName
{
border-color: #C60635;
}
.TagClassName
{
border-color: #C60635;
}
</style>