Shades of Cardinal #C20748
Tints of Cardinal #C20748
RGB
CMYK
RGB Variations
Color information
#C20748 (or 0xC20748) is known color: Cardinal. HEX triplet: C2, 07 and 48. RGB value is (194,7,72). Sum of RGB (Red+Green+Blue) = 194+7+72=273 (36% of max value = 765). Red value is 194 (76.17% from 255 or 71.06% from 273); Green value is 7 (3.12% from 255 or 2.56% from 273); Blue value is 72 (28.52% from 255 or 26.37% from 273); Max value from RGB is 194 - color contains mainly: red. Hex color #C20748 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C20748 is #3DF8B7. Grayscale: #464646. Windows color (decimal): -4061368 or 4720578. OLE color: 4720578.
HSL color Cylindrical-coordinate representation of color #C20748: hue angle of 339.14º degrees, saturation: 0.93, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C20748 is Cyan = 0, Magento = 0.96, Yellow = 0.63 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 7 | 72 | - |
| CMYK | 0 | 0.96 | 0.63 | 0.24 |
| HSL | 339.14º | 0.93% | 0.39% | - |
| HSV(B) | 339.14º | 0.96% | 0.76% | - |
| XYZ | 23.49 | 12.09 | 7.23 | - |
| YUV | 70.32 | 128.95 | 216.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 7 | 72 | 0 | 0.96 | 0.63 | 0.24 | 339.14 | 0.93 | 0.39 |
| Hex | C2 | 7 | 48 | 0 | 60 | 3F | 18 | 153 | 5D | 27 |
| Octal | 302 | 7 | 110 | 0 | 140 | 77 | 30 | 523 | 135 | 47 |
| Binary | 11000010 | 111 | 1001000 | 0 | 1100000 | 111111 | 11000 | 101010011 | 1011101 | 100111 |
Color Harmonies of #C20748
Complementary color
Monochromatic Colors of #C20748
Black with #C20748
Text Example
Text Example
White with #C20748
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C20748; }
p { color: rgb(194,7,72); }
H1.HeaderClassName
{
color: #C20748;
}
.AnyTagClassName
{
color: #C20748;
}
</style>
background-color css
<style>
a { background-color: #C20748; }
a { background-color: rgb(194,7,72); }
div.DivClassName
{
background-color: #C20748;
}
.BgClassName
{
background-color: #C20748;
}
</style>
border-color css
<style>
span { border-color: #C20748; }
span { border-color: rgb(194,7,72); }
td.TdClassName
{
border-color: #C20748;
}
.TagClassName
{
border-color: #C20748;
}
</style>