Shades of Cardinal #C7164F
Tints of Cardinal #C7164F
RGB
CMYK
RGB Variations
Color information
#C7164F (or 0xC7164F) is known color: Cardinal. HEX triplet: C7, 16 and 4F. RGB value is (199,22,79). Sum of RGB (Red+Green+Blue) = 199+22+79=300 (39% of max value = 765). Red value is 199 (78.12% from 255 or 66.33% from 300); Green value is 22 (8.98% from 255 or 7.33% from 300); Blue value is 79 (31.25% from 255 or 26.33% from 300); Max value from RGB is 199 - color contains mainly: red. Hex color #C7164F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C7164F is #38E9B0. Grayscale: #515151. Windows color (decimal): -3729841 or 5183175. OLE color: 5183175.
HSL color Cylindrical-coordinate representation of color #C7164F: hue angle of 340.68º 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 #C7164F is Cyan = 0, Magento = 0.89, Yellow = 0.60 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 22 | 79 | - |
| CMYK | 0 | 0.89 | 0.60 | 0.22 |
| HSL | 340.68º | 0.8% | 0.43% | - |
| HSV(B) | 340.68º | 0.89% | 0.78% | - |
| XYZ | 25.25 | 13.28 | 8.63 | - |
| YUV | 81.42 | 126.64 | 211.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 22 | 79 | 0 | 0.89 | 0.60 | 0.22 | 340.68 | 0.8 | 0.43 |
| Hex | C7 | 16 | 4F | 0 | 59 | 3C | 16 | 155 | 50 | 2B |
| Octal | 307 | 26 | 117 | 0 | 131 | 74 | 26 | 525 | 120 | 53 |
| Binary | 11000111 | 10110 | 1001111 | 0 | 1011001 | 111100 | 10110 | 101010101 | 1010000 | 101011 |
Color Harmonies of #C7164F
Complementary color
Monochromatic Colors of #C7164F
Black with #C7164F
Text Example
Text Example
White with #C7164F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7164F; }
p { color: rgb(199,22,79); }
H1.HeaderClassName
{
color: #C7164F;
}
.AnyTagClassName
{
color: #C7164F;
}
</style>
background-color css
<style>
a { background-color: #C7164F; }
a { background-color: rgb(199,22,79); }
div.DivClassName
{
background-color: #C7164F;
}
.BgClassName
{
background-color: #C7164F;
}
</style>
border-color css
<style>
span { border-color: #C7164F; }
span { border-color: rgb(199,22,79); }
td.TdClassName
{
border-color: #C7164F;
}
.TagClassName
{
border-color: #C7164F;
}
</style>