Shades of Cardinal #C91646
Tints of Cardinal #C91646
RGB
CMYK
RGB Variations
Color information
#C91646 (or 0xC91646) is known color: Cardinal. HEX triplet: C9, 16 and 46. RGB value is (201,22,70). Sum of RGB (Red+Green+Blue) = 201+22+70=293 (38% of max value = 765). Red value is 201 (78.91% from 255 or 68.60% from 293); Green value is 22 (8.98% from 255 or 7.51% from 293); Blue value is 70 (27.73% from 255 or 23.89% from 293); Max value from RGB is 201 - color contains mainly: red. Hex color #C91646 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C91646 is #36E9B9. Grayscale: #505050. Windows color (decimal): -3598778 or 4593353. OLE color: 4593353.
HSL color Cylindrical-coordinate representation of color #C91646: hue angle of 343.91º 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 #C91646 is Cyan = 0, Magento = 0.89, Yellow = 0.65 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 22 | 70 | - |
| CMYK | 0 | 0.89 | 0.65 | 0.21 |
| HSL | 343.91º | 0.8% | 0.44% | - |
| HSV(B) | 343.91º | 0.89% | 0.79% | - |
| XYZ | 25.48 | 13.43 | 7.04 | - |
| YUV | 80.99 | 121.8 | 213.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 22 | 70 | 0 | 0.89 | 0.65 | 0.21 | 343.91 | 0.8 | 0.44 |
| Hex | C9 | 16 | 46 | 0 | 59 | 41 | 15 | 158 | 50 | 2C |
| Octal | 311 | 26 | 106 | 0 | 131 | 101 | 25 | 530 | 120 | 54 |
| Binary | 11001001 | 10110 | 1000110 | 0 | 1011001 | 1000001 | 10101 | 101011000 | 1010000 | 101100 |
Color Harmonies of #C91646
Complementary color
Monochromatic Colors of #C91646
Black with #C91646
Text Example
Text Example
White with #C91646
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C91646; }
p { color: rgb(201,22,70); }
H1.HeaderClassName
{
color: #C91646;
}
.AnyTagClassName
{
color: #C91646;
}
</style>
background-color css
<style>
a { background-color: #C91646; }
a { background-color: rgb(201,22,70); }
div.DivClassName
{
background-color: #C91646;
}
.BgClassName
{
background-color: #C91646;
}
</style>
border-color css
<style>
span { border-color: #C91646; }
span { border-color: rgb(201,22,70); }
td.TdClassName
{
border-color: #C91646;
}
.TagClassName
{
border-color: #C91646;
}
</style>