Shades of Cardinal #C60A43
Tints of Cardinal #C60A43
RGB
CMYK
RGB Variations
Color information
#C60A43 (or 0xC60A43) is known color: Cardinal. HEX triplet: C6, 0A and 43. RGB value is (198,10,67). Sum of RGB (Red+Green+Blue) = 198+10+67=275 (36% of max value = 765). Red value is 198 (77.73% from 255 or 72% from 275); Green value is 10 (4.30% from 255 or 3.64% from 275); Blue value is 67 (26.56% from 255 or 24.36% from 275); Max value from RGB is 198 - color contains mainly: red. Hex color #C60A43 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C60A43 is #39F5BC. Grayscale: #484848. Windows color (decimal): -3798461 or 4393670. OLE color: 4393670.
HSL color Cylindrical-coordinate representation of color #C60A43: hue angle of 341.81º degrees, saturation: 0.9, 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 #C60A43 is Cyan = 0, Magento = 0.95, Yellow = 0.66 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 10 | 67 | - |
| CMYK | 0 | 0.95 | 0.66 | 0.22 |
| HSL | 341.81º | 0.9% | 0.41% | - |
| HSV(B) | 341.81º | 0.95% | 0.78% | - |
| XYZ | 24.41 | 12.63 | 6.46 | - |
| YUV | 72.71 | 124.78 | 217.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 10 | 67 | 0 | 0.95 | 0.66 | 0.22 | 341.81 | 0.9 | 0.41 |
| Hex | C6 | A | 43 | 0 | 5F | 42 | 16 | 156 | 5A | 29 |
| Octal | 306 | 12 | 103 | 0 | 137 | 102 | 26 | 526 | 132 | 51 |
| Binary | 11000110 | 1010 | 1000011 | 0 | 1011111 | 1000010 | 10110 | 101010110 | 1011010 | 101001 |
Color Harmonies of #C60A43
Complementary color
Monochromatic Colors of #C60A43
Black with #C60A43
Text Example
Text Example
White with #C60A43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C60A43; }
p { color: rgb(198,10,67); }
H1.HeaderClassName
{
color: #C60A43;
}
.AnyTagClassName
{
color: #C60A43;
}
</style>
background-color css
<style>
a { background-color: #C60A43; }
a { background-color: rgb(198,10,67); }
div.DivClassName
{
background-color: #C60A43;
}
.BgClassName
{
background-color: #C60A43;
}
</style>
border-color css
<style>
span { border-color: #C60A43; }
span { border-color: rgb(198,10,67); }
td.TdClassName
{
border-color: #C60A43;
}
.TagClassName
{
border-color: #C60A43;
}
</style>