Shades of Cardinal #C0104E
Tints of Cardinal #C0104E
RGB
CMYK
RGB Variations
Color information
#C0104E (or 0xC0104E) is known color: Cardinal. HEX triplet: C0, 10 and 4E. RGB value is (192,16,78). Sum of RGB (Red+Green+Blue) = 192+16+78=286 (37% of max value = 765). Red value is 192 (75.39% from 255 or 67.13% from 286); Green value is 16 (6.64% from 255 or 5.59% from 286); Blue value is 78 (30.86% from 255 or 27.27% from 286); Max value from RGB is 192 - color contains mainly: red. Hex color #C0104E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C0104E is #3FEFB1. Grayscale: #4B4B4B. Windows color (decimal): -4190130 or 5116096. OLE color: 5116096.
HSL color Cylindrical-coordinate representation of color #C0104E: hue angle of 338.86º degrees, saturation: 0.85, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C0104E is Cyan = 0, Magento = 0.92, Yellow = 0.59 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 16 | 78 | - |
| CMYK | 0 | 0.92 | 0.59 | 0.25 |
| HSL | 338.86º | 0.85% | 0.41% | - |
| HSV(B) | 338.86º | 0.92% | 0.75% | - |
| XYZ | 23.3 | 12.13 | 8.32 | - |
| YUV | 75.69 | 129.31 | 210.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 16 | 78 | 0 | 0.92 | 0.59 | 0.25 | 338.86 | 0.85 | 0.41 |
| Hex | C0 | 10 | 4E | 0 | 5C | 3B | 19 | 153 | 55 | 29 |
| Octal | 300 | 20 | 116 | 0 | 134 | 73 | 31 | 523 | 125 | 51 |
| Binary | 11000000 | 10000 | 1001110 | 0 | 1011100 | 111011 | 11001 | 101010011 | 1010101 | 101001 |
Color Harmonies of #C0104E
Complementary color
Monochromatic Colors of #C0104E
Black with #C0104E
Text Example
Text Example
White with #C0104E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0104E; }
p { color: rgb(192,16,78); }
H1.HeaderClassName
{
color: #C0104E;
}
.AnyTagClassName
{
color: #C0104E;
}
</style>
background-color css
<style>
a { background-color: #C0104E; }
a { background-color: rgb(192,16,78); }
div.DivClassName
{
background-color: #C0104E;
}
.BgClassName
{
background-color: #C0104E;
}
</style>
border-color css
<style>
span { border-color: #C0104E; }
span { border-color: rgb(192,16,78); }
td.TdClassName
{
border-color: #C0104E;
}
.TagClassName
{
border-color: #C0104E;
}
</style>