Shades of Cardinal #C0164E
Tints of Cardinal #C0164E
RGB
CMYK
RGB Variations
Color information
#C0164E (or 0xC0164E) is known color: Cardinal. HEX triplet: C0, 16 and 4E. RGB value is (192,22,78). Sum of RGB (Red+Green+Blue) = 192+22+78=292 (38% of max value = 765). Red value is 192 (75.39% from 255 or 65.75% from 292); Green value is 22 (8.98% from 255 or 7.53% from 292); Blue value is 78 (30.86% from 255 or 26.71% from 292); Max value from RGB is 192 - color contains mainly: red. Hex color #C0164E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C0164E is #3FE9B1. Grayscale: #4F4F4F. Windows color (decimal): -4188594 or 5117632. OLE color: 5117632.
HSL color Cylindrical-coordinate representation of color #C0164E: hue angle of 340.24º degrees, saturation: 0.79, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C0164E is Cyan = 0, Magento = 0.89, Yellow = 0.59 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 22 | 78 | - |
| CMYK | 0 | 0.89 | 0.59 | 0.25 |
| HSL | 340.24º | 0.79% | 0.42% | - |
| HSV(B) | 340.24º | 0.89% | 0.75% | - |
| XYZ | 23.4 | 12.33 | 8.35 | - |
| YUV | 79.21 | 127.32 | 208.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 22 | 78 | 0 | 0.89 | 0.59 | 0.25 | 340.24 | 0.79 | 0.42 |
| Hex | C0 | 16 | 4E | 0 | 59 | 3B | 19 | 154 | 4F | 2A |
| Octal | 300 | 26 | 116 | 0 | 131 | 73 | 31 | 524 | 117 | 52 |
| Binary | 11000000 | 10110 | 1001110 | 0 | 1011001 | 111011 | 11001 | 101010100 | 1001111 | 101010 |
Color Harmonies of #C0164E
Complementary color
Monochromatic Colors of #C0164E
Black with #C0164E
Text Example
Text Example
White with #C0164E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0164E; }
p { color: rgb(192,22,78); }
H1.HeaderClassName
{
color: #C0164E;
}
.AnyTagClassName
{
color: #C0164E;
}
</style>
background-color css
<style>
a { background-color: #C0164E; }
a { background-color: rgb(192,22,78); }
div.DivClassName
{
background-color: #C0164E;
}
.BgClassName
{
background-color: #C0164E;
}
</style>
border-color css
<style>
span { border-color: #C0164E; }
span { border-color: rgb(192,22,78); }
td.TdClassName
{
border-color: #C0164E;
}
.TagClassName
{
border-color: #C0164E;
}
</style>