Shades of Cardinal #C3164D
Tints of Cardinal #C3164D
RGB
CMYK
RGB Variations
Color information
#C3164D (or 0xC3164D) is known color: Cardinal. HEX triplet: C3, 16 and 4D. RGB value is (195,22,77). Sum of RGB (Red+Green+Blue) = 195+22+77=294 (38% of max value = 765). Red value is 195 (76.56% from 255 or 66.33% from 294); Green value is 22 (8.98% from 255 or 7.48% from 294); Blue value is 77 (30.47% from 255 or 26.19% from 294); Max value from RGB is 195 - color contains mainly: red. Hex color #C3164D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C3164D is #3CE9B2. Grayscale: #4F4F4F. Windows color (decimal): -3991987 or 5052099. OLE color: 5052099.
HSL color Cylindrical-coordinate representation of color #C3164D: hue angle of 340.92º degrees, saturation: 0.8, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C3164D is Cyan = 0, Magento = 0.89, Yellow = 0.61 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 22 | 77 | - |
| CMYK | 0 | 0.89 | 0.61 | 0.24 |
| HSL | 340.92º | 0.8% | 0.43% | - |
| HSV(B) | 340.92º | 0.89% | 0.76% | - |
| XYZ | 24.13 | 12.71 | 8.2 | - |
| YUV | 80 | 126.31 | 210.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 22 | 77 | 0 | 0.89 | 0.61 | 0.24 | 340.92 | 0.8 | 0.43 |
| Hex | C3 | 16 | 4D | 0 | 59 | 3D | 18 | 155 | 50 | 2B |
| Octal | 303 | 26 | 115 | 0 | 131 | 75 | 30 | 525 | 120 | 53 |
| Binary | 11000011 | 10110 | 1001101 | 0 | 1011001 | 111101 | 11000 | 101010101 | 1010000 | 101011 |
Color Harmonies of #C3164D
Complementary color
Monochromatic Colors of #C3164D
Black with #C3164D
Text Example
Text Example
White with #C3164D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3164D; }
p { color: rgb(195,22,77); }
H1.HeaderClassName
{
color: #C3164D;
}
.AnyTagClassName
{
color: #C3164D;
}
</style>
background-color css
<style>
a { background-color: #C3164D; }
a { background-color: rgb(195,22,77); }
div.DivClassName
{
background-color: #C3164D;
}
.BgClassName
{
background-color: #C3164D;
}
</style>
border-color css
<style>
span { border-color: #C3164D; }
span { border-color: rgb(195,22,77); }
td.TdClassName
{
border-color: #C3164D;
}
.TagClassName
{
border-color: #C3164D;
}
</style>