Shades of Cardinal #CB194E
Tints of Cardinal #CB194E
RGB
CMYK
RGB Variations
Color information
#CB194E (or 0xCB194E) is known color: Cardinal. HEX triplet: CB, 19 and 4E. RGB value is (203,25,78). Sum of RGB (Red+Green+Blue) = 203+25+78=306 (40% of max value = 765). Red value is 203 (79.69% from 255 or 66.34% from 306); Green value is 25 (10.16% from 255 or 8.17% from 306); Blue value is 78 (30.86% from 255 or 25.49% from 306); Max value from RGB is 203 - color contains mainly: red. Hex color #CB194E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CB194E is #34E6B1. Grayscale: #545454. Windows color (decimal): -3466930 or 5118411. OLE color: 5118411.
HSL color Cylindrical-coordinate representation of color #CB194E: hue angle of 342.13º degrees, saturation: 0.78, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #CB194E is Cyan = 0, Magento = 0.88, Yellow = 0.62 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 25 | 78 | - |
| CMYK | 0 | 0.88 | 0.62 | 0.20 |
| HSL | 342.13º | 0.78% | 0.45% | - |
| HSV(B) | 342.13º | 0.88% | 0.8% | - |
| XYZ | 26.35 | 13.94 | 8.51 | - |
| YUV | 84.26 | 124.47 | 212.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 25 | 78 | 0 | 0.88 | 0.62 | 0.20 | 342.13 | 0.78 | 0.45 |
| Hex | CB | 19 | 4E | 0 | 58 | 3E | 14 | 156 | 4E | 2D |
| Octal | 313 | 31 | 116 | 0 | 130 | 76 | 24 | 526 | 116 | 55 |
| Binary | 11001011 | 11001 | 1001110 | 0 | 1011000 | 111110 | 10100 | 101010110 | 1001110 | 101101 |
Color Harmonies of #CB194E
Complementary color
Monochromatic Colors of #CB194E
Black with #CB194E
Text Example
Text Example
White with #CB194E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB194E; }
p { color: rgb(203,25,78); }
H1.HeaderClassName
{
color: #CB194E;
}
.AnyTagClassName
{
color: #CB194E;
}
</style>
background-color css
<style>
a { background-color: #CB194E; }
a { background-color: rgb(203,25,78); }
div.DivClassName
{
background-color: #CB194E;
}
.BgClassName
{
background-color: #CB194E;
}
</style>
border-color css
<style>
span { border-color: #CB194E; }
span { border-color: rgb(203,25,78); }
td.TdClassName
{
border-color: #CB194E;
}
.TagClassName
{
border-color: #CB194E;
}
</style>