Shades of Cardinal #C8164C
Tints of Cardinal #C8164C
RGB
CMYK
RGB Variations
Color information
#C8164C (or 0xC8164C) is known color: Cardinal. HEX triplet: C8, 16 and 4C. RGB value is (200,22,76). Sum of RGB (Red+Green+Blue) = 200+22+76=298 (39% of max value = 765). Red value is 200 (78.52% from 255 or 67.11% from 298); Green value is 22 (8.98% from 255 or 7.38% from 298); Blue value is 76 (30.08% from 255 or 25.50% from 298); Max value from RGB is 200 - color contains mainly: red. Hex color #C8164C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C8164C is #37E9B3. Grayscale: #515151. Windows color (decimal): -3664308 or 4986568. OLE color: 4986568.
HSL color Cylindrical-coordinate representation of color #C8164C: hue angle of 341.8º 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 #C8164C is Cyan = 0, Magento = 0.89, Yellow = 0.62 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 22 | 76 | - |
| CMYK | 0 | 0.89 | 0.62 | 0.22 |
| HSL | 341.8º | 0.8% | 0.44% | - |
| HSV(B) | 341.8º | 0.89% | 0.78% | - |
| XYZ | 25.41 | 13.37 | 8.08 | - |
| YUV | 81.38 | 124.97 | 212.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 22 | 76 | 0 | 0.89 | 0.62 | 0.22 | 341.8 | 0.8 | 0.44 |
| Hex | C8 | 16 | 4C | 0 | 59 | 3E | 16 | 156 | 50 | 2C |
| Octal | 310 | 26 | 114 | 0 | 131 | 76 | 26 | 526 | 120 | 54 |
| Binary | 11001000 | 10110 | 1001100 | 0 | 1011001 | 111110 | 10110 | 101010110 | 1010000 | 101100 |
Color Harmonies of #C8164C
Complementary color
Monochromatic Colors of #C8164C
Black with #C8164C
Text Example
Text Example
White with #C8164C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8164C; }
p { color: rgb(200,22,76); }
H1.HeaderClassName
{
color: #C8164C;
}
.AnyTagClassName
{
color: #C8164C;
}
</style>
background-color css
<style>
a { background-color: #C8164C; }
a { background-color: rgb(200,22,76); }
div.DivClassName
{
background-color: #C8164C;
}
.BgClassName
{
background-color: #C8164C;
}
</style>
border-color css
<style>
span { border-color: #C8164C; }
span { border-color: rgb(200,22,76); }
td.TdClassName
{
border-color: #C8164C;
}
.TagClassName
{
border-color: #C8164C;
}
</style>