Shades of Cardinal #C10947
Tints of Cardinal #C10947
RGB
CMYK
RGB Variations
Color information
#C10947 (or 0xC10947) is known color: Cardinal. HEX triplet: C1, 09 and 47. RGB value is (193,9,71). Sum of RGB (Red+Green+Blue) = 193+9+71=273 (36% of max value = 765). Red value is 193 (75.78% from 255 or 70.70% from 273); Green value is 9 (3.91% from 255 or 3.30% from 273); Blue value is 71 (28.12% from 255 or 26.01% from 273); Max value from RGB is 193 - color contains mainly: red. Hex color #C10947 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C10947 is #3EF6B8. Grayscale: #474747. Windows color (decimal): -4126393 or 4655553. OLE color: 4655553.
HSL color Cylindrical-coordinate representation of color #C10947: hue angle of 339.78º degrees, saturation: 0.91, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C10947 is Cyan = 0, Magento = 0.95, Yellow = 0.63 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 9 | 71 | - |
| CMYK | 0 | 0.95 | 0.63 | 0.24 |
| HSL | 339.78º | 0.91% | 0.4% | - |
| HSV(B) | 339.78º | 0.95% | 0.76% | - |
| XYZ | 23.23 | 11.99 | 7.05 | - |
| YUV | 71.08 | 127.96 | 214.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 9 | 71 | 0 | 0.95 | 0.63 | 0.24 | 339.78 | 0.91 | 0.4 |
| Hex | C1 | 9 | 47 | 0 | 5F | 3F | 18 | 154 | 5B | 28 |
| Octal | 301 | 11 | 107 | 0 | 137 | 77 | 30 | 524 | 133 | 50 |
| Binary | 11000001 | 1001 | 1000111 | 0 | 1011111 | 111111 | 11000 | 101010100 | 1011011 | 101000 |
Color Harmonies of #C10947
Complementary color
Monochromatic Colors of #C10947
Black with #C10947
Text Example
Text Example
White with #C10947
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C10947; }
p { color: rgb(193,9,71); }
H1.HeaderClassName
{
color: #C10947;
}
.AnyTagClassName
{
color: #C10947;
}
</style>
background-color css
<style>
a { background-color: #C10947; }
a { background-color: rgb(193,9,71); }
div.DivClassName
{
background-color: #C10947;
}
.BgClassName
{
background-color: #C10947;
}
</style>
border-color css
<style>
span { border-color: #C10947; }
span { border-color: rgb(193,9,71); }
td.TdClassName
{
border-color: #C10947;
}
.TagClassName
{
border-color: #C10947;
}
</style>