Shades of Cardinal #C9174E
Tints of Cardinal #C9174E
RGB
CMYK
RGB Variations
Color information
#C9174E (or 0xC9174E) is known color: Cardinal. HEX triplet: C9, 17 and 4E. RGB value is (201,23,78). Sum of RGB (Red+Green+Blue) = 201+23+78=302 (40% of max value = 765). Red value is 201 (78.91% from 255 or 66.56% from 302); Green value is 23 (9.38% from 255 or 7.62% from 302); Blue value is 78 (30.86% from 255 or 25.83% from 302); Max value from RGB is 201 - color contains mainly: red. Hex color #C9174E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C9174E is #36E8B1. Grayscale: #525252. Windows color (decimal): -3598514 or 5117897. OLE color: 5117897.
HSL color Cylindrical-coordinate representation of color #C9174E: hue angle of 341.46º degrees, saturation: 0.79, 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 #C9174E is Cyan = 0, Magento = 0.89, Yellow = 0.61 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 23 | 78 | - |
| CMYK | 0 | 0.89 | 0.61 | 0.21 |
| HSL | 341.46º | 0.79% | 0.44% | - |
| HSV(B) | 341.46º | 0.89% | 0.79% | - |
| XYZ | 25.77 | 13.58 | 8.47 | - |
| YUV | 82.49 | 125.47 | 212.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 23 | 78 | 0 | 0.89 | 0.61 | 0.21 | 341.46 | 0.79 | 0.44 |
| Hex | C9 | 17 | 4E | 0 | 59 | 3D | 15 | 155 | 4F | 2C |
| Octal | 311 | 27 | 116 | 0 | 131 | 75 | 25 | 525 | 117 | 54 |
| Binary | 11001001 | 10111 | 1001110 | 0 | 1011001 | 111101 | 10101 | 101010101 | 1001111 | 101100 |
Color Harmonies of #C9174E
Complementary color
Monochromatic Colors of #C9174E
Black with #C9174E
Text Example
Text Example
White with #C9174E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9174E; }
p { color: rgb(201,23,78); }
H1.HeaderClassName
{
color: #C9174E;
}
.AnyTagClassName
{
color: #C9174E;
}
</style>
background-color css
<style>
a { background-color: #C9174E; }
a { background-color: rgb(201,23,78); }
div.DivClassName
{
background-color: #C9174E;
}
.BgClassName
{
background-color: #C9174E;
}
</style>
border-color css
<style>
span { border-color: #C9174E; }
span { border-color: rgb(201,23,78); }
td.TdClassName
{
border-color: #C9174E;
}
.TagClassName
{
border-color: #C9174E;
}
</style>