Shades of Cardinal #C1164B
Tints of Cardinal #C1164B
RGB
CMYK
RGB Variations
Color information
#C1164B (or 0xC1164B) is known color: Cardinal. HEX triplet: C1, 16 and 4B. RGB value is (193,22,75). Sum of RGB (Red+Green+Blue) = 193+22+75=290 (38% of max value = 765). Red value is 193 (75.78% from 255 or 66.55% from 290); Green value is 22 (8.98% from 255 or 7.59% from 290); Blue value is 75 (29.69% from 255 or 25.86% from 290); Max value from RGB is 193 - color contains mainly: red. Hex color #C1164B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C1164B is #3EE9B4. Grayscale: #4F4F4F. Windows color (decimal): -4123061 or 4921025. OLE color: 4921025.
HSL color Cylindrical-coordinate representation of color #C1164B: hue angle of 341.4º 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 #C1164B is Cyan = 0, Magento = 0.89, Yellow = 0.61 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 22 | 75 | - |
| CMYK | 0 | 0.89 | 0.61 | 0.24 |
| HSL | 341.4º | 0.8% | 0.42% | - |
| HSV(B) | 341.4º | 0.89% | 0.76% | - |
| XYZ | 23.55 | 12.42 | 7.81 | - |
| YUV | 79.17 | 125.65 | 209.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 22 | 75 | 0 | 0.89 | 0.61 | 0.24 | 341.4 | 0.8 | 0.42 |
| Hex | C1 | 16 | 4B | 0 | 59 | 3D | 18 | 155 | 50 | 2A |
| Octal | 301 | 26 | 113 | 0 | 131 | 75 | 30 | 525 | 120 | 52 |
| Binary | 11000001 | 10110 | 1001011 | 0 | 1011001 | 111101 | 11000 | 101010101 | 1010000 | 101010 |
Color Harmonies of #C1164B
Complementary color
Monochromatic Colors of #C1164B
Black with #C1164B
Text Example
Text Example
White with #C1164B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1164B; }
p { color: rgb(193,22,75); }
H1.HeaderClassName
{
color: #C1164B;
}
.AnyTagClassName
{
color: #C1164B;
}
</style>
background-color css
<style>
a { background-color: #C1164B; }
a { background-color: rgb(193,22,75); }
div.DivClassName
{
background-color: #C1164B;
}
.BgClassName
{
background-color: #C1164B;
}
</style>
border-color css
<style>
span { border-color: #C1164B; }
span { border-color: rgb(193,22,75); }
td.TdClassName
{
border-color: #C1164B;
}
.TagClassName
{
border-color: #C1164B;
}
</style>