Shades of Cardinal #C20639
Tints of Cardinal #C20639
RGB
CMYK
RGB Variations
Color information
#C20639 (or 0xC20639) is known color: Cardinal. HEX triplet: C2, 06 and 39. RGB value is (194,6,57). Sum of RGB (Red+Green+Blue) = 194+6+57=257 (34% of max value = 765). Red value is 194 (76.17% from 255 or 75.49% from 257); Green value is 6 (2.73% from 255 or 2.33% from 257); Blue value is 57 (22.66% from 255 or 22.18% from 257); Max value from RGB is 194 - color contains mainly: red. Hex color #C20639 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C20639 is #3DF9C6. Grayscale: #444444. Windows color (decimal): -4061639 or 3737282. OLE color: 3737282.
HSL color Cylindrical-coordinate representation of color #C20639: hue angle of 343.72º degrees, saturation: 0.94, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C20639 is Cyan = 0, Magento = 0.97, Yellow = 0.71 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 6 | 57 | - |
| CMYK | 0 | 0.97 | 0.71 | 0.24 |
| HSL | 343.72º | 0.94% | 0.39% | - |
| HSV(B) | 343.72º | 0.97% | 0.76% | - |
| XYZ | 23.05 | 11.89 | 4.95 | - |
| YUV | 68.03 | 121.78 | 217.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 6 | 57 | 0 | 0.97 | 0.71 | 0.24 | 343.72 | 0.94 | 0.39 |
| Hex | C2 | 6 | 39 | 0 | 61 | 47 | 18 | 158 | 5E | 27 |
| Octal | 302 | 6 | 71 | 0 | 141 | 107 | 30 | 530 | 136 | 47 |
| Binary | 11000010 | 110 | 111001 | 0 | 1100001 | 1000111 | 11000 | 101011000 | 1011110 | 100111 |
Color Harmonies of #C20639
Complementary color
Monochromatic Colors of #C20639
Black with #C20639
Text Example
Text Example
White with #C20639
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C20639; }
p { color: rgb(194,6,57); }
H1.HeaderClassName
{
color: #C20639;
}
.AnyTagClassName
{
color: #C20639;
}
</style>
background-color css
<style>
a { background-color: #C20639; }
a { background-color: rgb(194,6,57); }
div.DivClassName
{
background-color: #C20639;
}
.BgClassName
{
background-color: #C20639;
}
</style>
border-color css
<style>
span { border-color: #C20639; }
span { border-color: rgb(194,6,57); }
td.TdClassName
{
border-color: #C20639;
}
.TagClassName
{
border-color: #C20639;
}
</style>