Shades of Cardinal #CC164E
Tints of Cardinal #CC164E
RGB
CMYK
RGB Variations
Color information
#CC164E (or 0xCC164E) is known color: Cardinal. HEX triplet: CC, 16 and 4E. RGB value is (204,22,78). Sum of RGB (Red+Green+Blue) = 204+22+78=304 (40% of max value = 765). Red value is 204 (80.08% from 255 or 67.11% from 304); Green value is 22 (8.98% from 255 or 7.24% from 304); Blue value is 78 (30.86% from 255 or 25.66% from 304); Max value from RGB is 204 - color contains mainly: red. Hex color #CC164E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CC164E is #33E9B1. Grayscale: #525252. Windows color (decimal): -3402162 or 5117644. OLE color: 5117644.
HSL color Cylindrical-coordinate representation of color #CC164E: hue angle of 341.54º degrees, saturation: 0.81, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #CC164E is Cyan = 0, Magento = 0.89, Yellow = 0.62 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 22 | 78 | - |
| CMYK | 0 | 0.89 | 0.62 | 0.2 |
| HSL | 341.54º | 0.81% | 0.44% | - |
| HSV(B) | 341.54º | 0.89% | 0.8% | - |
| XYZ | 26.56 | 13.96 | 8.5 | - |
| YUV | 82.8 | 125.3 | 214.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 22 | 78 | 0 | 0.89 | 0.62 | 0.2 | 341.54 | 0.81 | 0.44 |
| Hex | CC | 16 | 4E | 0 | 59 | 3E | 14 | 156 | 51 | 2C |
| Octal | 314 | 26 | 116 | 0 | 131 | 76 | 24 | 526 | 121 | 54 |
| Binary | 11001100 | 10110 | 1001110 | 0 | 1011001 | 111110 | 10100 | 101010110 | 1010001 | 101100 |
Color Harmonies of #CC164E
Complementary color
Monochromatic Colors of #CC164E
Black with #CC164E
Text Example
Text Example
White with #CC164E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC164E; }
p { color: rgb(204,22,78); }
H1.HeaderClassName
{
color: #CC164E;
}
.AnyTagClassName
{
color: #CC164E;
}
</style>
background-color css
<style>
a { background-color: #CC164E; }
a { background-color: rgb(204,22,78); }
div.DivClassName
{
background-color: #CC164E;
}
.BgClassName
{
background-color: #CC164E;
}
</style>
border-color css
<style>
span { border-color: #CC164E; }
span { border-color: rgb(204,22,78); }
td.TdClassName
{
border-color: #CC164E;
}
.TagClassName
{
border-color: #CC164E;
}
</style>