Shades of Cardinal #C6063D
Tints of Cardinal #C6063D
RGB
CMYK
RGB Variations
Color information
#C6063D (or 0xC6063D) is known color: Cardinal. HEX triplet: C6, 06 and 3D. RGB value is (198,6,61). Sum of RGB (Red+Green+Blue) = 198+6+61=265 (35% of max value = 765). Red value is 198 (77.73% from 255 or 74.72% from 265); Green value is 6 (2.73% from 255 or 2.26% from 265); Blue value is 61 (24.22% from 255 or 23.02% from 265); Max value from RGB is 198 - color contains mainly: red. Hex color #C6063D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C6063D is #39F9C2. Grayscale: #454545. Windows color (decimal): -3799491 or 3999430. OLE color: 3999430.
HSL color Cylindrical-coordinate representation of color #C6063D: hue angle of 342.81º 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 #C6063D is Cyan = 0, Magento = 0.97, Yellow = 0.69 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 6 | 61 | - |
| CMYK | 0 | 0.97 | 0.69 | 0.22 |
| HSL | 342.81º | 0.94% | 0.4% | - |
| HSV(B) | 342.81º | 0.97% | 0.78% | - |
| XYZ | 24.2 | 12.47 | 5.55 | - |
| YUV | 69.68 | 123.11 | 219.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 6 | 61 | 0 | 0.97 | 0.69 | 0.22 | 342.81 | 0.94 | 0.4 |
| Hex | C6 | 6 | 3D | 0 | 61 | 45 | 16 | 157 | 5E | 28 |
| Octal | 306 | 6 | 75 | 0 | 141 | 105 | 26 | 527 | 136 | 50 |
| Binary | 11000110 | 110 | 111101 | 0 | 1100001 | 1000101 | 10110 | 101010111 | 1011110 | 101000 |
Color Harmonies of #C6063D
Complementary color
Monochromatic Colors of #C6063D
Black with #C6063D
Text Example
Text Example
White with #C6063D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6063D; }
p { color: rgb(198,6,61); }
H1.HeaderClassName
{
color: #C6063D;
}
.AnyTagClassName
{
color: #C6063D;
}
</style>
background-color css
<style>
a { background-color: #C6063D; }
a { background-color: rgb(198,6,61); }
div.DivClassName
{
background-color: #C6063D;
}
.BgClassName
{
background-color: #C6063D;
}
</style>
border-color css
<style>
span { border-color: #C6063D; }
span { border-color: rgb(198,6,61); }
td.TdClassName
{
border-color: #C6063D;
}
.TagClassName
{
border-color: #C6063D;
}
</style>