Shades of Cardinal #C8164A
Tints of Cardinal #C8164A
RGB
CMYK
RGB Variations
Color information
#C8164A (or 0xC8164A) is known color: Cardinal. HEX triplet: C8, 16 and 4A. RGB value is (200,22,74). Sum of RGB (Red+Green+Blue) = 200+22+74=296 (39% of max value = 765). Red value is 200 (78.52% from 255 or 67.57% from 296); Green value is 22 (8.98% from 255 or 7.43% from 296); Blue value is 74 (29.30% from 255 or 25% from 296); Max value from RGB is 200 - color contains mainly: red. Hex color #C8164A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C8164A is #37E9B5. Grayscale: #515151. Windows color (decimal): -3664310 or 4855496. OLE color: 4855496.
HSL color Cylindrical-coordinate representation of color #C8164A: hue angle of 342.47º degrees, saturation: 0.8, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C8164A is Cyan = 0, Magento = 0.89, Yellow = 0.63 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 22 | 74 | - |
| CMYK | 0 | 0.89 | 0.63 | 0.22 |
| HSL | 342.47º | 0.8% | 0.44% | - |
| HSV(B) | 342.47º | 0.89% | 0.78% | - |
| XYZ | 25.34 | 13.35 | 7.72 | - |
| YUV | 81.15 | 123.97 | 212.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 22 | 74 | 0 | 0.89 | 0.63 | 0.22 | 342.47 | 0.8 | 0.44 |
| Hex | C8 | 16 | 4A | 0 | 59 | 3F | 16 | 156 | 50 | 2C |
| Octal | 310 | 26 | 112 | 0 | 131 | 77 | 26 | 526 | 120 | 54 |
| Binary | 11001000 | 10110 | 1001010 | 0 | 1011001 | 111111 | 10110 | 101010110 | 1010000 | 101100 |
Color Harmonies of #C8164A
Complementary color
Monochromatic Colors of #C8164A
Black with #C8164A
Text Example
Text Example
White with #C8164A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8164A; }
p { color: rgb(200,22,74); }
H1.HeaderClassName
{
color: #C8164A;
}
.AnyTagClassName
{
color: #C8164A;
}
</style>
background-color css
<style>
a { background-color: #C8164A; }
a { background-color: rgb(200,22,74); }
div.DivClassName
{
background-color: #C8164A;
}
.BgClassName
{
background-color: #C8164A;
}
</style>
border-color css
<style>
span { border-color: #C8164A; }
span { border-color: rgb(200,22,74); }
td.TdClassName
{
border-color: #C8164A;
}
.TagClassName
{
border-color: #C8164A;
}
</style>