Shades of Cardinal #C20B4D
Tints of Cardinal #C20B4D
RGB
CMYK
RGB Variations
Color information
#C20B4D (or 0xC20B4D) is known color: Cardinal. HEX triplet: C2, 0B and 4D. RGB value is (194,11,77). Sum of RGB (Red+Green+Blue) = 194+11+77=282 (37% of max value = 765). Red value is 194 (76.17% from 255 or 68.79% from 282); Green value is 11 (4.69% from 255 or 3.90% from 282); Blue value is 77 (30.47% from 255 or 27.30% from 282); Max value from RGB is 194 - color contains mainly: red. Hex color #C20B4D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C20B4D is #3DF4B2. Grayscale: #494949. Windows color (decimal): -4060339 or 5049282. OLE color: 5049282.
HSL color Cylindrical-coordinate representation of color #C20B4D: hue angle of 338.36º degrees, saturation: 0.89, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C20B4D is Cyan = 0, Magento = 0.94, Yellow = 0.60 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 11 | 77 | - |
| CMYK | 0 | 0.94 | 0.60 | 0.24 |
| HSL | 338.36º | 0.89% | 0.4% | - |
| HSV(B) | 338.36º | 0.94% | 0.76% | - |
| XYZ | 23.71 | 12.24 | 8.14 | - |
| YUV | 73.24 | 130.13 | 214.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 11 | 77 | 0 | 0.94 | 0.60 | 0.24 | 338.36 | 0.89 | 0.4 |
| Hex | C2 | B | 4D | 0 | 5E | 3C | 18 | 152 | 59 | 28 |
| Octal | 302 | 13 | 115 | 0 | 136 | 74 | 30 | 522 | 131 | 50 |
| Binary | 11000010 | 1011 | 1001101 | 0 | 1011110 | 111100 | 11000 | 101010010 | 1011001 | 101000 |
Color Harmonies of #C20B4D
Complementary color
Monochromatic Colors of #C20B4D
Black with #C20B4D
Text Example
Text Example
White with #C20B4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C20B4D; }
p { color: rgb(194,11,77); }
H1.HeaderClassName
{
color: #C20B4D;
}
.AnyTagClassName
{
color: #C20B4D;
}
</style>
background-color css
<style>
a { background-color: #C20B4D; }
a { background-color: rgb(194,11,77); }
div.DivClassName
{
background-color: #C20B4D;
}
.BgClassName
{
background-color: #C20B4D;
}
</style>
border-color css
<style>
span { border-color: #C20B4D; }
span { border-color: rgb(194,11,77); }
td.TdClassName
{
border-color: #C20B4D;
}
.TagClassName
{
border-color: #C20B4D;
}
</style>