Shades of Cardinal #CC163F
Tints of Cardinal #CC163F
RGB
CMYK
RGB Variations
Color information
#CC163F (or 0xCC163F) is known color: Cardinal. HEX triplet: CC, 16 and 3F. RGB value is (204,22,63). Sum of RGB (Red+Green+Blue) = 204+22+63=289 (38% of max value = 765). Red value is 204 (80.08% from 255 or 70.59% from 289); Green value is 22 (8.98% from 255 or 7.61% from 289); Blue value is 63 (25% from 255 or 21.80% from 289); Max value from RGB is 204 - color contains mainly: red. Hex color #CC163F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CC163F is #33E9C0. Grayscale: #515151. Windows color (decimal): -3402177 or 4134604. OLE color: 4134604.
HSL color Cylindrical-coordinate representation of color #CC163F: hue angle of 346.48º 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 #CC163F is Cyan = 0, Magento = 0.89, Yellow = 0.69 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 22 | 63 | - |
| CMYK | 0 | 0.89 | 0.69 | 0.2 |
| HSL | 346.48º | 0.81% | 0.44% | - |
| HSV(B) | 346.48º | 0.89% | 0.8% | - |
| XYZ | 26.09 | 13.77 | 5.99 | - |
| YUV | 81.09 | 117.8 | 215.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 22 | 63 | 0 | 0.89 | 0.69 | 0.2 | 346.48 | 0.81 | 0.44 |
| Hex | CC | 16 | 3F | 0 | 59 | 45 | 14 | 15A | 51 | 2C |
| Octal | 314 | 26 | 77 | 0 | 131 | 105 | 24 | 532 | 121 | 54 |
| Binary | 11001100 | 10110 | 111111 | 0 | 1011001 | 1000101 | 10100 | 101011010 | 1010001 | 101100 |
Color Harmonies of #CC163F
Complementary color
Monochromatic Colors of #CC163F
Black with #CC163F
Text Example
Text Example
White with #CC163F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC163F; }
p { color: rgb(204,22,63); }
H1.HeaderClassName
{
color: #CC163F;
}
.AnyTagClassName
{
color: #CC163F;
}
</style>
background-color css
<style>
a { background-color: #CC163F; }
a { background-color: rgb(204,22,63); }
div.DivClassName
{
background-color: #CC163F;
}
.BgClassName
{
background-color: #CC163F;
}
</style>
border-color css
<style>
span { border-color: #CC163F; }
span { border-color: rgb(204,22,63); }
td.TdClassName
{
border-color: #CC163F;
}
.TagClassName
{
border-color: #CC163F;
}
</style>