Shades of Cardinal #CC164D
Tints of Cardinal #CC164D
RGB
CMYK
RGB Variations
Color information
#CC164D (or 0xCC164D) is known color: Cardinal. HEX triplet: CC, 16 and 4D. RGB value is (204,22,77). Sum of RGB (Red+Green+Blue) = 204+22+77=303 (40% of max value = 765). Red value is 204 (80.08% from 255 or 67.33% from 303); Green value is 22 (8.98% from 255 or 7.26% from 303); Blue value is 77 (30.47% from 255 or 25.41% from 303); Max value from RGB is 204 - color contains mainly: red. Hex color #CC164D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CC164D is #33E9B2. Grayscale: #525252. Windows color (decimal): -3402163 or 5052108. OLE color: 5052108.
HSL color Cylindrical-coordinate representation of color #CC164D: hue angle of 341.87º 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 #CC164D is Cyan = 0, Magento = 0.89, Yellow = 0.62 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 22 | 77 | - |
| CMYK | 0 | 0.89 | 0.62 | 0.2 |
| HSL | 341.87º | 0.81% | 0.44% | - |
| HSV(B) | 341.87º | 0.89% | 0.8% | - |
| XYZ | 26.53 | 13.95 | 8.32 | - |
| YUV | 82.69 | 124.8 | 214.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 22 | 77 | 0 | 0.89 | 0.62 | 0.2 | 341.87 | 0.81 | 0.44 |
| Hex | CC | 16 | 4D | 0 | 59 | 3E | 14 | 156 | 51 | 2C |
| Octal | 314 | 26 | 115 | 0 | 131 | 76 | 24 | 526 | 121 | 54 |
| Binary | 11001100 | 10110 | 1001101 | 0 | 1011001 | 111110 | 10100 | 101010110 | 1010001 | 101100 |
Color Harmonies of #CC164D
Complementary color
Monochromatic Colors of #CC164D
Black with #CC164D
Text Example
Text Example
White with #CC164D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC164D; }
p { color: rgb(204,22,77); }
H1.HeaderClassName
{
color: #CC164D;
}
.AnyTagClassName
{
color: #CC164D;
}
</style>
background-color css
<style>
a { background-color: #CC164D; }
a { background-color: rgb(204,22,77); }
div.DivClassName
{
background-color: #CC164D;
}
.BgClassName
{
background-color: #CC164D;
}
</style>
border-color css
<style>
span { border-color: #CC164D; }
span { border-color: rgb(204,22,77); }
td.TdClassName
{
border-color: #CC164D;
}
.TagClassName
{
border-color: #CC164D;
}
</style>