Shades of Cardinal #CA174E
Tints of Cardinal #CA174E
RGB
CMYK
RGB Variations
Color information
#CA174E (or 0xCA174E) is known color: Cardinal. HEX triplet: CA, 17 and 4E. RGB value is (202,23,78). Sum of RGB (Red+Green+Blue) = 202+23+78=303 (40% of max value = 765). Red value is 202 (79.30% from 255 or 66.67% from 303); Green value is 23 (9.38% from 255 or 7.59% from 303); Blue value is 78 (30.86% from 255 or 25.74% from 303); Max value from RGB is 202 - color contains mainly: red. Hex color #CA174E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CA174E is #35E8B1. Grayscale: #525252. Windows color (decimal): -3532978 or 5117898. OLE color: 5117898.
HSL color Cylindrical-coordinate representation of color #CA174E: hue angle of 341.56º degrees, saturation: 0.8, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #CA174E is Cyan = 0, Magento = 0.89, Yellow = 0.61 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 23 | 78 | - |
| CMYK | 0 | 0.89 | 0.61 | 0.21 |
| HSL | 341.56º | 0.8% | 0.44% | - |
| HSV(B) | 341.56º | 0.89% | 0.79% | - |
| XYZ | 26.04 | 13.72 | 8.48 | - |
| YUV | 82.79 | 125.3 | 213.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 23 | 78 | 0 | 0.89 | 0.61 | 0.21 | 341.56 | 0.8 | 0.44 |
| Hex | CA | 17 | 4E | 0 | 59 | 3D | 15 | 156 | 50 | 2C |
| Octal | 312 | 27 | 116 | 0 | 131 | 75 | 25 | 526 | 120 | 54 |
| Binary | 11001010 | 10111 | 1001110 | 0 | 1011001 | 111101 | 10101 | 101010110 | 1010000 | 101100 |
Color Harmonies of #CA174E
Complementary color
Monochromatic Colors of #CA174E
Black with #CA174E
Text Example
Text Example
White with #CA174E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA174E; }
p { color: rgb(202,23,78); }
H1.HeaderClassName
{
color: #CA174E;
}
.AnyTagClassName
{
color: #CA174E;
}
</style>
background-color css
<style>
a { background-color: #CA174E; }
a { background-color: rgb(202,23,78); }
div.DivClassName
{
background-color: #CA174E;
}
.BgClassName
{
background-color: #CA174E;
}
</style>
border-color css
<style>
span { border-color: #CA174E; }
span { border-color: rgb(202,23,78); }
td.TdClassName
{
border-color: #CA174E;
}
.TagClassName
{
border-color: #CA174E;
}
</style>