Shades of Cardinal #C9164B
Tints of Cardinal #C9164B
RGB
CMYK
RGB Variations
Color information
#C9164B (or 0xC9164B) is known color: Cardinal. HEX triplet: C9, 16 and 4B. RGB value is (201,22,75). Sum of RGB (Red+Green+Blue) = 201+22+75=298 (39% of max value = 765). Red value is 201 (78.91% from 255 or 67.45% from 298); Green value is 22 (8.98% from 255 or 7.38% from 298); Blue value is 75 (29.69% from 255 or 25.17% from 298); Max value from RGB is 201 - color contains mainly: red. Hex color #C9164B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C9164B is #36E9B4. Grayscale: #515151. Windows color (decimal): -3598773 or 4921033. OLE color: 4921033.
HSL color Cylindrical-coordinate representation of color #C9164B: hue angle of 342.23º 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 #C9164B is Cyan = 0, Magento = 0.89, Yellow = 0.63 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 22 | 75 | - |
| CMYK | 0 | 0.89 | 0.63 | 0.21 |
| HSL | 342.23º | 0.8% | 0.44% | - |
| HSV(B) | 342.23º | 0.89% | 0.79% | - |
| XYZ | 25.64 | 13.5 | 7.91 | - |
| YUV | 81.56 | 124.3 | 213.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 22 | 75 | 0 | 0.89 | 0.63 | 0.21 | 342.23 | 0.8 | 0.44 |
| Hex | C9 | 16 | 4B | 0 | 59 | 3F | 15 | 156 | 50 | 2C |
| Octal | 311 | 26 | 113 | 0 | 131 | 77 | 25 | 526 | 120 | 54 |
| Binary | 11001001 | 10110 | 1001011 | 0 | 1011001 | 111111 | 10101 | 101010110 | 1010000 | 101100 |
Color Harmonies of #C9164B
Complementary color
Monochromatic Colors of #C9164B
Black with #C9164B
Text Example
Text Example
White with #C9164B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9164B; }
p { color: rgb(201,22,75); }
H1.HeaderClassName
{
color: #C9164B;
}
.AnyTagClassName
{
color: #C9164B;
}
</style>
background-color css
<style>
a { background-color: #C9164B; }
a { background-color: rgb(201,22,75); }
div.DivClassName
{
background-color: #C9164B;
}
.BgClassName
{
background-color: #C9164B;
}
</style>
border-color css
<style>
span { border-color: #C9164B; }
span { border-color: rgb(201,22,75); }
td.TdClassName
{
border-color: #C9164B;
}
.TagClassName
{
border-color: #C9164B;
}
</style>