Shades of Cardinal #C6083E
Tints of Cardinal #C6083E
RGB
CMYK
RGB Variations
Color information
#C6083E (or 0xC6083E) is known color: Cardinal. HEX triplet: C6, 08 and 3E. RGB value is (198,8,62). Sum of RGB (Red+Green+Blue) = 198+8+62=268 (35% of max value = 765). Red value is 198 (77.73% from 255 or 73.88% from 268); Green value is 8 (3.52% from 255 or 2.99% from 268); Blue value is 62 (24.61% from 255 or 23.13% from 268); Max value from RGB is 198 - color contains mainly: red. Hex color #C6083E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C6083E is #39F7C1. Grayscale: #464646. Windows color (decimal): -3798978 or 4065478. OLE color: 4065478.
HSL color Cylindrical-coordinate representation of color #C6083E: hue angle of 342.95º 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 #C6083E is Cyan = 0, Magento = 0.96, Yellow = 0.69 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 8 | 62 | - |
| CMYK | 0 | 0.96 | 0.69 | 0.22 |
| HSL | 342.95º | 0.92% | 0.4% | - |
| HSV(B) | 342.95º | 0.96% | 0.78% | - |
| XYZ | 24.25 | 12.53 | 5.7 | - |
| YUV | 70.97 | 122.95 | 218.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 8 | 62 | 0 | 0.96 | 0.69 | 0.22 | 342.95 | 0.92 | 0.4 |
| Hex | C6 | 8 | 3E | 0 | 60 | 45 | 16 | 157 | 5C | 28 |
| Octal | 306 | 10 | 76 | 0 | 140 | 105 | 26 | 527 | 134 | 50 |
| Binary | 11000110 | 1000 | 111110 | 0 | 1100000 | 1000101 | 10110 | 101010111 | 1011100 | 101000 |
Color Harmonies of #C6083E
Complementary color
Monochromatic Colors of #C6083E
Black with #C6083E
Text Example
Text Example
White with #C6083E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6083E; }
p { color: rgb(198,8,62); }
H1.HeaderClassName
{
color: #C6083E;
}
.AnyTagClassName
{
color: #C6083E;
}
</style>
background-color css
<style>
a { background-color: #C6083E; }
a { background-color: rgb(198,8,62); }
div.DivClassName
{
background-color: #C6083E;
}
.BgClassName
{
background-color: #C6083E;
}
</style>
border-color css
<style>
span { border-color: #C6083E; }
span { border-color: rgb(198,8,62); }
td.TdClassName
{
border-color: #C6083E;
}
.TagClassName
{
border-color: #C6083E;
}
</style>