Shades of Cardinal #C6083F
Tints of Cardinal #C6083F
RGB
CMYK
RGB Variations
Color information
#C6083F (or 0xC6083F) is known color: Cardinal. HEX triplet: C6, 08 and 3F. RGB value is (198,8,63). Sum of RGB (Red+Green+Blue) = 198+8+63=269 (35% of max value = 765). Red value is 198 (77.73% from 255 or 73.61% from 269); Green value is 8 (3.52% from 255 or 2.97% from 269); Blue value is 63 (25% from 255 or 23.42% from 269); Max value from RGB is 198 - color contains mainly: red. Hex color #C6083F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C6083F is #39F7C0. Grayscale: #474747. Windows color (decimal): -3798977 or 4131014. OLE color: 4131014.
HSL color Cylindrical-coordinate representation of color #C6083F: hue angle of 342.63º 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 #C6083F is Cyan = 0, Magento = 0.96, Yellow = 0.68 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 8 | 63 | - |
| CMYK | 0 | 0.96 | 0.68 | 0.22 |
| HSL | 342.63º | 0.92% | 0.4% | - |
| HSV(B) | 342.63º | 0.96% | 0.78% | - |
| XYZ | 24.27 | 12.54 | 5.84 | - |
| YUV | 71.08 | 123.45 | 218.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 8 | 63 | 0 | 0.96 | 0.68 | 0.22 | 342.63 | 0.92 | 0.4 |
| Hex | C6 | 8 | 3F | 0 | 60 | 44 | 16 | 157 | 5C | 28 |
| Octal | 306 | 10 | 77 | 0 | 140 | 104 | 26 | 527 | 134 | 50 |
| Binary | 11000110 | 1000 | 111111 | 0 | 1100000 | 1000100 | 10110 | 101010111 | 1011100 | 101000 |
Color Harmonies of #C6083F
Complementary color
Monochromatic Colors of #C6083F
Black with #C6083F
Text Example
Text Example
White with #C6083F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6083F; }
p { color: rgb(198,8,63); }
H1.HeaderClassName
{
color: #C6083F;
}
.AnyTagClassName
{
color: #C6083F;
}
</style>
background-color css
<style>
a { background-color: #C6083F; }
a { background-color: rgb(198,8,63); }
div.DivClassName
{
background-color: #C6083F;
}
.BgClassName
{
background-color: #C6083F;
}
</style>
border-color css
<style>
span { border-color: #C6083F; }
span { border-color: rgb(198,8,63); }
td.TdClassName
{
border-color: #C6083F;
}
.TagClassName
{
border-color: #C6083F;
}
</style>