Shades of Cardinal #C42043
Tints of Cardinal #C42043
RGB
CMYK
RGB Variations
Color information
#C42043 (or 0xC42043) is known color: Cardinal. HEX triplet: C4, 20 and 43. RGB value is (196,32,67). Sum of RGB (Red+Green+Blue) = 196+32+67=295 (39% of max value = 765). Red value is 196 (76.95% from 255 or 66.44% from 295); Green value is 32 (12.89% from 255 or 10.85% from 295); Blue value is 67 (26.56% from 255 or 22.71% from 295); Max value from RGB is 196 - color contains mainly: red. Hex color #C42043 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C42043 is #3BDFBC. Grayscale: #555555. Windows color (decimal): -3923901 or 4399300. OLE color: 4399300.
HSL color Cylindrical-coordinate representation of color #C42043: hue angle of 347.2º degrees, saturation: 0.72, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C42043 is Cyan = 0, Magento = 0.84, Yellow = 0.66 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 32 | 67 | - |
| CMYK | 0 | 0.84 | 0.66 | 0.23 |
| HSL | 347.2º | 0.72% | 0.45% | - |
| HSV(B) | 347.2º | 0.84% | 0.77% | - |
| XYZ | 24.29 | 13.17 | 6.57 | - |
| YUV | 85.03 | 117.83 | 207.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 32 | 67 | 0 | 0.84 | 0.66 | 0.23 | 347.2 | 0.72 | 0.45 |
| Hex | C4 | 20 | 43 | 0 | 54 | 42 | 17 | 15B | 48 | 2D |
| Octal | 304 | 40 | 103 | 0 | 124 | 102 | 27 | 533 | 110 | 55 |
| Binary | 11000100 | 100000 | 1000011 | 0 | 1010100 | 1000010 | 10111 | 101011011 | 1001000 | 101101 |
Color Harmonies of #C42043
Complementary color
Monochromatic Colors of #C42043
Black with #C42043
Text Example
Text Example
White with #C42043
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C42043; }
p { color: rgb(196,32,67); }
H1.HeaderClassName
{
color: #C42043;
}
.AnyTagClassName
{
color: #C42043;
}
</style>
background-color css
<style>
a { background-color: #C42043; }
a { background-color: rgb(196,32,67); }
div.DivClassName
{
background-color: #C42043;
}
.BgClassName
{
background-color: #C42043;
}
</style>
border-color css
<style>
span { border-color: #C42043; }
span { border-color: rgb(196,32,67); }
td.TdClassName
{
border-color: #C42043;
}
.TagClassName
{
border-color: #C42043;
}
</style>