Shades of Cardinal #C2184C
Tints of Cardinal #C2184C
RGB
CMYK
RGB Variations
Color information
#C2184C (or 0xC2184C) is known color: Cardinal. HEX triplet: C2, 18 and 4C. RGB value is (194,24,76). Sum of RGB (Red+Green+Blue) = 194+24+76=294 (38% of max value = 765). Red value is 194 (76.17% from 255 or 65.99% from 294); Green value is 24 (9.77% from 255 or 8.16% from 294); Blue value is 76 (30.08% from 255 or 25.85% from 294); Max value from RGB is 194 - color contains mainly: red. Hex color #C2184C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C2184C is #3DE7B3. Grayscale: #505050. Windows color (decimal): -4057012 or 4987074. OLE color: 4987074.
HSL color Cylindrical-coordinate representation of color #C2184C: hue angle of 341.65º degrees, saturation: 0.78, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C2184C is Cyan = 0, Magento = 0.88, Yellow = 0.61 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 24 | 76 | - |
| CMYK | 0 | 0.88 | 0.61 | 0.24 |
| HSL | 341.65º | 0.78% | 0.43% | - |
| HSV(B) | 341.65º | 0.88% | 0.76% | - |
| XYZ | 23.88 | 12.64 | 8.02 | - |
| YUV | 80.76 | 125.32 | 208.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 24 | 76 | 0 | 0.88 | 0.61 | 0.24 | 341.65 | 0.78 | 0.43 |
| Hex | C2 | 18 | 4C | 0 | 58 | 3D | 18 | 156 | 4E | 2B |
| Octal | 302 | 30 | 114 | 0 | 130 | 75 | 30 | 526 | 116 | 53 |
| Binary | 11000010 | 11000 | 1001100 | 0 | 1011000 | 111101 | 11000 | 101010110 | 1001110 | 101011 |
Color Harmonies of #C2184C
Complementary color
Monochromatic Colors of #C2184C
Black with #C2184C
Text Example
Text Example
White with #C2184C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2184C; }
p { color: rgb(194,24,76); }
H1.HeaderClassName
{
color: #C2184C;
}
.AnyTagClassName
{
color: #C2184C;
}
</style>
background-color css
<style>
a { background-color: #C2184C; }
a { background-color: rgb(194,24,76); }
div.DivClassName
{
background-color: #C2184C;
}
.BgClassName
{
background-color: #C2184C;
}
</style>
border-color css
<style>
span { border-color: #C2184C; }
span { border-color: rgb(194,24,76); }
td.TdClassName
{
border-color: #C2184C;
}
.TagClassName
{
border-color: #C2184C;
}
</style>