Shades of Cardinal #C20633
Tints of Cardinal #C20633
RGB
CMYK
RGB Variations
Color information
#C20633 (or 0xC20633) is known color: Cardinal. HEX triplet: C2, 06 and 33. RGB value is (194,6,51). Sum of RGB (Red+Green+Blue) = 194+6+51=251 (33% of max value = 765). Red value is 194 (76.17% from 255 or 77.29% from 251); Green value is 6 (2.73% from 255 or 2.39% from 251); Blue value is 51 (20.31% from 255 or 20.32% from 251); Max value from RGB is 194 - color contains mainly: red. Hex color #C20633 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C20633 is #3DF9CC. Grayscale: #434343. Windows color (decimal): -4061645 or 3344066. OLE color: 3344066.
HSL color Cylindrical-coordinate representation of color #C20633: hue angle of 345.64º 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 #C20633 is Cyan = 0, Magento = 0.97, Yellow = 0.74 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 6 | 51 | - |
| CMYK | 0 | 0.97 | 0.74 | 0.24 |
| HSL | 345.64º | 0.94% | 0.39% | - |
| HSV(B) | 345.64º | 0.97% | 0.76% | - |
| XYZ | 22.91 | 11.84 | 4.21 | - |
| YUV | 67.34 | 118.78 | 218.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 6 | 51 | 0 | 0.97 | 0.74 | 0.24 | 345.64 | 0.94 | 0.39 |
| Hex | C2 | 6 | 33 | 0 | 61 | 4A | 18 | 15A | 5E | 27 |
| Octal | 302 | 6 | 63 | 0 | 141 | 112 | 30 | 532 | 136 | 47 |
| Binary | 11000010 | 110 | 110011 | 0 | 1100001 | 1001010 | 11000 | 101011010 | 1011110 | 100111 |
Color Harmonies of #C20633
Complementary color
Monochromatic Colors of #C20633
Black with #C20633
Text Example
Text Example
White with #C20633
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C20633; }
p { color: rgb(194,6,51); }
H1.HeaderClassName
{
color: #C20633;
}
.AnyTagClassName
{
color: #C20633;
}
</style>
background-color css
<style>
a { background-color: #C20633; }
a { background-color: rgb(194,6,51); }
div.DivClassName
{
background-color: #C20633;
}
.BgClassName
{
background-color: #C20633;
}
</style>
border-color css
<style>
span { border-color: #C20633; }
span { border-color: rgb(194,6,51); }
td.TdClassName
{
border-color: #C20633;
}
.TagClassName
{
border-color: #C20633;
}
</style>