Shades of Cardinal #C00047
Tints of Cardinal #C00047
RGB
CMYK
RGB Variations
Color information
#C00047 (or 0xC00047) is known color: Cardinal. HEX triplet: C0, 00 and 47. RGB value is (192,0,71). Sum of RGB (Red+Green+Blue) = 192+0+71=263 (34% of max value = 765). Red value is 192 (75.39% from 255 or 73.00% from 263); Green value is 0 (0.39% from 255 or 0% from 263); Blue value is 71 (28.12% from 255 or 27.00% from 263); Max value from RGB is 192 - color contains mainly: red. Hex color #C00047 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C00047 is #3FFFB8. Grayscale: #414141. Windows color (decimal): -4194233 or 4653248. OLE color: 4653248.
HSL color Cylindrical-coordinate representation of color #C00047: hue angle of 337.81º degrees, saturation: 1, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C00047 is Cyan = 0, Magento = 1, Yellow = 0.63 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 0 | 71 | - |
| CMYK | 0 | 1 | 0.63 | 0.25 |
| HSL | 337.81º | 1% | 0.38% | - |
| HSV(B) | 337.81º | 1% | 0.75% | - |
| XYZ | 22.88 | 11.66 | 7.01 | - |
| YUV | 65.5 | 131.11 | 218.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 0 | 71 | 0 | 1 | 0.63 | 0.25 | 337.81 | 1 | 0.38 |
| Hex | C0 | 0 | 47 | 0 | 64 | 3F | 19 | 152 | 64 | 26 |
| Octal | 300 | 0 | 107 | 0 | 144 | 77 | 31 | 522 | 144 | 46 |
| Binary | 11000000 | 0 | 1000111 | 0 | 1100100 | 111111 | 11001 | 101010010 | 1100100 | 100110 |
Color Harmonies of #C00047
Complementary color
Monochromatic Colors of #C00047
Black with #C00047
Text Example
Text Example
White with #C00047
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C00047; }
p { color: rgb(192,0,71); }
H1.HeaderClassName
{
color: #C00047;
}
.AnyTagClassName
{
color: #C00047;
}
</style>
background-color css
<style>
a { background-color: #C00047; }
a { background-color: rgb(192,0,71); }
div.DivClassName
{
background-color: #C00047;
}
.BgClassName
{
background-color: #C00047;
}
</style>
border-color css
<style>
span { border-color: #C00047; }
span { border-color: rgb(192,0,71); }
td.TdClassName
{
border-color: #C00047;
}
.TagClassName
{
border-color: #C00047;
}
</style>