Shades of Cardinal #C8154C
Tints of Cardinal #C8154C
RGB
CMYK
RGB Variations
Color information
#C8154C (or 0xC8154C) is known color: Cardinal. HEX triplet: C8, 15 and 4C. RGB value is (200,21,76). Sum of RGB (Red+Green+Blue) = 200+21+76=297 (39% of max value = 765). Red value is 200 (78.52% from 255 or 67.34% from 297); Green value is 21 (8.59% from 255 or 7.07% from 297); Blue value is 76 (30.08% from 255 or 25.59% from 297); Max value from RGB is 200 - color contains mainly: red. Hex color #C8154C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C8154C is #37EAB3. Grayscale: #505050. Windows color (decimal): -3664564 or 4986312. OLE color: 4986312.
HSL color Cylindrical-coordinate representation of color #C8154C: hue angle of 341.56º 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 #C8154C is Cyan = 0, Magento = 0.90, Yellow = 0.62 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 21 | 76 | - |
| CMYK | 0 | 0.90 | 0.62 | 0.22 |
| HSL | 341.56º | 0.81% | 0.43% | - |
| HSV(B) | 341.56º | 0.9% | 0.78% | - |
| XYZ | 25.39 | 13.34 | 8.07 | - |
| YUV | 80.79 | 125.3 | 213.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 21 | 76 | 0 | 0.90 | 0.62 | 0.22 | 341.56 | 0.81 | 0.43 |
| Hex | C8 | 15 | 4C | 0 | 5A | 3E | 16 | 156 | 51 | 2B |
| Octal | 310 | 25 | 114 | 0 | 132 | 76 | 26 | 526 | 121 | 53 |
| Binary | 11001000 | 10101 | 1001100 | 0 | 1011010 | 111110 | 10110 | 101010110 | 1010001 | 101011 |
Color Harmonies of #C8154C
Complementary color
Monochromatic Colors of #C8154C
Black with #C8154C
Text Example
Text Example
White with #C8154C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8154C; }
p { color: rgb(200,21,76); }
H1.HeaderClassName
{
color: #C8154C;
}
.AnyTagClassName
{
color: #C8154C;
}
</style>
background-color css
<style>
a { background-color: #C8154C; }
a { background-color: rgb(200,21,76); }
div.DivClassName
{
background-color: #C8154C;
}
.BgClassName
{
background-color: #C8154C;
}
</style>
border-color css
<style>
span { border-color: #C8154C; }
span { border-color: rgb(200,21,76); }
td.TdClassName
{
border-color: #C8154C;
}
.TagClassName
{
border-color: #C8154C;
}
</style>