Shades of Cardinal #C60843
Tints of Cardinal #C60843
RGB
CMYK
RGB Variations
Color information
#C60843 (or 0xC60843) is known color: Cardinal. HEX triplet: C6, 08 and 43. RGB value is (198,8,67). Sum of RGB (Red+Green+Blue) = 198+8+67=273 (36% of max value = 765). Red value is 198 (77.73% from 255 or 72.53% from 273); Green value is 8 (3.52% from 255 or 2.93% from 273); Blue value is 67 (26.56% from 255 or 24.54% from 273); Max value from RGB is 198 - color contains mainly: red. Hex color #C60843 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C60843 is #39F7BC. Grayscale: #474747. Windows color (decimal): -3798973 or 4393158. OLE color: 4393158.
HSL color Cylindrical-coordinate representation of color #C60843: hue angle of 341.37º 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 #C60843 is Cyan = 0, Magento = 0.96, Yellow = 0.66 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 8 | 67 | - |
| CMYK | 0 | 0.96 | 0.66 | 0.22 |
| HSL | 341.37º | 0.92% | 0.4% | - |
| HSV(B) | 341.37º | 0.96% | 0.78% | - |
| XYZ | 24.39 | 12.58 | 6.45 | - |
| YUV | 71.54 | 125.45 | 218.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 8 | 67 | 0 | 0.96 | 0.66 | 0.22 | 341.37 | 0.92 | 0.4 |
| Hex | C6 | 8 | 43 | 0 | 60 | 42 | 16 | 155 | 5C | 28 |
| Octal | 306 | 10 | 103 | 0 | 140 | 102 | 26 | 525 | 134 | 50 |
| Binary | 11000110 | 1000 | 1000011 | 0 | 1100000 | 1000010 | 10110 | 101010101 | 1011100 | 101000 |
Color Harmonies of #C60843
Complementary color
Monochromatic Colors of #C60843
Black with #C60843
Text Example
Text Example
White with #C60843
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C60843; }
p { color: rgb(198,8,67); }
H1.HeaderClassName
{
color: #C60843;
}
.AnyTagClassName
{
color: #C60843;
}
</style>
background-color css
<style>
a { background-color: #C60843; }
a { background-color: rgb(198,8,67); }
div.DivClassName
{
background-color: #C60843;
}
.BgClassName
{
background-color: #C60843;
}
</style>
border-color css
<style>
span { border-color: #C60843; }
span { border-color: rgb(198,8,67); }
td.TdClassName
{
border-color: #C60843;
}
.TagClassName
{
border-color: #C60843;
}
</style>