Shades of Cardinal #C6123C
Tints of Cardinal #C6123C
RGB
CMYK
RGB Variations
Color information
#C6123C (or 0xC6123C) is known color: Cardinal. HEX triplet: C6, 12 and 3C. RGB value is (198,18,60). Sum of RGB (Red+Green+Blue) = 198+18+60=276 (36% of max value = 765). Red value is 198 (77.73% from 255 or 71.74% from 276); Green value is 18 (7.42% from 255 or 6.52% from 276); Blue value is 60 (23.83% from 255 or 21.74% from 276); Max value from RGB is 198 - color contains mainly: red. Hex color #C6123C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C6123C is #39EDC3. Grayscale: #4C4C4C. Windows color (decimal): -3796420 or 3936966. OLE color: 3936966.
HSL color Cylindrical-coordinate representation of color #C6123C: hue angle of 346º degrees, saturation: 0.83, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C6123C is Cyan = 0, Magento = 0.91, Yellow = 0.70 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 18 | 60 | - |
| CMYK | 0 | 0.91 | 0.70 | 0.22 |
| HSL | 346º | 0.83% | 0.42% | - |
| HSV(B) | 346º | 0.91% | 0.78% | - |
| XYZ | 24.32 | 12.76 | 5.46 | - |
| YUV | 76.61 | 118.63 | 214.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 18 | 60 | 0 | 0.91 | 0.70 | 0.22 | 346 | 0.83 | 0.42 |
| Hex | C6 | 12 | 3C | 0 | 5B | 46 | 16 | 15A | 53 | 2A |
| Octal | 306 | 22 | 74 | 0 | 133 | 106 | 26 | 532 | 123 | 52 |
| Binary | 11000110 | 10010 | 111100 | 0 | 1011011 | 1000110 | 10110 | 101011010 | 1010011 | 101010 |
Color Harmonies of #C6123C
Complementary color
Monochromatic Colors of #C6123C
Black with #C6123C
Text Example
Text Example
White with #C6123C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6123C; }
p { color: rgb(198,18,60); }
H1.HeaderClassName
{
color: #C6123C;
}
.AnyTagClassName
{
color: #C6123C;
}
</style>
background-color css
<style>
a { background-color: #C6123C; }
a { background-color: rgb(198,18,60); }
div.DivClassName
{
background-color: #C6123C;
}
.BgClassName
{
background-color: #C6123C;
}
</style>
border-color css
<style>
span { border-color: #C6123C; }
span { border-color: rgb(198,18,60); }
td.TdClassName
{
border-color: #C6123C;
}
.TagClassName
{
border-color: #C6123C;
}
</style>