Shades of Cardinal #C1174E
Tints of Cardinal #C1174E
RGB
CMYK
RGB Variations
Color information
#C1174E (or 0xC1174E) is known color: Cardinal. HEX triplet: C1, 17 and 4E. RGB value is (193,23,78). Sum of RGB (Red+Green+Blue) = 193+23+78=294 (38% of max value = 765). Red value is 193 (75.78% from 255 or 65.65% from 294); Green value is 23 (9.38% from 255 or 7.82% from 294); Blue value is 78 (30.86% from 255 or 26.53% from 294); Max value from RGB is 193 - color contains mainly: red. Hex color #C1174E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C1174E is #3EE8B1. Grayscale: #505050. Windows color (decimal): -4122802 or 5117889. OLE color: 5117889.
HSL color Cylindrical-coordinate representation of color #C1174E: hue angle of 340.59º degrees, saturation: 0.79, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C1174E is Cyan = 0, Magento = 0.88, Yellow = 0.60 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 23 | 78 | - |
| CMYK | 0 | 0.88 | 0.60 | 0.24 |
| HSL | 340.59º | 0.79% | 0.42% | - |
| HSV(B) | 340.59º | 0.88% | 0.76% | - |
| XYZ | 23.67 | 12.5 | 8.37 | - |
| YUV | 80.1 | 126.82 | 208.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 23 | 78 | 0 | 0.88 | 0.60 | 0.24 | 340.59 | 0.79 | 0.42 |
| Hex | C1 | 17 | 4E | 0 | 58 | 3C | 18 | 155 | 4F | 2A |
| Octal | 301 | 27 | 116 | 0 | 130 | 74 | 30 | 525 | 117 | 52 |
| Binary | 11000001 | 10111 | 1001110 | 0 | 1011000 | 111100 | 11000 | 101010101 | 1001111 | 101010 |
Color Harmonies of #C1174E
Complementary color
Monochromatic Colors of #C1174E
Black with #C1174E
Text Example
Text Example
White with #C1174E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1174E; }
p { color: rgb(193,23,78); }
H1.HeaderClassName
{
color: #C1174E;
}
.AnyTagClassName
{
color: #C1174E;
}
</style>
background-color css
<style>
a { background-color: #C1174E; }
a { background-color: rgb(193,23,78); }
div.DivClassName
{
background-color: #C1174E;
}
.BgClassName
{
background-color: #C1174E;
}
</style>
border-color css
<style>
span { border-color: #C1174E; }
span { border-color: rgb(193,23,78); }
td.TdClassName
{
border-color: #C1174E;
}
.TagClassName
{
border-color: #C1174E;
}
</style>