Shades of Cardinal #CC164A
Tints of Cardinal #CC164A
RGB
CMYK
RGB Variations
Color information
#CC164A (or 0xCC164A) is known color: Cardinal. HEX triplet: CC, 16 and 4A. RGB value is (204,22,74). Sum of RGB (Red+Green+Blue) = 204+22+74=300 (39% of max value = 765). Red value is 204 (80.08% from 255 or 68% from 300); Green value is 22 (8.98% from 255 or 7.33% from 300); Blue value is 74 (29.30% from 255 or 24.67% from 300); Max value from RGB is 204 - color contains mainly: red. Hex color #CC164A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CC164A is #33E9B5. Grayscale: #525252. Windows color (decimal): -3402166 or 4855500. OLE color: 4855500.
HSL color Cylindrical-coordinate representation of color #CC164A: hue angle of 342.86º 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 #CC164A is Cyan = 0, Magento = 0.89, Yellow = 0.64 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 22 | 74 | - |
| CMYK | 0 | 0.89 | 0.64 | 0.2 |
| HSL | 342.86º | 0.81% | 0.44% | - |
| HSV(B) | 342.86º | 0.89% | 0.8% | - |
| XYZ | 26.42 | 13.91 | 7.77 | - |
| YUV | 82.35 | 123.3 | 214.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 22 | 74 | 0 | 0.89 | 0.64 | 0.2 | 342.86 | 0.81 | 0.44 |
| Hex | CC | 16 | 4A | 0 | 59 | 40 | 14 | 157 | 51 | 2C |
| Octal | 314 | 26 | 112 | 0 | 131 | 100 | 24 | 527 | 121 | 54 |
| Binary | 11001100 | 10110 | 1001010 | 0 | 1011001 | 1000000 | 10100 | 101010111 | 1010001 | 101100 |
Color Harmonies of #CC164A
Complementary color
Monochromatic Colors of #CC164A
Black with #CC164A
Text Example
Text Example
White with #CC164A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC164A; }
p { color: rgb(204,22,74); }
H1.HeaderClassName
{
color: #CC164A;
}
.AnyTagClassName
{
color: #CC164A;
}
</style>
background-color css
<style>
a { background-color: #CC164A; }
a { background-color: rgb(204,22,74); }
div.DivClassName
{
background-color: #CC164A;
}
.BgClassName
{
background-color: #CC164A;
}
</style>
border-color css
<style>
span { border-color: #CC164A; }
span { border-color: rgb(204,22,74); }
td.TdClassName
{
border-color: #CC164A;
}
.TagClassName
{
border-color: #CC164A;
}
</style>