Shades of Cardinal #CC2046
Tints of Cardinal #CC2046
RGB
CMYK
RGB Variations
Color information
#CC2046 (or 0xCC2046) is known color: Cardinal. HEX triplet: CC, 20 and 46. RGB value is (204,32,70). Sum of RGB (Red+Green+Blue) = 204+32+70=306 (40% of max value = 765). Red value is 204 (80.08% from 255 or 66.67% from 306); Green value is 32 (12.89% from 255 or 10.46% from 306); Blue value is 70 (27.73% from 255 or 22.88% from 306); Max value from RGB is 204 - color contains mainly: red. Hex color #CC2046 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC2046 is #33DFB9. Grayscale: #575757. Windows color (decimal): -3399610 or 4595916. OLE color: 4595916.
HSL color Cylindrical-coordinate representation of color #CC2046: hue angle of 346.74º degrees, saturation: 0.73, 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 #CC2046 is Cyan = 0, Magento = 0.84, Yellow = 0.66 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 32 | 70 | - |
| CMYK | 0 | 0.84 | 0.66 | 0.2 |
| HSL | 346.74º | 0.73% | 0.46% | - |
| HSV(B) | 346.74º | 0.84% | 0.8% | - |
| XYZ | 26.52 | 14.31 | 7.16 | - |
| YUV | 87.76 | 117.98 | 210.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 32 | 70 | 0 | 0.84 | 0.66 | 0.2 | 346.74 | 0.73 | 0.46 |
| Hex | CC | 20 | 46 | 0 | 54 | 42 | 14 | 15B | 49 | 2E |
| Octal | 314 | 40 | 106 | 0 | 124 | 102 | 24 | 533 | 111 | 56 |
| Binary | 11001100 | 100000 | 1000110 | 0 | 1010100 | 1000010 | 10100 | 101011011 | 1001001 | 101110 |
Color Harmonies of #CC2046
Complementary color
Monochromatic Colors of #CC2046
Black with #CC2046
Text Example
Text Example
White with #CC2046
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC2046; }
p { color: rgb(204,32,70); }
H1.HeaderClassName
{
color: #CC2046;
}
.AnyTagClassName
{
color: #CC2046;
}
</style>
background-color css
<style>
a { background-color: #CC2046; }
a { background-color: rgb(204,32,70); }
div.DivClassName
{
background-color: #CC2046;
}
.BgClassName
{
background-color: #CC2046;
}
</style>
border-color css
<style>
span { border-color: #CC2046; }
span { border-color: rgb(204,32,70); }
td.TdClassName
{
border-color: #CC2046;
}
.TagClassName
{
border-color: #CC2046;
}
</style>