Shades of Cardinal #C7164C
Tints of Cardinal #C7164C
RGB
CMYK
RGB Variations
Color information
#C7164C (or 0xC7164C) is known color: Cardinal. HEX triplet: C7, 16 and 4C. RGB value is (199,22,76). Sum of RGB (Red+Green+Blue) = 199+22+76=297 (39% of max value = 765). Red value is 199 (78.12% from 255 or 67.00% from 297); Green value is 22 (8.98% from 255 or 7.41% from 297); Blue value is 76 (30.08% from 255 or 25.59% from 297); Max value from RGB is 199 - color contains mainly: red. Hex color #C7164C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C7164C is #38E9B3. Grayscale: #515151. Windows color (decimal): -3729844 or 4986567. OLE color: 4986567.
HSL color Cylindrical-coordinate representation of color #C7164C: hue angle of 341.69º degrees, saturation: 0.8, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C7164C is Cyan = 0, Magento = 0.89, Yellow = 0.62 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 22 | 76 | - |
| CMYK | 0 | 0.89 | 0.62 | 0.22 |
| HSL | 341.69º | 0.8% | 0.43% | - |
| HSV(B) | 341.69º | 0.89% | 0.78% | - |
| XYZ | 25.14 | 13.24 | 8.07 | - |
| YUV | 81.08 | 125.14 | 212.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 22 | 76 | 0 | 0.89 | 0.62 | 0.22 | 341.69 | 0.8 | 0.43 |
| Hex | C7 | 16 | 4C | 0 | 59 | 3E | 16 | 156 | 50 | 2B |
| Octal | 307 | 26 | 114 | 0 | 131 | 76 | 26 | 526 | 120 | 53 |
| Binary | 11000111 | 10110 | 1001100 | 0 | 1011001 | 111110 | 10110 | 101010110 | 1010000 | 101011 |
Color Harmonies of #C7164C
Complementary color
Monochromatic Colors of #C7164C
Black with #C7164C
Text Example
Text Example
White with #C7164C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7164C; }
p { color: rgb(199,22,76); }
H1.HeaderClassName
{
color: #C7164C;
}
.AnyTagClassName
{
color: #C7164C;
}
</style>
background-color css
<style>
a { background-color: #C7164C; }
a { background-color: rgb(199,22,76); }
div.DivClassName
{
background-color: #C7164C;
}
.BgClassName
{
background-color: #C7164C;
}
</style>
border-color css
<style>
span { border-color: #C7164C; }
span { border-color: rgb(199,22,76); }
td.TdClassName
{
border-color: #C7164C;
}
.TagClassName
{
border-color: #C7164C;
}
</style>