Shades of Cardinal #C20A43
Tints of Cardinal #C20A43
RGB
CMYK
RGB Variations
Color information
#C20A43 (or 0xC20A43) is known color: Cardinal. HEX triplet: C2, 0A and 43. RGB value is (194,10,67). Sum of RGB (Red+Green+Blue) = 194+10+67=271 (35% of max value = 765). Red value is 194 (76.17% from 255 or 71.59% from 271); Green value is 10 (4.30% from 255 or 3.69% from 271); Blue value is 67 (26.56% from 255 or 24.72% from 271); Max value from RGB is 194 - color contains mainly: red. Hex color #C20A43 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C20A43 is #3DF5BC. Grayscale: #474747. Windows color (decimal): -4060605 or 4393666. OLE color: 4393666.
HSL color Cylindrical-coordinate representation of color #C20A43: hue angle of 341.41º degrees, saturation: 0.9, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C20A43 is Cyan = 0, Magento = 0.95, Yellow = 0.65 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 10 | 67 | - |
| CMYK | 0 | 0.95 | 0.65 | 0.24 |
| HSL | 341.41º | 0.9% | 0.4% | - |
| HSV(B) | 341.41º | 0.95% | 0.76% | - |
| XYZ | 23.37 | 12.09 | 6.41 | - |
| YUV | 71.51 | 125.46 | 215.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 10 | 67 | 0 | 0.95 | 0.65 | 0.24 | 341.41 | 0.9 | 0.4 |
| Hex | C2 | A | 43 | 0 | 5F | 41 | 18 | 155 | 5A | 28 |
| Octal | 302 | 12 | 103 | 0 | 137 | 101 | 30 | 525 | 132 | 50 |
| Binary | 11000010 | 1010 | 1000011 | 0 | 1011111 | 1000001 | 11000 | 101010101 | 1011010 | 101000 |
Color Harmonies of #C20A43
Complementary color
Monochromatic Colors of #C20A43
Black with #C20A43
Text Example
Text Example
White with #C20A43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C20A43; }
p { color: rgb(194,10,67); }
H1.HeaderClassName
{
color: #C20A43;
}
.AnyTagClassName
{
color: #C20A43;
}
</style>
background-color css
<style>
a { background-color: #C20A43; }
a { background-color: rgb(194,10,67); }
div.DivClassName
{
background-color: #C20A43;
}
.BgClassName
{
background-color: #C20A43;
}
</style>
border-color css
<style>
span { border-color: #C20A43; }
span { border-color: rgb(194,10,67); }
td.TdClassName
{
border-color: #C20A43;
}
.TagClassName
{
border-color: #C20A43;
}
</style>