Shades of Cardinal #C6184B
Tints of Cardinal #C6184B
RGB
CMYK
RGB Variations
Color information
#C6184B (or 0xC6184B) is known color: Cardinal. HEX triplet: C6, 18 and 4B. RGB value is (198,24,75). Sum of RGB (Red+Green+Blue) = 198+24+75=297 (39% of max value = 765). Red value is 198 (77.73% from 255 or 66.67% from 297); Green value is 24 (9.77% from 255 or 8.08% from 297); Blue value is 75 (29.69% from 255 or 25.25% from 297); Max value from RGB is 198 - color contains mainly: red. Hex color #C6184B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C6184B is #39E7B4. Grayscale: #515151. Windows color (decimal): -3794869 or 4921542. OLE color: 4921542.
HSL color Cylindrical-coordinate representation of color #C6184B: hue angle of 342.41º degrees, saturation: 0.78, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C6184B is Cyan = 0, Magento = 0.88, Yellow = 0.62 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 24 | 75 | - |
| CMYK | 0 | 0.88 | 0.62 | 0.22 |
| HSL | 342.41º | 0.78% | 0.44% | - |
| HSV(B) | 342.41º | 0.88% | 0.78% | - |
| XYZ | 24.89 | 13.17 | 7.89 | - |
| YUV | 81.84 | 124.15 | 210.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 24 | 75 | 0 | 0.88 | 0.62 | 0.22 | 342.41 | 0.78 | 0.44 |
| Hex | C6 | 18 | 4B | 0 | 58 | 3E | 16 | 156 | 4E | 2C |
| Octal | 306 | 30 | 113 | 0 | 130 | 76 | 26 | 526 | 116 | 54 |
| Binary | 11000110 | 11000 | 1001011 | 0 | 1011000 | 111110 | 10110 | 101010110 | 1001110 | 101100 |
Color Harmonies of #C6184B
Complementary color
Monochromatic Colors of #C6184B
Black with #C6184B
Text Example
Text Example
White with #C6184B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6184B; }
p { color: rgb(198,24,75); }
H1.HeaderClassName
{
color: #C6184B;
}
.AnyTagClassName
{
color: #C6184B;
}
</style>
background-color css
<style>
a { background-color: #C6184B; }
a { background-color: rgb(198,24,75); }
div.DivClassName
{
background-color: #C6184B;
}
.BgClassName
{
background-color: #C6184B;
}
</style>
border-color css
<style>
span { border-color: #C6184B; }
span { border-color: rgb(198,24,75); }
td.TdClassName
{
border-color: #C6184B;
}
.TagClassName
{
border-color: #C6184B;
}
</style>