Shades of Cardinal #C2094D
Tints of Cardinal #C2094D
RGB
CMYK
RGB Variations
Color information
#C2094D (or 0xC2094D) is known color: Cardinal. HEX triplet: C2, 09 and 4D. RGB value is (194,9,77). Sum of RGB (Red+Green+Blue) = 194+9+77=280 (37% of max value = 765). Red value is 194 (76.17% from 255 or 69.29% from 280); Green value is 9 (3.91% from 255 or 3.21% from 280); Blue value is 77 (30.47% from 255 or 27.5% from 280); Max value from RGB is 194 - color contains mainly: red. Hex color #C2094D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C2094D is #3DF6B2. Grayscale: #474747. Windows color (decimal): -4060851 or 5048770. OLE color: 5048770.
HSL color Cylindrical-coordinate representation of color #C2094D: hue angle of 337.95º degrees, saturation: 0.91, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C2094D is Cyan = 0, Magento = 0.95, Yellow = 0.60 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 9 | 77 | - |
| CMYK | 0 | 0.95 | 0.60 | 0.24 |
| HSL | 337.95º | 0.91% | 0.4% | - |
| HSV(B) | 337.95º | 0.95% | 0.76% | - |
| XYZ | 23.69 | 12.2 | 8.13 | - |
| YUV | 72.07 | 130.79 | 214.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 9 | 77 | 0 | 0.95 | 0.60 | 0.24 | 337.95 | 0.91 | 0.4 |
| Hex | C2 | 9 | 4D | 0 | 5F | 3C | 18 | 152 | 5B | 28 |
| Octal | 302 | 11 | 115 | 0 | 137 | 74 | 30 | 522 | 133 | 50 |
| Binary | 11000010 | 1001 | 1001101 | 0 | 1011111 | 111100 | 11000 | 101010010 | 1011011 | 101000 |
Color Harmonies of #C2094D
Complementary color
Monochromatic Colors of #C2094D
Black with #C2094D
Text Example
Text Example
White with #C2094D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2094D; }
p { color: rgb(194,9,77); }
H1.HeaderClassName
{
color: #C2094D;
}
.AnyTagClassName
{
color: #C2094D;
}
</style>
background-color css
<style>
a { background-color: #C2094D; }
a { background-color: rgb(194,9,77); }
div.DivClassName
{
background-color: #C2094D;
}
.BgClassName
{
background-color: #C2094D;
}
</style>
border-color css
<style>
span { border-color: #C2094D; }
span { border-color: rgb(194,9,77); }
td.TdClassName
{
border-color: #C2094D;
}
.TagClassName
{
border-color: #C2094D;
}
</style>