Shades of Cardinal #C62047
Tints of Cardinal #C62047
RGB
CMYK
RGB Variations
Color information
#C62047 (or 0xC62047) is known color: Cardinal. HEX triplet: C6, 20 and 47. RGB value is (198,32,71). Sum of RGB (Red+Green+Blue) = 198+32+71=301 (39% of max value = 765). Red value is 198 (77.73% from 255 or 65.78% from 301); Green value is 32 (12.89% from 255 or 10.63% from 301); Blue value is 71 (28.12% from 255 or 23.59% from 301); Max value from RGB is 198 - color contains mainly: red. Hex color #C62047 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C62047 is #39DFB8. Grayscale: #565656. Windows color (decimal): -3792825 or 4661446. OLE color: 4661446.
HSL color Cylindrical-coordinate representation of color #C62047: hue angle of 345.9º degrees, saturation: 0.72, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C62047 is Cyan = 0, Magento = 0.84, Yellow = 0.64 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 32 | 71 | - |
| CMYK | 0 | 0.84 | 0.64 | 0.22 |
| HSL | 345.9º | 0.72% | 0.45% | - |
| HSV(B) | 345.9º | 0.84% | 0.78% | - |
| XYZ | 24.94 | 13.49 | 7.25 | - |
| YUV | 86.08 | 119.5 | 207.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 32 | 71 | 0 | 0.84 | 0.64 | 0.22 | 345.9 | 0.72 | 0.45 |
| Hex | C6 | 20 | 47 | 0 | 54 | 40 | 16 | 15A | 48 | 2D |
| Octal | 306 | 40 | 107 | 0 | 124 | 100 | 26 | 532 | 110 | 55 |
| Binary | 11000110 | 100000 | 1000111 | 0 | 1010100 | 1000000 | 10110 | 101011010 | 1001000 | 101101 |
Color Harmonies of #C62047
Complementary color
Monochromatic Colors of #C62047
Black with #C62047
Text Example
Text Example
White with #C62047
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C62047; }
p { color: rgb(198,32,71); }
H1.HeaderClassName
{
color: #C62047;
}
.AnyTagClassName
{
color: #C62047;
}
</style>
background-color css
<style>
a { background-color: #C62047; }
a { background-color: rgb(198,32,71); }
div.DivClassName
{
background-color: #C62047;
}
.BgClassName
{
background-color: #C62047;
}
</style>
border-color css
<style>
span { border-color: #C62047; }
span { border-color: rgb(198,32,71); }
td.TdClassName
{
border-color: #C62047;
}
.TagClassName
{
border-color: #C62047;
}
</style>