Shades of Cardinal #C0164D
Tints of Cardinal #C0164D
RGB
CMYK
RGB Variations
Color information
#C0164D (or 0xC0164D) is known color: Cardinal. HEX triplet: C0, 16 and 4D. RGB value is (192,22,77). Sum of RGB (Red+Green+Blue) = 192+22+77=291 (38% of max value = 765). Red value is 192 (75.39% from 255 or 65.98% from 291); Green value is 22 (8.98% from 255 or 7.56% from 291); Blue value is 77 (30.47% from 255 or 26.46% from 291); Max value from RGB is 192 - color contains mainly: red. Hex color #C0164D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C0164D is #3FE9B2. Grayscale: #4F4F4F. Windows color (decimal): -4188595 or 5052096. OLE color: 5052096.
HSL color Cylindrical-coordinate representation of color #C0164D: hue angle of 340.59º 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 #C0164D is Cyan = 0, Magento = 0.89, Yellow = 0.60 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 22 | 77 | - |
| CMYK | 0 | 0.89 | 0.60 | 0.25 |
| HSL | 340.59º | 0.79% | 0.42% | - |
| HSV(B) | 340.59º | 0.89% | 0.75% | - |
| XYZ | 23.36 | 12.32 | 8.17 | - |
| YUV | 79.1 | 126.82 | 208.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 22 | 77 | 0 | 0.89 | 0.60 | 0.25 | 340.59 | 0.79 | 0.42 |
| Hex | C0 | 16 | 4D | 0 | 59 | 3C | 19 | 155 | 4F | 2A |
| Octal | 300 | 26 | 115 | 0 | 131 | 74 | 31 | 525 | 117 | 52 |
| Binary | 11000000 | 10110 | 1001101 | 0 | 1011001 | 111100 | 11001 | 101010101 | 1001111 | 101010 |
Color Harmonies of #C0164D
Complementary color
Monochromatic Colors of #C0164D
Black with #C0164D
Text Example
Text Example
White with #C0164D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0164D; }
p { color: rgb(192,22,77); }
H1.HeaderClassName
{
color: #C0164D;
}
.AnyTagClassName
{
color: #C0164D;
}
</style>
background-color css
<style>
a { background-color: #C0164D; }
a { background-color: rgb(192,22,77); }
div.DivClassName
{
background-color: #C0164D;
}
.BgClassName
{
background-color: #C0164D;
}
</style>
border-color css
<style>
span { border-color: #C0164D; }
span { border-color: rgb(192,22,77); }
td.TdClassName
{
border-color: #C0164D;
}
.TagClassName
{
border-color: #C0164D;
}
</style>