Shades of Cardinal #C2104C
Tints of Cardinal #C2104C
RGB
CMYK
RGB Variations
Color information
#C2104C (or 0xC2104C) is known color: Cardinal. HEX triplet: C2, 10 and 4C. RGB value is (194,16,76). Sum of RGB (Red+Green+Blue) = 194+16+76=286 (37% of max value = 765). Red value is 194 (76.17% from 255 or 67.83% from 286); Green value is 16 (6.64% from 255 or 5.59% from 286); Blue value is 76 (30.08% from 255 or 26.57% from 286); Max value from RGB is 194 - color contains mainly: red. Hex color #C2104C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C2104C is #3DEFB3. Grayscale: #4C4C4C. Windows color (decimal): -4059060 or 4985026. OLE color: 4985026.
HSL color Cylindrical-coordinate representation of color #C2104C: hue angle of 339.78º degrees, saturation: 0.85, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C2104C is Cyan = 0, Magento = 0.92, Yellow = 0.61 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 16 | 76 | - |
| CMYK | 0 | 0.92 | 0.61 | 0.24 |
| HSL | 339.78º | 0.85% | 0.41% | - |
| HSV(B) | 339.78º | 0.92% | 0.76% | - |
| XYZ | 23.74 | 12.36 | 7.97 | - |
| YUV | 76.06 | 127.97 | 212.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 16 | 76 | 0 | 0.92 | 0.61 | 0.24 | 339.78 | 0.85 | 0.41 |
| Hex | C2 | 10 | 4C | 0 | 5C | 3D | 18 | 154 | 55 | 29 |
| Octal | 302 | 20 | 114 | 0 | 134 | 75 | 30 | 524 | 125 | 51 |
| Binary | 11000010 | 10000 | 1001100 | 0 | 1011100 | 111101 | 11000 | 101010100 | 1010101 | 101001 |
Color Harmonies of #C2104C
Complementary color
Monochromatic Colors of #C2104C
Black with #C2104C
Text Example
Text Example
White with #C2104C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2104C; }
p { color: rgb(194,16,76); }
H1.HeaderClassName
{
color: #C2104C;
}
.AnyTagClassName
{
color: #C2104C;
}
</style>
background-color css
<style>
a { background-color: #C2104C; }
a { background-color: rgb(194,16,76); }
div.DivClassName
{
background-color: #C2104C;
}
.BgClassName
{
background-color: #C2104C;
}
</style>
border-color css
<style>
span { border-color: #C2104C; }
span { border-color: rgb(194,16,76); }
td.TdClassName
{
border-color: #C2104C;
}
.TagClassName
{
border-color: #C2104C;
}
</style>