Shades of Cardinal #C6153C
Tints of Cardinal #C6153C
RGB
CMYK
RGB Variations
Color information
#C6153C (or 0xC6153C) is known color: Cardinal. HEX triplet: C6, 15 and 3C. RGB value is (198,21,60). Sum of RGB (Red+Green+Blue) = 198+21+60=279 (36% of max value = 765). Red value is 198 (77.73% from 255 or 70.97% from 279); Green value is 21 (8.59% from 255 or 7.53% from 279); Blue value is 60 (23.83% from 255 or 21.51% from 279); Max value from RGB is 198 - color contains mainly: red. Hex color #C6153C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C6153C is #39EAC3. Grayscale: #4E4E4E. Windows color (decimal): -3795652 or 3937734. OLE color: 3937734.
HSL color Cylindrical-coordinate representation of color #C6153C: hue angle of 346.78º 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 #C6153C is Cyan = 0, Magento = 0.89, Yellow = 0.70 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 21 | 60 | - |
| CMYK | 0 | 0.89 | 0.70 | 0.22 |
| HSL | 346.78º | 0.81% | 0.43% | - |
| HSV(B) | 346.78º | 0.89% | 0.78% | - |
| XYZ | 24.37 | 12.87 | 5.47 | - |
| YUV | 78.37 | 117.64 | 213.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 21 | 60 | 0 | 0.89 | 0.70 | 0.22 | 346.78 | 0.81 | 0.43 |
| Hex | C6 | 15 | 3C | 0 | 59 | 46 | 16 | 15B | 51 | 2B |
| Octal | 306 | 25 | 74 | 0 | 131 | 106 | 26 | 533 | 121 | 53 |
| Binary | 11000110 | 10101 | 111100 | 0 | 1011001 | 1000110 | 10110 | 101011011 | 1010001 | 101011 |
Color Harmonies of #C6153C
Complementary color
Monochromatic Colors of #C6153C
Black with #C6153C
Text Example
Text Example
White with #C6153C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6153C; }
p { color: rgb(198,21,60); }
H1.HeaderClassName
{
color: #C6153C;
}
.AnyTagClassName
{
color: #C6153C;
}
</style>
background-color css
<style>
a { background-color: #C6153C; }
a { background-color: rgb(198,21,60); }
div.DivClassName
{
background-color: #C6153C;
}
.BgClassName
{
background-color: #C6153C;
}
</style>
border-color css
<style>
span { border-color: #C6153C; }
span { border-color: rgb(198,21,60); }
td.TdClassName
{
border-color: #C6153C;
}
.TagClassName
{
border-color: #C6153C;
}
</style>