Shades of Cardinal #C6154D
Tints of Cardinal #C6154D
RGB
CMYK
RGB Variations
Color information
#C6154D (or 0xC6154D) is known color: Cardinal. HEX triplet: C6, 15 and 4D. RGB value is (198,21,77). Sum of RGB (Red+Green+Blue) = 198+21+77=296 (39% of max value = 765). Red value is 198 (77.73% from 255 or 66.89% from 296); Green value is 21 (8.59% from 255 or 7.09% from 296); Blue value is 77 (30.47% from 255 or 26.01% from 296); Max value from RGB is 198 - color contains mainly: red. Hex color #C6154D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C6154D is #39EAB2. Grayscale: #505050. Windows color (decimal): -3795635 or 5051846. OLE color: 5051846.
HSL color Cylindrical-coordinate representation of color #C6154D: hue angle of 341.02º degrees, saturation: 0.81, 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 #C6154D is Cyan = 0, Magento = 0.89, Yellow = 0.61 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 21 | 77 | - |
| CMYK | 0 | 0.89 | 0.61 | 0.22 |
| HSL | 341.02º | 0.81% | 0.43% | - |
| HSV(B) | 341.02º | 0.89% | 0.78% | - |
| XYZ | 24.9 | 13.08 | 8.23 | - |
| YUV | 80.31 | 126.14 | 211.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 21 | 77 | 0 | 0.89 | 0.61 | 0.22 | 341.02 | 0.81 | 0.43 |
| Hex | C6 | 15 | 4D | 0 | 59 | 3D | 16 | 155 | 51 | 2B |
| Octal | 306 | 25 | 115 | 0 | 131 | 75 | 26 | 525 | 121 | 53 |
| Binary | 11000110 | 10101 | 1001101 | 0 | 1011001 | 111101 | 10110 | 101010101 | 1010001 | 101011 |
Color Harmonies of #C6154D
Complementary color
Monochromatic Colors of #C6154D
Black with #C6154D
Text Example
Text Example
White with #C6154D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6154D; }
p { color: rgb(198,21,77); }
H1.HeaderClassName
{
color: #C6154D;
}
.AnyTagClassName
{
color: #C6154D;
}
</style>
background-color css
<style>
a { background-color: #C6154D; }
a { background-color: rgb(198,21,77); }
div.DivClassName
{
background-color: #C6154D;
}
.BgClassName
{
background-color: #C6154D;
}
</style>
border-color css
<style>
span { border-color: #C6154D; }
span { border-color: rgb(198,21,77); }
td.TdClassName
{
border-color: #C6154D;
}
.TagClassName
{
border-color: #C6154D;
}
</style>