Shades of Cardinal #C1164D
Tints of Cardinal #C1164D
RGB
CMYK
RGB Variations
Color information
#C1164D (or 0xC1164D) is known color: Cardinal. HEX triplet: C1, 16 and 4D. RGB value is (193,22,77). Sum of RGB (Red+Green+Blue) = 193+22+77=292 (38% of max value = 765). Red value is 193 (75.78% from 255 or 66.10% from 292); Green value is 22 (8.98% from 255 or 7.53% from 292); Blue value is 77 (30.47% from 255 or 26.37% from 292); Max value from RGB is 193 - color contains mainly: red. Hex color #C1164D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C1164D is #3EE9B2. Grayscale: #4F4F4F. Windows color (decimal): -4123059 or 5052097. OLE color: 5052097.
HSL color Cylindrical-coordinate representation of color #C1164D: hue angle of 340.7º degrees, saturation: 0.8, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C1164D is Cyan = 0, Magento = 0.89, Yellow = 0.60 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 22 | 77 | - |
| CMYK | 0 | 0.89 | 0.60 | 0.24 |
| HSL | 340.7º | 0.8% | 0.42% | - |
| HSV(B) | 340.7º | 0.89% | 0.76% | - |
| XYZ | 23.62 | 12.45 | 8.18 | - |
| YUV | 79.4 | 126.65 | 209.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 22 | 77 | 0 | 0.89 | 0.60 | 0.24 | 340.7 | 0.8 | 0.42 |
| Hex | C1 | 16 | 4D | 0 | 59 | 3C | 18 | 155 | 50 | 2A |
| Octal | 301 | 26 | 115 | 0 | 131 | 74 | 30 | 525 | 120 | 52 |
| Binary | 11000001 | 10110 | 1001101 | 0 | 1011001 | 111100 | 11000 | 101010101 | 1010000 | 101010 |
Color Harmonies of #C1164D
Complementary color
Monochromatic Colors of #C1164D
Black with #C1164D
Text Example
Text Example
White with #C1164D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1164D; }
p { color: rgb(193,22,77); }
H1.HeaderClassName
{
color: #C1164D;
}
.AnyTagClassName
{
color: #C1164D;
}
</style>
background-color css
<style>
a { background-color: #C1164D; }
a { background-color: rgb(193,22,77); }
div.DivClassName
{
background-color: #C1164D;
}
.BgClassName
{
background-color: #C1164D;
}
</style>
border-color css
<style>
span { border-color: #C1164D; }
span { border-color: rgb(193,22,77); }
td.TdClassName
{
border-color: #C1164D;
}
.TagClassName
{
border-color: #C1164D;
}
</style>