Shades of Cardinal #C4074C
Tints of Cardinal #C4074C
RGB
CMYK
RGB Variations
Color information
#C4074C (or 0xC4074C) is known color: Cardinal. HEX triplet: C4, 07 and 4C. RGB value is (196,7,76). Sum of RGB (Red+Green+Blue) = 196+7+76=279 (36% of max value = 765). Red value is 196 (76.95% from 255 or 70.25% from 279); Green value is 7 (3.12% from 255 or 2.51% from 279); Blue value is 76 (30.08% from 255 or 27.24% from 279); Max value from RGB is 196 - color contains mainly: red. Hex color #C4074C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C4074C is #3BF8B3. Grayscale: #474747. Windows color (decimal): -3930292 or 4982724. OLE color: 4982724.
HSL color Cylindrical-coordinate representation of color #C4074C: hue angle of 338.1º degrees, saturation: 0.93, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C4074C is Cyan = 0, Magento = 0.96, Yellow = 0.61 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 7 | 76 | - |
| CMYK | 0 | 0.96 | 0.61 | 0.23 |
| HSL | 338.1º | 0.93% | 0.4% | - |
| HSV(B) | 338.1º | 0.96% | 0.77% | - |
| XYZ | 24.15 | 12.41 | 7.96 | - |
| YUV | 71.38 | 130.62 | 216.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 7 | 76 | 0 | 0.96 | 0.61 | 0.23 | 338.1 | 0.93 | 0.4 |
| Hex | C4 | 7 | 4C | 0 | 60 | 3D | 17 | 152 | 5D | 28 |
| Octal | 304 | 7 | 114 | 0 | 140 | 75 | 27 | 522 | 135 | 50 |
| Binary | 11000100 | 111 | 1001100 | 0 | 1100000 | 111101 | 10111 | 101010010 | 1011101 | 101000 |
Color Harmonies of #C4074C
Complementary color
Monochromatic Colors of #C4074C
Black with #C4074C
Text Example
Text Example
White with #C4074C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4074C; }
p { color: rgb(196,7,76); }
H1.HeaderClassName
{
color: #C4074C;
}
.AnyTagClassName
{
color: #C4074C;
}
</style>
background-color css
<style>
a { background-color: #C4074C; }
a { background-color: rgb(196,7,76); }
div.DivClassName
{
background-color: #C4074C;
}
.BgClassName
{
background-color: #C4074C;
}
</style>
border-color css
<style>
span { border-color: #C4074C; }
span { border-color: rgb(196,7,76); }
td.TdClassName
{
border-color: #C4074C;
}
.TagClassName
{
border-color: #C4074C;
}
</style>