Shades of Cardinal #C0164C
Tints of Cardinal #C0164C
RGB
CMYK
RGB Variations
Color information
#C0164C (or 0xC0164C) is known color: Cardinal. HEX triplet: C0, 16 and 4C. RGB value is (192,22,76). Sum of RGB (Red+Green+Blue) = 192+22+76=290 (38% of max value = 765). Red value is 192 (75.39% from 255 or 66.21% from 290); Green value is 22 (8.98% from 255 or 7.59% from 290); Blue value is 76 (30.08% from 255 or 26.21% from 290); Max value from RGB is 192 - color contains mainly: red. Hex color #C0164C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C0164C is #3FE9B3. Grayscale: #4E4E4E. Windows color (decimal): -4188596 or 4986560. OLE color: 4986560.
HSL color Cylindrical-coordinate representation of color #C0164C: hue angle of 340.94º 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 #C0164C is Cyan = 0, Magento = 0.89, Yellow = 0.60 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 22 | 76 | - |
| CMYK | 0 | 0.89 | 0.60 | 0.25 |
| HSL | 340.94º | 0.79% | 0.42% | - |
| HSV(B) | 340.94º | 0.89% | 0.75% | - |
| XYZ | 23.33 | 12.3 | 7.98 | - |
| YUV | 78.99 | 126.32 | 208.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 22 | 76 | 0 | 0.89 | 0.60 | 0.25 | 340.94 | 0.79 | 0.42 |
| Hex | C0 | 16 | 4C | 0 | 59 | 3C | 19 | 155 | 4F | 2A |
| Octal | 300 | 26 | 114 | 0 | 131 | 74 | 31 | 525 | 117 | 52 |
| Binary | 11000000 | 10110 | 1001100 | 0 | 1011001 | 111100 | 11001 | 101010101 | 1001111 | 101010 |
Color Harmonies of #C0164C
Complementary color
Monochromatic Colors of #C0164C
Black with #C0164C
Text Example
Text Example
White with #C0164C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0164C; }
p { color: rgb(192,22,76); }
H1.HeaderClassName
{
color: #C0164C;
}
.AnyTagClassName
{
color: #C0164C;
}
</style>
background-color css
<style>
a { background-color: #C0164C; }
a { background-color: rgb(192,22,76); }
div.DivClassName
{
background-color: #C0164C;
}
.BgClassName
{
background-color: #C0164C;
}
</style>
border-color css
<style>
span { border-color: #C0164C; }
span { border-color: rgb(192,22,76); }
td.TdClassName
{
border-color: #C0164C;
}
.TagClassName
{
border-color: #C0164C;
}
</style>