Shades of Cardinal #C6084A
Tints of Cardinal #C6084A
RGB
CMYK
RGB Variations
Color information
#C6084A (or 0xC6084A) is known color: Cardinal. HEX triplet: C6, 08 and 4A. RGB value is (198,8,74). Sum of RGB (Red+Green+Blue) = 198+8+74=280 (37% of max value = 765). Red value is 198 (77.73% from 255 or 70.71% from 280); Green value is 8 (3.52% from 255 or 2.86% from 280); Blue value is 74 (29.30% from 255 or 26.43% from 280); Max value from RGB is 198 - color contains mainly: red. Hex color #C6084A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C6084A is #39F7B5. Grayscale: #484848. Windows color (decimal): -3798966 or 4851910. OLE color: 4851910.
HSL color Cylindrical-coordinate representation of color #C6084A: hue angle of 339.16º degrees, saturation: 0.92, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C6084A is Cyan = 0, Magento = 0.96, Yellow = 0.63 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 8 | 74 | - |
| CMYK | 0 | 0.96 | 0.63 | 0.22 |
| HSL | 339.16º | 0.92% | 0.4% | - |
| HSV(B) | 339.16º | 0.96% | 0.78% | - |
| XYZ | 24.61 | 12.67 | 7.63 | - |
| YUV | 72.33 | 128.95 | 217.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 8 | 74 | 0 | 0.96 | 0.63 | 0.22 | 339.16 | 0.92 | 0.4 |
| Hex | C6 | 8 | 4A | 0 | 60 | 3F | 16 | 153 | 5C | 28 |
| Octal | 306 | 10 | 112 | 0 | 140 | 77 | 26 | 523 | 134 | 50 |
| Binary | 11000110 | 1000 | 1001010 | 0 | 1100000 | 111111 | 10110 | 101010011 | 1011100 | 101000 |
Color Harmonies of #C6084A
Complementary color
Monochromatic Colors of #C6084A
Black with #C6084A
Text Example
Text Example
White with #C6084A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6084A; }
p { color: rgb(198,8,74); }
H1.HeaderClassName
{
color: #C6084A;
}
.AnyTagClassName
{
color: #C6084A;
}
</style>
background-color css
<style>
a { background-color: #C6084A; }
a { background-color: rgb(198,8,74); }
div.DivClassName
{
background-color: #C6084A;
}
.BgClassName
{
background-color: #C6084A;
}
</style>
border-color css
<style>
span { border-color: #C6084A; }
span { border-color: rgb(198,8,74); }
td.TdClassName
{
border-color: #C6084A;
}
.TagClassName
{
border-color: #C6084A;
}
</style>