Shades of Cardinal #CC163C
Tints of Cardinal #CC163C
RGB
CMYK
RGB Variations
Color information
#CC163C (or 0xCC163C) is known color: Cardinal. HEX triplet: CC, 16 and 3C. RGB value is (204,22,60). Sum of RGB (Red+Green+Blue) = 204+22+60=286 (37% of max value = 765). Red value is 204 (80.08% from 255 or 71.33% from 286); Green value is 22 (8.98% from 255 or 7.69% from 286); Blue value is 60 (23.83% from 255 or 20.98% from 286); Max value from RGB is 204 - color contains mainly: red. Hex color #CC163C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CC163C is #33E9C3. Grayscale: #505050. Windows color (decimal): -3402180 or 3937996. OLE color: 3937996.
HSL color Cylindrical-coordinate representation of color #CC163C: hue angle of 347.47º 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 #CC163C is Cyan = 0, Magento = 0.89, Yellow = 0.71 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 22 | 60 | - |
| CMYK | 0 | 0.89 | 0.71 | 0.2 |
| HSL | 347.47º | 0.81% | 0.44% | - |
| HSV(B) | 347.47º | 0.89% | 0.8% | - |
| XYZ | 26 | 13.74 | 5.56 | - |
| YUV | 80.75 | 116.3 | 215.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 22 | 60 | 0 | 0.89 | 0.71 | 0.2 | 347.47 | 0.81 | 0.44 |
| Hex | CC | 16 | 3C | 0 | 59 | 47 | 14 | 15B | 51 | 2C |
| Octal | 314 | 26 | 74 | 0 | 131 | 107 | 24 | 533 | 121 | 54 |
| Binary | 11001100 | 10110 | 111100 | 0 | 1011001 | 1000111 | 10100 | 101011011 | 1010001 | 101100 |
Color Harmonies of #CC163C
Complementary color
Monochromatic Colors of #CC163C
Black with #CC163C
Text Example
Text Example
White with #CC163C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC163C; }
p { color: rgb(204,22,60); }
H1.HeaderClassName
{
color: #CC163C;
}
.AnyTagClassName
{
color: #CC163C;
}
</style>
background-color css
<style>
a { background-color: #CC163C; }
a { background-color: rgb(204,22,60); }
div.DivClassName
{
background-color: #CC163C;
}
.BgClassName
{
background-color: #CC163C;
}
</style>
border-color css
<style>
span { border-color: #CC163C; }
span { border-color: rgb(204,22,60); }
td.TdClassName
{
border-color: #CC163C;
}
.TagClassName
{
border-color: #CC163C;
}
</style>