Shades of Cardinal #C9184C
Tints of Cardinal #C9184C
RGB
CMYK
RGB Variations
Color information
#C9184C (or 0xC9184C) is known color: Cardinal. HEX triplet: C9, 18 and 4C. RGB value is (201,24,76). Sum of RGB (Red+Green+Blue) = 201+24+76=301 (39% of max value = 765). Red value is 201 (78.91% from 255 or 66.78% from 301); Green value is 24 (9.77% from 255 or 7.97% from 301); Blue value is 76 (30.08% from 255 or 25.25% from 301); Max value from RGB is 201 - color contains mainly: red. Hex color #C9184C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C9184C is #36E7B3. Grayscale: #525252. Windows color (decimal): -3598260 or 4987081. OLE color: 4987081.
HSL color Cylindrical-coordinate representation of color #C9184C: hue angle of 342.37º degrees, saturation: 0.79, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C9184C is Cyan = 0, Magento = 0.88, Yellow = 0.62 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 24 | 76 | - |
| CMYK | 0 | 0.88 | 0.62 | 0.21 |
| HSL | 342.37º | 0.79% | 0.44% | - |
| HSV(B) | 342.37º | 0.88% | 0.79% | - |
| XYZ | 25.72 | 13.59 | 8.11 | - |
| YUV | 82.85 | 124.14 | 212.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 24 | 76 | 0 | 0.88 | 0.62 | 0.21 | 342.37 | 0.79 | 0.44 |
| Hex | C9 | 18 | 4C | 0 | 58 | 3E | 15 | 156 | 4F | 2C |
| Octal | 311 | 30 | 114 | 0 | 130 | 76 | 25 | 526 | 117 | 54 |
| Binary | 11001001 | 11000 | 1001100 | 0 | 1011000 | 111110 | 10101 | 101010110 | 1001111 | 101100 |
Color Harmonies of #C9184C
Complementary color
Monochromatic Colors of #C9184C
Black with #C9184C
Text Example
Text Example
White with #C9184C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9184C; }
p { color: rgb(201,24,76); }
H1.HeaderClassName
{
color: #C9184C;
}
.AnyTagClassName
{
color: #C9184C;
}
</style>
background-color css
<style>
a { background-color: #C9184C; }
a { background-color: rgb(201,24,76); }
div.DivClassName
{
background-color: #C9184C;
}
.BgClassName
{
background-color: #C9184C;
}
</style>
border-color css
<style>
span { border-color: #C9184C; }
span { border-color: rgb(201,24,76); }
td.TdClassName
{
border-color: #C9184C;
}
.TagClassName
{
border-color: #C9184C;
}
</style>