Shades of Cardinal #CC2146
Tints of Cardinal #CC2146
RGB
CMYK
RGB Variations
Color information
#CC2146 (or 0xCC2146) is known color: Cardinal. HEX triplet: CC, 21 and 46. RGB value is (204,33,70). Sum of RGB (Red+Green+Blue) = 204+33+70=307 (40% of max value = 765). Red value is 204 (80.08% from 255 or 66.45% from 307); Green value is 33 (13.28% from 255 or 10.75% from 307); Blue value is 70 (27.73% from 255 or 22.80% from 307); Max value from RGB is 204 - color contains mainly: red. Hex color #CC2146 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC2146 is #33DEB9. Grayscale: #585858. Windows color (decimal): -3399354 or 4596172. OLE color: 4596172.
HSL color Cylindrical-coordinate representation of color #CC2146: hue angle of 347.02º degrees, saturation: 0.72, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #CC2146 is Cyan = 0, Magento = 0.84, Yellow = 0.66 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 33 | 70 | - |
| CMYK | 0 | 0.84 | 0.66 | 0.2 |
| HSL | 347.02º | 0.72% | 0.46% | - |
| HSV(B) | 347.02º | 0.84% | 0.8% | - |
| XYZ | 26.55 | 14.37 | 7.17 | - |
| YUV | 88.35 | 117.65 | 210.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 33 | 70 | 0 | 0.84 | 0.66 | 0.2 | 347.02 | 0.72 | 0.46 |
| Hex | CC | 21 | 46 | 0 | 54 | 42 | 14 | 15B | 48 | 2E |
| Octal | 314 | 41 | 106 | 0 | 124 | 102 | 24 | 533 | 110 | 56 |
| Binary | 11001100 | 100001 | 1000110 | 0 | 1010100 | 1000010 | 10100 | 101011011 | 1001000 | 101110 |
Color Harmonies of #CC2146
Complementary color
Monochromatic Colors of #CC2146
Black with #CC2146
Text Example
Text Example
White with #CC2146
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC2146; }
p { color: rgb(204,33,70); }
H1.HeaderClassName
{
color: #CC2146;
}
.AnyTagClassName
{
color: #CC2146;
}
</style>
background-color css
<style>
a { background-color: #CC2146; }
a { background-color: rgb(204,33,70); }
div.DivClassName
{
background-color: #CC2146;
}
.BgClassName
{
background-color: #CC2146;
}
</style>
border-color css
<style>
span { border-color: #CC2146; }
span { border-color: rgb(204,33,70); }
td.TdClassName
{
border-color: #CC2146;
}
.TagClassName
{
border-color: #CC2146;
}
</style>