Shades of Cardinal #C4074D
Tints of Cardinal #C4074D
RGB
CMYK
RGB Variations
Color information
#C4074D (or 0xC4074D) is known color: Cardinal. HEX triplet: C4, 07 and 4D. RGB value is (196,7,77). Sum of RGB (Red+Green+Blue) = 196+7+77=280 (37% of max value = 765). Red value is 196 (76.95% from 255 or 70% from 280); Green value is 7 (3.12% from 255 or 2.5% from 280); Blue value is 77 (30.47% from 255 or 27.5% from 280); Max value from RGB is 196 - color contains mainly: red. Hex color #C4074D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C4074D is #3BF8B2. Grayscale: #474747. Windows color (decimal): -3930291 or 5048260. OLE color: 5048260.
HSL color Cylindrical-coordinate representation of color #C4074D: hue angle of 337.78º 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 #C4074D is Cyan = 0, Magento = 0.96, Yellow = 0.61 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 7 | 77 | - |
| CMYK | 0 | 0.96 | 0.61 | 0.23 |
| HSL | 337.78º | 0.93% | 0.4% | - |
| HSV(B) | 337.78º | 0.96% | 0.77% | - |
| XYZ | 24.18 | 12.42 | 8.14 | - |
| YUV | 71.49 | 131.12 | 216.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 7 | 77 | 0 | 0.96 | 0.61 | 0.23 | 337.78 | 0.93 | 0.4 |
| Hex | C4 | 7 | 4D | 0 | 60 | 3D | 17 | 152 | 5D | 28 |
| Octal | 304 | 7 | 115 | 0 | 140 | 75 | 27 | 522 | 135 | 50 |
| Binary | 11000100 | 111 | 1001101 | 0 | 1100000 | 111101 | 10111 | 101010010 | 1011101 | 101000 |
Color Harmonies of #C4074D
Complementary color
Monochromatic Colors of #C4074D
Black with #C4074D
Text Example
Text Example
White with #C4074D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4074D; }
p { color: rgb(196,7,77); }
H1.HeaderClassName
{
color: #C4074D;
}
.AnyTagClassName
{
color: #C4074D;
}
</style>
background-color css
<style>
a { background-color: #C4074D; }
a { background-color: rgb(196,7,77); }
div.DivClassName
{
background-color: #C4074D;
}
.BgClassName
{
background-color: #C4074D;
}
</style>
border-color css
<style>
span { border-color: #C4074D; }
span { border-color: rgb(196,7,77); }
td.TdClassName
{
border-color: #C4074D;
}
.TagClassName
{
border-color: #C4074D;
}
</style>