Shades of Cardinal #CA164F
Tints of Cardinal #CA164F
RGB
CMYK
RGB Variations
Color information
#CA164F (or 0xCA164F) is known color: Cardinal. HEX triplet: CA, 16 and 4F. RGB value is (202,22,79). Sum of RGB (Red+Green+Blue) = 202+22+79=303 (40% of max value = 765). Red value is 202 (79.30% from 255 or 66.67% from 303); Green value is 22 (8.98% from 255 or 7.26% from 303); Blue value is 79 (31.25% from 255 or 26.07% from 303); Max value from RGB is 202 - color contains mainly: red. Hex color #CA164F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CA164F is #35E9B0. Grayscale: #525252. Windows color (decimal): -3533233 or 5183178. OLE color: 5183178.
HSL color Cylindrical-coordinate representation of color #CA164F: hue angle of 341º 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 #CA164F is Cyan = 0, Magento = 0.89, Yellow = 0.61 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 22 | 79 | - |
| CMYK | 0 | 0.89 | 0.61 | 0.21 |
| HSL | 341º | 0.8% | 0.44% | - |
| HSV(B) | 341º | 0.89% | 0.79% | - |
| XYZ | 26.06 | 13.69 | 8.67 | - |
| YUV | 82.32 | 126.13 | 213.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 22 | 79 | 0 | 0.89 | 0.61 | 0.21 | 341 | 0.8 | 0.44 |
| Hex | CA | 16 | 4F | 0 | 59 | 3D | 15 | 155 | 50 | 2C |
| Octal | 312 | 26 | 117 | 0 | 131 | 75 | 25 | 525 | 120 | 54 |
| Binary | 11001010 | 10110 | 1001111 | 0 | 1011001 | 111101 | 10101 | 101010101 | 1010000 | 101100 |
Color Harmonies of #CA164F
Complementary color
Monochromatic Colors of #CA164F
Black with #CA164F
Text Example
Text Example
White with #CA164F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA164F; }
p { color: rgb(202,22,79); }
H1.HeaderClassName
{
color: #CA164F;
}
.AnyTagClassName
{
color: #CA164F;
}
</style>
background-color css
<style>
a { background-color: #CA164F; }
a { background-color: rgb(202,22,79); }
div.DivClassName
{
background-color: #CA164F;
}
.BgClassName
{
background-color: #CA164F;
}
</style>
border-color css
<style>
span { border-color: #CA164F; }
span { border-color: rgb(202,22,79); }
td.TdClassName
{
border-color: #CA164F;
}
.TagClassName
{
border-color: #CA164F;
}
</style>