Shades of Cardinal #CA184E
Tints of Cardinal #CA184E
RGB
CMYK
RGB Variations
Color information
#CA184E (or 0xCA184E) is known color: Cardinal. HEX triplet: CA, 18 and 4E. RGB value is (202,24,78). Sum of RGB (Red+Green+Blue) = 202+24+78=304 (40% of max value = 765). Red value is 202 (79.30% from 255 or 66.45% from 304); Green value is 24 (9.77% from 255 or 7.89% from 304); Blue value is 78 (30.86% from 255 or 25.66% from 304); Max value from RGB is 202 - color contains mainly: red. Hex color #CA184E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CA184E is #35E7B1. Grayscale: #535353. Windows color (decimal): -3532722 or 5118154. OLE color: 5118154.
HSL color Cylindrical-coordinate representation of color #CA184E: hue angle of 341.8º degrees, saturation: 0.79, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #CA184E is Cyan = 0, Magento = 0.88, Yellow = 0.61 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 24 | 78 | - |
| CMYK | 0 | 0.88 | 0.61 | 0.21 |
| HSL | 341.8º | 0.79% | 0.44% | - |
| HSV(B) | 341.8º | 0.88% | 0.79% | - |
| XYZ | 26.06 | 13.76 | 8.49 | - |
| YUV | 83.38 | 124.97 | 212.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 24 | 78 | 0 | 0.88 | 0.61 | 0.21 | 341.8 | 0.79 | 0.44 |
| Hex | CA | 18 | 4E | 0 | 58 | 3D | 15 | 156 | 4F | 2C |
| Octal | 312 | 30 | 116 | 0 | 130 | 75 | 25 | 526 | 117 | 54 |
| Binary | 11001010 | 11000 | 1001110 | 0 | 1011000 | 111101 | 10101 | 101010110 | 1001111 | 101100 |
Color Harmonies of #CA184E
Complementary color
Monochromatic Colors of #CA184E
Black with #CA184E
Text Example
Text Example
White with #CA184E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA184E; }
p { color: rgb(202,24,78); }
H1.HeaderClassName
{
color: #CA184E;
}
.AnyTagClassName
{
color: #CA184E;
}
</style>
background-color css
<style>
a { background-color: #CA184E; }
a { background-color: rgb(202,24,78); }
div.DivClassName
{
background-color: #CA184E;
}
.BgClassName
{
background-color: #CA184E;
}
</style>
border-color css
<style>
span { border-color: #CA184E; }
span { border-color: rgb(202,24,78); }
td.TdClassName
{
border-color: #CA184E;
}
.TagClassName
{
border-color: #CA184E;
}
</style>