Shades of Cardinal #C4164B
Tints of Cardinal #C4164B
RGB
CMYK
RGB Variations
Color information
#C4164B (or 0xC4164B) is known color: Cardinal. HEX triplet: C4, 16 and 4B. RGB value is (196,22,75). Sum of RGB (Red+Green+Blue) = 196+22+75=293 (38% of max value = 765). Red value is 196 (76.95% from 255 or 66.89% from 293); Green value is 22 (8.98% from 255 or 7.51% from 293); Blue value is 75 (29.69% from 255 or 25.60% from 293); Max value from RGB is 196 - color contains mainly: red. Hex color #C4164B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C4164B is #3BE9B4. Grayscale: #505050. Windows color (decimal): -3926453 or 4921028. OLE color: 4921028.
HSL color Cylindrical-coordinate representation of color #C4164B: hue angle of 341.72º degrees, saturation: 0.8, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C4164B is Cyan = 0, Magento = 0.89, Yellow = 0.62 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 22 | 75 | - |
| CMYK | 0 | 0.89 | 0.62 | 0.23 |
| HSL | 341.72º | 0.8% | 0.43% | - |
| HSV(B) | 341.72º | 0.89% | 0.77% | - |
| XYZ | 24.32 | 12.82 | 7.85 | - |
| YUV | 80.07 | 125.15 | 210.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 22 | 75 | 0 | 0.89 | 0.62 | 0.23 | 341.72 | 0.8 | 0.43 |
| Hex | C4 | 16 | 4B | 0 | 59 | 3E | 17 | 156 | 50 | 2B |
| Octal | 304 | 26 | 113 | 0 | 131 | 76 | 27 | 526 | 120 | 53 |
| Binary | 11000100 | 10110 | 1001011 | 0 | 1011001 | 111110 | 10111 | 101010110 | 1010000 | 101011 |
Color Harmonies of #C4164B
Complementary color
Monochromatic Colors of #C4164B
Black with #C4164B
Text Example
Text Example
White with #C4164B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4164B; }
p { color: rgb(196,22,75); }
H1.HeaderClassName
{
color: #C4164B;
}
.AnyTagClassName
{
color: #C4164B;
}
</style>
background-color css
<style>
a { background-color: #C4164B; }
a { background-color: rgb(196,22,75); }
div.DivClassName
{
background-color: #C4164B;
}
.BgClassName
{
background-color: #C4164B;
}
</style>
border-color css
<style>
span { border-color: #C4164B; }
span { border-color: rgb(196,22,75); }
td.TdClassName
{
border-color: #C4164B;
}
.TagClassName
{
border-color: #C4164B;
}
</style>