Shades of Cardinal #C20632
Tints of Cardinal #C20632
RGB
CMYK
RGB Variations
Color information
#C20632 (or 0xC20632) is known color: Cardinal. HEX triplet: C2, 06 and 32. RGB value is (194,6,50). Sum of RGB (Red+Green+Blue) = 194+6+50=250 (33% of max value = 765). Red value is 194 (76.17% from 255 or 77.6% from 250); Green value is 6 (2.73% from 255 or 2.4% from 250); Blue value is 50 (19.92% from 255 or 20% from 250); Max value from RGB is 194 - color contains mainly: red. Hex color #C20632 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C20632 is #3DF9CD. Grayscale: #434343. Windows color (decimal): -4061646 or 3278530. OLE color: 3278530.
HSL color Cylindrical-coordinate representation of color #C20632: hue angle of 345.96º 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 #C20632 is Cyan = 0, Magento = 0.97, Yellow = 0.74 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 6 | 50 | - |
| CMYK | 0 | 0.97 | 0.74 | 0.24 |
| HSL | 345.96º | 0.94% | 0.39% | - |
| HSV(B) | 345.96º | 0.97% | 0.76% | - |
| XYZ | 22.89 | 11.83 | 4.09 | - |
| YUV | 67.23 | 118.28 | 218.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 6 | 50 | 0 | 0.97 | 0.74 | 0.24 | 345.96 | 0.94 | 0.39 |
| Hex | C2 | 6 | 32 | 0 | 61 | 4A | 18 | 15A | 5E | 27 |
| Octal | 302 | 6 | 62 | 0 | 141 | 112 | 30 | 532 | 136 | 47 |
| Binary | 11000010 | 110 | 110010 | 0 | 1100001 | 1001010 | 11000 | 101011010 | 1011110 | 100111 |
Color Harmonies of #C20632
Complementary color
Monochromatic Colors of #C20632
Black with #C20632
Text Example
Text Example
White with #C20632
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C20632; }
p { color: rgb(194,6,50); }
H1.HeaderClassName
{
color: #C20632;
}
.AnyTagClassName
{
color: #C20632;
}
</style>
background-color css
<style>
a { background-color: #C20632; }
a { background-color: rgb(194,6,50); }
div.DivClassName
{
background-color: #C20632;
}
.BgClassName
{
background-color: #C20632;
}
</style>
border-color css
<style>
span { border-color: #C20632; }
span { border-color: rgb(194,6,50); }
td.TdClassName
{
border-color: #C20632;
}
.TagClassName
{
border-color: #C20632;
}
</style>