Shades of Cardinal #C4174C
Tints of Cardinal #C4174C
RGB
CMYK
RGB Variations
Color information
#C4174C (or 0xC4174C) is known color: Cardinal. HEX triplet: C4, 17 and 4C. RGB value is (196,23,76). Sum of RGB (Red+Green+Blue) = 196+23+76=295 (39% of max value = 765). Red value is 196 (76.95% from 255 or 66.44% from 295); Green value is 23 (9.38% from 255 or 7.80% from 295); Blue value is 76 (30.08% from 255 or 25.76% from 295); Max value from RGB is 196 - color contains mainly: red. Hex color #C4174C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C4174C is #3BE8B3. Grayscale: #505050. Windows color (decimal): -3926196 or 4986820. OLE color: 4986820.
HSL color Cylindrical-coordinate representation of color #C4174C: hue angle of 341.62º degrees, saturation: 0.79, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C4174C is Cyan = 0, Magento = 0.88, Yellow = 0.61 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 23 | 76 | - |
| CMYK | 0 | 0.88 | 0.61 | 0.23 |
| HSL | 341.62º | 0.79% | 0.43% | - |
| HSV(B) | 341.62º | 0.88% | 0.77% | - |
| XYZ | 24.38 | 12.87 | 8.04 | - |
| YUV | 80.77 | 125.31 | 210.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 23 | 76 | 0 | 0.88 | 0.61 | 0.23 | 341.62 | 0.79 | 0.43 |
| Hex | C4 | 17 | 4C | 0 | 58 | 3D | 17 | 156 | 4F | 2B |
| Octal | 304 | 27 | 114 | 0 | 130 | 75 | 27 | 526 | 117 | 53 |
| Binary | 11000100 | 10111 | 1001100 | 0 | 1011000 | 111101 | 10111 | 101010110 | 1001111 | 101011 |
Color Harmonies of #C4174C
Complementary color
Monochromatic Colors of #C4174C
Black with #C4174C
Text Example
Text Example
White with #C4174C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4174C; }
p { color: rgb(196,23,76); }
H1.HeaderClassName
{
color: #C4174C;
}
.AnyTagClassName
{
color: #C4174C;
}
</style>
background-color css
<style>
a { background-color: #C4174C; }
a { background-color: rgb(196,23,76); }
div.DivClassName
{
background-color: #C4174C;
}
.BgClassName
{
background-color: #C4174C;
}
</style>
border-color css
<style>
span { border-color: #C4174C; }
span { border-color: rgb(196,23,76); }
td.TdClassName
{
border-color: #C4174C;
}
.TagClassName
{
border-color: #C4174C;
}
</style>