Shades of Cardinal #C2063C
Tints of Cardinal #C2063C
RGB
CMYK
RGB Variations
Color information
#C2063C (or 0xC2063C) is known color: Cardinal. HEX triplet: C2, 06 and 3C. RGB value is (194,6,60). Sum of RGB (Red+Green+Blue) = 194+6+60=260 (34% of max value = 765). Red value is 194 (76.17% from 255 or 74.62% from 260); Green value is 6 (2.73% from 255 or 2.31% from 260); Blue value is 60 (23.83% from 255 or 23.08% from 260); Max value from RGB is 194 - color contains mainly: red. Hex color #C2063C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C2063C is #3DF9C3. Grayscale: #444444. Windows color (decimal): -4061636 or 3933890. OLE color: 3933890.
HSL color Cylindrical-coordinate representation of color #C2063C: hue angle of 342.77º degrees, saturation: 0.94, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C2063C is Cyan = 0, Magento = 0.97, Yellow = 0.69 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 6 | 60 | - |
| CMYK | 0 | 0.97 | 0.69 | 0.24 |
| HSL | 342.77º | 0.94% | 0.39% | - |
| HSV(B) | 342.77º | 0.97% | 0.76% | - |
| XYZ | 23.13 | 11.93 | 5.36 | - |
| YUV | 68.37 | 123.28 | 217.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 6 | 60 | 0 | 0.97 | 0.69 | 0.24 | 342.77 | 0.94 | 0.39 |
| Hex | C2 | 6 | 3C | 0 | 61 | 45 | 18 | 157 | 5E | 27 |
| Octal | 302 | 6 | 74 | 0 | 141 | 105 | 30 | 527 | 136 | 47 |
| Binary | 11000010 | 110 | 111100 | 0 | 1100001 | 1000101 | 11000 | 101010111 | 1011110 | 100111 |
Color Harmonies of #C2063C
Complementary color
Monochromatic Colors of #C2063C
Black with #C2063C
Text Example
Text Example
White with #C2063C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2063C; }
p { color: rgb(194,6,60); }
H1.HeaderClassName
{
color: #C2063C;
}
.AnyTagClassName
{
color: #C2063C;
}
</style>
background-color css
<style>
a { background-color: #C2063C; }
a { background-color: rgb(194,6,60); }
div.DivClassName
{
background-color: #C2063C;
}
.BgClassName
{
background-color: #C2063C;
}
</style>
border-color css
<style>
span { border-color: #C2063C; }
span { border-color: rgb(194,6,60); }
td.TdClassName
{
border-color: #C2063C;
}
.TagClassName
{
border-color: #C2063C;
}
</style>