Shades of Cardinal #C82040
Tints of Cardinal #C82040
RGB
CMYK
RGB Variations
Color information
#C82040 (or 0xC82040) is known color: Cardinal. HEX triplet: C8, 20 and 40. RGB value is (200,32,64). Sum of RGB (Red+Green+Blue) = 200+32+64=296 (39% of max value = 765). Red value is 200 (78.52% from 255 or 67.57% from 296); Green value is 32 (12.89% from 255 or 10.81% from 296); Blue value is 64 (25.39% from 255 or 21.62% from 296); Max value from RGB is 200 - color contains mainly: red. Hex color #C82040 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C82040 is #37DFBF. Grayscale: #555555. Windows color (decimal): -3661760 or 4202696. OLE color: 4202696.
HSL color Cylindrical-coordinate representation of color #C82040: hue angle of 348.57º 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 #C82040 is Cyan = 0, Magento = 0.84, Yellow = 0.68 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 32 | 64 | - |
| CMYK | 0 | 0.84 | 0.68 | 0.22 |
| HSL | 348.57º | 0.72% | 0.45% | - |
| HSV(B) | 348.57º | 0.84% | 0.78% | - |
| XYZ | 25.26 | 13.68 | 6.16 | - |
| YUV | 85.88 | 115.66 | 209.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 32 | 64 | 0 | 0.84 | 0.68 | 0.22 | 348.57 | 0.72 | 0.45 |
| Hex | C8 | 20 | 40 | 0 | 54 | 44 | 16 | 15D | 48 | 2D |
| Octal | 310 | 40 | 100 | 0 | 124 | 104 | 26 | 535 | 110 | 55 |
| Binary | 11001000 | 100000 | 1000000 | 0 | 1010100 | 1000100 | 10110 | 101011101 | 1001000 | 101101 |
Color Harmonies of #C82040
Complementary color
Monochromatic Colors of #C82040
Black with #C82040
Text Example
Text Example
White with #C82040
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C82040; }
p { color: rgb(200,32,64); }
H1.HeaderClassName
{
color: #C82040;
}
.AnyTagClassName
{
color: #C82040;
}
</style>
background-color css
<style>
a { background-color: #C82040; }
a { background-color: rgb(200,32,64); }
div.DivClassName
{
background-color: #C82040;
}
.BgClassName
{
background-color: #C82040;
}
</style>
border-color css
<style>
span { border-color: #C82040; }
span { border-color: rgb(200,32,64); }
td.TdClassName
{
border-color: #C82040;
}
.TagClassName
{
border-color: #C82040;
}
</style>