Shades of Cardinal #C8154E
Tints of Cardinal #C8154E
RGB
CMYK
RGB Variations
Color information
#C8154E (or 0xC8154E) is known color: Cardinal. HEX triplet: C8, 15 and 4E. RGB value is (200,21,78). Sum of RGB (Red+Green+Blue) = 200+21+78=299 (39% of max value = 765). Red value is 200 (78.52% from 255 or 66.89% from 299); Green value is 21 (8.59% from 255 or 7.02% from 299); Blue value is 78 (30.86% from 255 or 26.09% from 299); Max value from RGB is 200 - color contains mainly: red. Hex color #C8154E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C8154E is #37EAB1. Grayscale: #505050. Windows color (decimal): -3664562 or 5117384. OLE color: 5117384.
HSL color Cylindrical-coordinate representation of color #C8154E: hue angle of 340.89º 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 #C8154E is Cyan = 0, Magento = 0.90, Yellow = 0.61 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 21 | 78 | - |
| CMYK | 0 | 0.90 | 0.61 | 0.22 |
| HSL | 340.89º | 0.81% | 0.43% | - |
| HSV(B) | 340.89º | 0.9% | 0.78% | - |
| XYZ | 25.46 | 13.37 | 8.45 | - |
| YUV | 81.02 | 126.3 | 212.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 21 | 78 | 0 | 0.90 | 0.61 | 0.22 | 340.89 | 0.81 | 0.43 |
| Hex | C8 | 15 | 4E | 0 | 5A | 3D | 16 | 155 | 51 | 2B |
| Octal | 310 | 25 | 116 | 0 | 132 | 75 | 26 | 525 | 121 | 53 |
| Binary | 11001000 | 10101 | 1001110 | 0 | 1011010 | 111101 | 10110 | 101010101 | 1010001 | 101011 |
Color Harmonies of #C8154E
Complementary color
Monochromatic Colors of #C8154E
Black with #C8154E
Text Example
Text Example
White with #C8154E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8154E; }
p { color: rgb(200,21,78); }
H1.HeaderClassName
{
color: #C8154E;
}
.AnyTagClassName
{
color: #C8154E;
}
</style>
background-color css
<style>
a { background-color: #C8154E; }
a { background-color: rgb(200,21,78); }
div.DivClassName
{
background-color: #C8154E;
}
.BgClassName
{
background-color: #C8154E;
}
</style>
border-color css
<style>
span { border-color: #C8154E; }
span { border-color: rgb(200,21,78); }
td.TdClassName
{
border-color: #C8154E;
}
.TagClassName
{
border-color: #C8154E;
}
</style>