Shades of Cardinal #CC1643
Tints of Cardinal #CC1643
RGB
CMYK
RGB Variations
Color information
#CC1643 (or 0xCC1643) is known color: Cardinal. HEX triplet: CC, 16 and 43. RGB value is (204,22,67). Sum of RGB (Red+Green+Blue) = 204+22+67=293 (38% of max value = 765). Red value is 204 (80.08% from 255 or 69.62% from 293); Green value is 22 (8.98% from 255 or 7.51% from 293); Blue value is 67 (26.56% from 255 or 22.87% from 293); Max value from RGB is 204 - color contains mainly: red. Hex color #CC1643 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CC1643 is #33E9BC. Grayscale: #515151. Windows color (decimal): -3402173 or 4396748. OLE color: 4396748.
HSL color Cylindrical-coordinate representation of color #CC1643: hue angle of 345.16º 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 #CC1643 is Cyan = 0, Magento = 0.89, Yellow = 0.67 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 22 | 67 | - |
| CMYK | 0 | 0.89 | 0.67 | 0.2 |
| HSL | 345.16º | 0.81% | 0.44% | - |
| HSV(B) | 345.16º | 0.89% | 0.8% | - |
| XYZ | 26.2 | 13.82 | 6.6 | - |
| YUV | 81.55 | 119.8 | 215.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 22 | 67 | 0 | 0.89 | 0.67 | 0.2 | 345.16 | 0.81 | 0.44 |
| Hex | CC | 16 | 43 | 0 | 59 | 43 | 14 | 159 | 51 | 2C |
| Octal | 314 | 26 | 103 | 0 | 131 | 103 | 24 | 531 | 121 | 54 |
| Binary | 11001100 | 10110 | 1000011 | 0 | 1011001 | 1000011 | 10100 | 101011001 | 1010001 | 101100 |
Color Harmonies of #CC1643
Complementary color
Monochromatic Colors of #CC1643
Black with #CC1643
Text Example
Text Example
White with #CC1643
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC1643; }
p { color: rgb(204,22,67); }
H1.HeaderClassName
{
color: #CC1643;
}
.AnyTagClassName
{
color: #CC1643;
}
</style>
background-color css
<style>
a { background-color: #CC1643; }
a { background-color: rgb(204,22,67); }
div.DivClassName
{
background-color: #CC1643;
}
.BgClassName
{
background-color: #CC1643;
}
</style>
border-color css
<style>
span { border-color: #CC1643; }
span { border-color: rgb(204,22,67); }
td.TdClassName
{
border-color: #CC1643;
}
.TagClassName
{
border-color: #CC1643;
}
</style>