Shades of Cardinal #C8104B
Tints of Cardinal #C8104B
RGB
CMYK
RGB Variations
Color information
#C8104B (or 0xC8104B) is known color: Cardinal. HEX triplet: C8, 10 and 4B. RGB value is (200,16,75). Sum of RGB (Red+Green+Blue) = 200+16+75=291 (38% of max value = 765). Red value is 200 (78.52% from 255 or 68.73% from 291); Green value is 16 (6.64% from 255 or 5.50% from 291); Blue value is 75 (29.69% from 255 or 25.77% from 291); Max value from RGB is 200 - color contains mainly: red. Hex color #C8104B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C8104B is #37EFB4. Grayscale: #4D4D4D. Windows color (decimal): -3665845 or 4919496. OLE color: 4919496.
HSL color Cylindrical-coordinate representation of color #C8104B: hue angle of 340.76º degrees, saturation: 0.85, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C8104B is Cyan = 0, Magento = 0.92, Yellow = 0.62 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 16 | 75 | - |
| CMYK | 0 | 0.92 | 0.62 | 0.22 |
| HSL | 340.76º | 0.85% | 0.42% | - |
| HSV(B) | 340.76º | 0.92% | 0.78% | - |
| XYZ | 25.27 | 13.16 | 7.86 | - |
| YUV | 77.74 | 126.46 | 215.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 16 | 75 | 0 | 0.92 | 0.62 | 0.22 | 340.76 | 0.85 | 0.42 |
| Hex | C8 | 10 | 4B | 0 | 5C | 3E | 16 | 155 | 55 | 2A |
| Octal | 310 | 20 | 113 | 0 | 134 | 76 | 26 | 525 | 125 | 52 |
| Binary | 11001000 | 10000 | 1001011 | 0 | 1011100 | 111110 | 10110 | 101010101 | 1010101 | 101010 |
Color Harmonies of #C8104B
Complementary color
Monochromatic Colors of #C8104B
Black with #C8104B
Text Example
Text Example
White with #C8104B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8104B; }
p { color: rgb(200,16,75); }
H1.HeaderClassName
{
color: #C8104B;
}
.AnyTagClassName
{
color: #C8104B;
}
</style>
background-color css
<style>
a { background-color: #C8104B; }
a { background-color: rgb(200,16,75); }
div.DivClassName
{
background-color: #C8104B;
}
.BgClassName
{
background-color: #C8104B;
}
</style>
border-color css
<style>
span { border-color: #C8104B; }
span { border-color: rgb(200,16,75); }
td.TdClassName
{
border-color: #C8104B;
}
.TagClassName
{
border-color: #C8104B;
}
</style>