Shades of Cardinal #C6093C
Tints of Cardinal #C6093C
RGB
CMYK
RGB Variations
Color information
#C6093C (or 0xC6093C) is known color: Cardinal. HEX triplet: C6, 09 and 3C. RGB value is (198,9,60). Sum of RGB (Red+Green+Blue) = 198+9+60=267 (35% of max value = 765). Red value is 198 (77.73% from 255 or 74.16% from 267); Green value is 9 (3.91% from 255 or 3.37% from 267); Blue value is 60 (23.83% from 255 or 22.47% from 267); Max value from RGB is 198 - color contains mainly: red. Hex color #C6093C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C6093C is #39F6C3. Grayscale: #474747. Windows color (decimal): -3798724 or 3934662. OLE color: 3934662.
HSL color Cylindrical-coordinate representation of color #C6093C: hue angle of 343.81º degrees, saturation: 0.91, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C6093C is Cyan = 0, Magento = 0.95, Yellow = 0.70 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 9 | 60 | - |
| CMYK | 0 | 0.95 | 0.70 | 0.22 |
| HSL | 343.81º | 0.91% | 0.41% | - |
| HSV(B) | 343.81º | 0.95% | 0.78% | - |
| XYZ | 24.2 | 12.53 | 5.42 | - |
| YUV | 71.33 | 121.62 | 218.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 9 | 60 | 0 | 0.95 | 0.70 | 0.22 | 343.81 | 0.91 | 0.41 |
| Hex | C6 | 9 | 3C | 0 | 5F | 46 | 16 | 158 | 5B | 29 |
| Octal | 306 | 11 | 74 | 0 | 137 | 106 | 26 | 530 | 133 | 51 |
| Binary | 11000110 | 1001 | 111100 | 0 | 1011111 | 1000110 | 10110 | 101011000 | 1011011 | 101001 |
Color Harmonies of #C6093C
Complementary color
Monochromatic Colors of #C6093C
Black with #C6093C
Text Example
Text Example
White with #C6093C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6093C; }
p { color: rgb(198,9,60); }
H1.HeaderClassName
{
color: #C6093C;
}
.AnyTagClassName
{
color: #C6093C;
}
</style>
background-color css
<style>
a { background-color: #C6093C; }
a { background-color: rgb(198,9,60); }
div.DivClassName
{
background-color: #C6093C;
}
.BgClassName
{
background-color: #C6093C;
}
</style>
border-color css
<style>
span { border-color: #C6093C; }
span { border-color: rgb(198,9,60); }
td.TdClassName
{
border-color: #C6093C;
}
.TagClassName
{
border-color: #C6093C;
}
</style>