Shades of Cardinal #C61648
Tints of Cardinal #C61648
RGB
CMYK
RGB Variations
Color information
#C61648 (or 0xC61648) is known color: Cardinal. HEX triplet: C6, 16 and 48. RGB value is (198,22,72). Sum of RGB (Red+Green+Blue) = 198+22+72=292 (38% of max value = 765). Red value is 198 (77.73% from 255 or 67.81% from 292); Green value is 22 (8.98% from 255 or 7.53% from 292); Blue value is 72 (28.52% from 255 or 24.66% from 292); Max value from RGB is 198 - color contains mainly: red. Hex color #C61648 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C61648 is #39E9B7. Grayscale: #505050. Windows color (decimal): -3795384 or 4724422. OLE color: 4724422.
HSL color Cylindrical-coordinate representation of color #C61648: hue angle of 342.95º degrees, saturation: 0.8, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C61648 is Cyan = 0, Magento = 0.89, Yellow = 0.64 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 22 | 72 | - |
| CMYK | 0 | 0.89 | 0.64 | 0.22 |
| HSL | 342.95º | 0.8% | 0.43% | - |
| HSV(B) | 342.95º | 0.89% | 0.78% | - |
| XYZ | 24.75 | 13.05 | 7.35 | - |
| YUV | 80.32 | 123.31 | 211.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 22 | 72 | 0 | 0.89 | 0.64 | 0.22 | 342.95 | 0.8 | 0.43 |
| Hex | C6 | 16 | 48 | 0 | 59 | 40 | 16 | 157 | 50 | 2B |
| Octal | 306 | 26 | 110 | 0 | 131 | 100 | 26 | 527 | 120 | 53 |
| Binary | 11000110 | 10110 | 1001000 | 0 | 1011001 | 1000000 | 10110 | 101010111 | 1010000 | 101011 |
Color Harmonies of #C61648
Complementary color
Monochromatic Colors of #C61648
Black with #C61648
Text Example
Text Example
White with #C61648
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C61648; }
p { color: rgb(198,22,72); }
H1.HeaderClassName
{
color: #C61648;
}
.AnyTagClassName
{
color: #C61648;
}
</style>
background-color css
<style>
a { background-color: #C61648; }
a { background-color: rgb(198,22,72); }
div.DivClassName
{
background-color: #C61648;
}
.BgClassName
{
background-color: #C61648;
}
</style>
border-color css
<style>
span { border-color: #C61648; }
span { border-color: rgb(198,22,72); }
td.TdClassName
{
border-color: #C61648;
}
.TagClassName
{
border-color: #C61648;
}
</style>