Shades of Cardinal #CC163B
Tints of Cardinal #CC163B
RGB
CMYK
RGB Variations
Color information
#CC163B (or 0xCC163B) is known color: Cardinal. HEX triplet: CC, 16 and 3B. RGB value is (204,22,59). Sum of RGB (Red+Green+Blue) = 204+22+59=285 (37% of max value = 765). Red value is 204 (80.08% from 255 or 71.58% from 285); Green value is 22 (8.98% from 255 or 7.72% from 285); Blue value is 59 (23.44% from 255 or 20.70% from 285); Max value from RGB is 204 - color contains mainly: red. Hex color #CC163B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CC163B is #33E9C4. Grayscale: #505050. Windows color (decimal): -3402181 or 3872460. OLE color: 3872460.
HSL color Cylindrical-coordinate representation of color #CC163B: hue angle of 347.8º 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 #CC163B is Cyan = 0, Magento = 0.89, Yellow = 0.71 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 22 | 59 | - |
| CMYK | 0 | 0.89 | 0.71 | 0.2 |
| HSL | 347.8º | 0.81% | 0.44% | - |
| HSV(B) | 347.8º | 0.89% | 0.8% | - |
| XYZ | 25.98 | 13.73 | 5.42 | - |
| YUV | 80.64 | 115.8 | 215.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 22 | 59 | 0 | 0.89 | 0.71 | 0.2 | 347.8 | 0.81 | 0.44 |
| Hex | CC | 16 | 3B | 0 | 59 | 47 | 14 | 15C | 51 | 2C |
| Octal | 314 | 26 | 73 | 0 | 131 | 107 | 24 | 534 | 121 | 54 |
| Binary | 11001100 | 10110 | 111011 | 0 | 1011001 | 1000111 | 10100 | 101011100 | 1010001 | 101100 |
Color Harmonies of #CC163B
Complementary color
Monochromatic Colors of #CC163B
Black with #CC163B
Text Example
Text Example
White with #CC163B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC163B; }
p { color: rgb(204,22,59); }
H1.HeaderClassName
{
color: #CC163B;
}
.AnyTagClassName
{
color: #CC163B;
}
</style>
background-color css
<style>
a { background-color: #CC163B; }
a { background-color: rgb(204,22,59); }
div.DivClassName
{
background-color: #CC163B;
}
.BgClassName
{
background-color: #CC163B;
}
</style>
border-color css
<style>
span { border-color: #CC163B; }
span { border-color: rgb(204,22,59); }
td.TdClassName
{
border-color: #CC163B;
}
.TagClassName
{
border-color: #CC163B;
}
</style>