Shades of Cardinal #C82146
Tints of Cardinal #C82146
RGB
CMYK
RGB Variations
Color information
#C82146 (or 0xC82146) is known color: Cardinal. HEX triplet: C8, 21 and 46. RGB value is (200,33,70). Sum of RGB (Red+Green+Blue) = 200+33+70=303 (40% of max value = 765). Red value is 200 (78.52% from 255 or 66.01% from 303); Green value is 33 (13.28% from 255 or 10.89% from 303); Blue value is 70 (27.73% from 255 or 23.10% from 303); Max value from RGB is 200 - color contains mainly: red. Hex color #C82146 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C82146 is #37DEB9. Grayscale: #575757. Windows color (decimal): -3661498 or 4596168. OLE color: 4596168.
HSL color Cylindrical-coordinate representation of color #C82146: hue angle of 346.71º degrees, saturation: 0.72, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C82146 is Cyan = 0, Magento = 0.84, Yellow = 0.65 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 33 | 70 | - |
| CMYK | 0 | 0.84 | 0.65 | 0.22 |
| HSL | 346.71º | 0.72% | 0.46% | - |
| HSV(B) | 346.71º | 0.84% | 0.78% | - |
| XYZ | 25.47 | 13.81 | 7.12 | - |
| YUV | 87.15 | 118.33 | 208.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 33 | 70 | 0 | 0.84 | 0.65 | 0.22 | 346.71 | 0.72 | 0.46 |
| Hex | C8 | 21 | 46 | 0 | 54 | 41 | 16 | 15B | 48 | 2E |
| Octal | 310 | 41 | 106 | 0 | 124 | 101 | 26 | 533 | 110 | 56 |
| Binary | 11001000 | 100001 | 1000110 | 0 | 1010100 | 1000001 | 10110 | 101011011 | 1001000 | 101110 |
Color Harmonies of #C82146
Complementary color
Monochromatic Colors of #C82146
Black with #C82146
Text Example
Text Example
White with #C82146
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C82146; }
p { color: rgb(200,33,70); }
H1.HeaderClassName
{
color: #C82146;
}
.AnyTagClassName
{
color: #C82146;
}
</style>
background-color css
<style>
a { background-color: #C82146; }
a { background-color: rgb(200,33,70); }
div.DivClassName
{
background-color: #C82146;
}
.BgClassName
{
background-color: #C82146;
}
</style>
border-color css
<style>
span { border-color: #C82146; }
span { border-color: rgb(200,33,70); }
td.TdClassName
{
border-color: #C82146;
}
.TagClassName
{
border-color: #C82146;
}
</style>