Shades of Cardinal #C9164D
Tints of Cardinal #C9164D
RGB
CMYK
RGB Variations
Color information
#C9164D (or 0xC9164D) is known color: Cardinal. HEX triplet: C9, 16 and 4D. RGB value is (201,22,77). Sum of RGB (Red+Green+Blue) = 201+22+77=300 (39% of max value = 765). Red value is 201 (78.91% from 255 or 67% from 300); Green value is 22 (8.98% from 255 or 7.33% from 300); Blue value is 77 (30.47% from 255 or 25.67% from 300); Max value from RGB is 201 - color contains mainly: red. Hex color #C9164D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C9164D is #36E9B2. Grayscale: #515151. Windows color (decimal): -3598771 or 5052105. OLE color: 5052105.
HSL color Cylindrical-coordinate representation of color #C9164D: hue angle of 341.56º degrees, saturation: 0.8, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C9164D is Cyan = 0, Magento = 0.89, Yellow = 0.62 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 22 | 77 | - |
| CMYK | 0 | 0.89 | 0.62 | 0.21 |
| HSL | 341.56º | 0.8% | 0.44% | - |
| HSV(B) | 341.56º | 0.89% | 0.79% | - |
| XYZ | 25.71 | 13.53 | 8.28 | - |
| YUV | 81.79 | 125.3 | 213.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 22 | 77 | 0 | 0.89 | 0.62 | 0.21 | 341.56 | 0.8 | 0.44 |
| Hex | C9 | 16 | 4D | 0 | 59 | 3E | 15 | 156 | 50 | 2C |
| Octal | 311 | 26 | 115 | 0 | 131 | 76 | 25 | 526 | 120 | 54 |
| Binary | 11001001 | 10110 | 1001101 | 0 | 1011001 | 111110 | 10101 | 101010110 | 1010000 | 101100 |
Color Harmonies of #C9164D
Complementary color
Monochromatic Colors of #C9164D
Black with #C9164D
Text Example
Text Example
White with #C9164D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9164D; }
p { color: rgb(201,22,77); }
H1.HeaderClassName
{
color: #C9164D;
}
.AnyTagClassName
{
color: #C9164D;
}
</style>
background-color css
<style>
a { background-color: #C9164D; }
a { background-color: rgb(201,22,77); }
div.DivClassName
{
background-color: #C9164D;
}
.BgClassName
{
background-color: #C9164D;
}
</style>
border-color css
<style>
span { border-color: #C9164D; }
span { border-color: rgb(201,22,77); }
td.TdClassName
{
border-color: #C9164D;
}
.TagClassName
{
border-color: #C9164D;
}
</style>