Shades of Cardinal #C10647
Tints of Cardinal #C10647
RGB
CMYK
RGB Variations
Color information
#C10647 (or 0xC10647) is known color: Cardinal. HEX triplet: C1, 06 and 47. RGB value is (193,6,71). Sum of RGB (Red+Green+Blue) = 193+6+71=270 (35% of max value = 765). Red value is 193 (75.78% from 255 or 71.48% from 270); Green value is 6 (2.73% from 255 or 2.22% from 270); Blue value is 71 (28.12% from 255 or 26.30% from 270); Max value from RGB is 193 - color contains mainly: red. Hex color #C10647 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C10647 is #3EF9B8. Grayscale: #454545. Windows color (decimal): -4127161 or 4654785. OLE color: 4654785.
HSL color Cylindrical-coordinate representation of color #C10647: hue angle of 339.14º degrees, saturation: 0.94, 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 #C10647 is Cyan = 0, Magento = 0.97, Yellow = 0.63 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 6 | 71 | - |
| CMYK | 0 | 0.97 | 0.63 | 0.24 |
| HSL | 339.14º | 0.94% | 0.39% | - |
| HSV(B) | 339.14º | 0.97% | 0.76% | - |
| XYZ | 23.19 | 11.92 | 7.04 | - |
| YUV | 69.32 | 128.95 | 216.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 6 | 71 | 0 | 0.97 | 0.63 | 0.24 | 339.14 | 0.94 | 0.39 |
| Hex | C1 | 6 | 47 | 0 | 61 | 3F | 18 | 153 | 5E | 27 |
| Octal | 301 | 6 | 107 | 0 | 141 | 77 | 30 | 523 | 136 | 47 |
| Binary | 11000001 | 110 | 1000111 | 0 | 1100001 | 111111 | 11000 | 101010011 | 1011110 | 100111 |
Color Harmonies of #C10647
Complementary color
Monochromatic Colors of #C10647
Black with #C10647
Text Example
Text Example
White with #C10647
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C10647; }
p { color: rgb(193,6,71); }
H1.HeaderClassName
{
color: #C10647;
}
.AnyTagClassName
{
color: #C10647;
}
</style>
background-color css
<style>
a { background-color: #C10647; }
a { background-color: rgb(193,6,71); }
div.DivClassName
{
background-color: #C10647;
}
.BgClassName
{
background-color: #C10647;
}
</style>
border-color css
<style>
span { border-color: #C10647; }
span { border-color: rgb(193,6,71); }
td.TdClassName
{
border-color: #C10647;
}
.TagClassName
{
border-color: #C10647;
}
</style>