Shades of Cardinal #CC163D
Tints of Cardinal #CC163D
RGB
CMYK
RGB Variations
Color information
#CC163D (or 0xCC163D) is known color: Cardinal. HEX triplet: CC, 16 and 3D. RGB value is (204,22,61). Sum of RGB (Red+Green+Blue) = 204+22+61=287 (38% of max value = 765). Red value is 204 (80.08% from 255 or 71.08% from 287); Green value is 22 (8.98% from 255 or 7.67% from 287); Blue value is 61 (24.22% from 255 or 21.25% from 287); Max value from RGB is 204 - color contains mainly: red. Hex color #CC163D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CC163D is #33E9C2. Grayscale: #505050. Windows color (decimal): -3402179 or 4003532. OLE color: 4003532.
HSL color Cylindrical-coordinate representation of color #CC163D: hue angle of 347.14º 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 #CC163D is Cyan = 0, Magento = 0.89, Yellow = 0.70 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 22 | 61 | - |
| CMYK | 0 | 0.89 | 0.70 | 0.2 |
| HSL | 347.14º | 0.81% | 0.44% | - |
| HSV(B) | 347.14º | 0.89% | 0.8% | - |
| XYZ | 26.03 | 13.75 | 5.7 | - |
| YUV | 80.86 | 116.8 | 215.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 22 | 61 | 0 | 0.89 | 0.70 | 0.2 | 347.14 | 0.81 | 0.44 |
| Hex | CC | 16 | 3D | 0 | 59 | 46 | 14 | 15B | 51 | 2C |
| Octal | 314 | 26 | 75 | 0 | 131 | 106 | 24 | 533 | 121 | 54 |
| Binary | 11001100 | 10110 | 111101 | 0 | 1011001 | 1000110 | 10100 | 101011011 | 1010001 | 101100 |
Color Harmonies of #CC163D
Complementary color
Monochromatic Colors of #CC163D
Black with #CC163D
Text Example
Text Example
White with #CC163D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC163D; }
p { color: rgb(204,22,61); }
H1.HeaderClassName
{
color: #CC163D;
}
.AnyTagClassName
{
color: #CC163D;
}
</style>
background-color css
<style>
a { background-color: #CC163D; }
a { background-color: rgb(204,22,61); }
div.DivClassName
{
background-color: #CC163D;
}
.BgClassName
{
background-color: #CC163D;
}
</style>
border-color css
<style>
span { border-color: #CC163D; }
span { border-color: rgb(204,22,61); }
td.TdClassName
{
border-color: #CC163D;
}
.TagClassName
{
border-color: #CC163D;
}
</style>