Shades of Cardinal #C10547
Tints of Cardinal #C10547
RGB
CMYK
RGB Variations
Color information
#C10547 (or 0xC10547) is known color: Cardinal. HEX triplet: C1, 05 and 47. RGB value is (193,5,71). Sum of RGB (Red+Green+Blue) = 193+5+71=269 (35% of max value = 765). Red value is 193 (75.78% from 255 or 71.75% from 269); Green value is 5 (2.34% from 255 or 1.86% from 269); Blue value is 71 (28.12% from 255 or 26.39% from 269); Max value from RGB is 193 - color contains mainly: red. Hex color #C10547 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C10547 is #3EFAB8. Grayscale: #444444. Windows color (decimal): -4127417 or 4654529. OLE color: 4654529.
HSL color Cylindrical-coordinate representation of color #C10547: hue angle of 338.94º degrees, saturation: 0.95, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C10547 is Cyan = 0, Magento = 0.97, Yellow = 0.63 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 5 | 71 | - |
| CMYK | 0 | 0.97 | 0.63 | 0.24 |
| HSL | 338.94º | 0.95% | 0.39% | - |
| HSV(B) | 338.94º | 0.97% | 0.76% | - |
| XYZ | 23.18 | 11.9 | 7.04 | - |
| YUV | 68.74 | 129.28 | 216.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 5 | 71 | 0 | 0.97 | 0.63 | 0.24 | 338.94 | 0.95 | 0.39 |
| Hex | C1 | 5 | 47 | 0 | 61 | 3F | 18 | 153 | 5F | 27 |
| Octal | 301 | 5 | 107 | 0 | 141 | 77 | 30 | 523 | 137 | 47 |
| Binary | 11000001 | 101 | 1000111 | 0 | 1100001 | 111111 | 11000 | 101010011 | 1011111 | 100111 |
Color Harmonies of #C10547
Complementary color
Monochromatic Colors of #C10547
Black with #C10547
Text Example
Text Example
White with #C10547
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C10547; }
p { color: rgb(193,5,71); }
H1.HeaderClassName
{
color: #C10547;
}
.AnyTagClassName
{
color: #C10547;
}
</style>
background-color css
<style>
a { background-color: #C10547; }
a { background-color: rgb(193,5,71); }
div.DivClassName
{
background-color: #C10547;
}
.BgClassName
{
background-color: #C10547;
}
</style>
border-color css
<style>
span { border-color: #C10547; }
span { border-color: rgb(193,5,71); }
td.TdClassName
{
border-color: #C10547;
}
.TagClassName
{
border-color: #C10547;
}
</style>