Shades of Cardinal #C00A47
Tints of Cardinal #C00A47
RGB
CMYK
RGB Variations
Color information
#C00A47 (or 0xC00A47) is known color: Cardinal. HEX triplet: C0, 0A and 47. RGB value is (192,10,71). Sum of RGB (Red+Green+Blue) = 192+10+71=273 (36% of max value = 765). Red value is 192 (75.39% from 255 or 70.33% from 273); Green value is 10 (4.30% from 255 or 3.66% from 273); Blue value is 71 (28.12% from 255 or 26.01% from 273); Max value from RGB is 192 - color contains mainly: red. Hex color #C00A47 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C00A47 is #3FF5B8. Grayscale: #474747. Windows color (decimal): -4191673 or 4655808. OLE color: 4655808.
HSL color Cylindrical-coordinate representation of color #C00A47: hue angle of 339.89º degrees, saturation: 0.9, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C00A47 is Cyan = 0, Magento = 0.95, Yellow = 0.63 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 10 | 71 | - |
| CMYK | 0 | 0.95 | 0.63 | 0.25 |
| HSL | 339.89º | 0.9% | 0.4% | - |
| HSV(B) | 339.89º | 0.95% | 0.75% | - |
| XYZ | 22.98 | 11.88 | 7.04 | - |
| YUV | 71.37 | 127.8 | 214.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 10 | 71 | 0 | 0.95 | 0.63 | 0.25 | 339.89 | 0.9 | 0.4 |
| Hex | C0 | A | 47 | 0 | 5F | 3F | 19 | 154 | 5A | 28 |
| Octal | 300 | 12 | 107 | 0 | 137 | 77 | 31 | 524 | 132 | 50 |
| Binary | 11000000 | 1010 | 1000111 | 0 | 1011111 | 111111 | 11001 | 101010100 | 1011010 | 101000 |
Color Harmonies of #C00A47
Complementary color
Monochromatic Colors of #C00A47
Black with #C00A47
Text Example
Text Example
White with #C00A47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C00A47; }
p { color: rgb(192,10,71); }
H1.HeaderClassName
{
color: #C00A47;
}
.AnyTagClassName
{
color: #C00A47;
}
</style>
background-color css
<style>
a { background-color: #C00A47; }
a { background-color: rgb(192,10,71); }
div.DivClassName
{
background-color: #C00A47;
}
.BgClassName
{
background-color: #C00A47;
}
</style>
border-color css
<style>
span { border-color: #C00A47; }
span { border-color: rgb(192,10,71); }
td.TdClassName
{
border-color: #C00A47;
}
.TagClassName
{
border-color: #C00A47;
}
</style>