Shades of Cardinal #C2034C
Tints of Cardinal #C2034C
RGB
CMYK
RGB Variations
Color information
#C2034C (or 0xC2034C) is known color: Cardinal. HEX triplet: C2, 03 and 4C. RGB value is (194,3,76). Sum of RGB (Red+Green+Blue) = 194+3+76=273 (36% of max value = 765). Red value is 194 (76.17% from 255 or 71.06% from 273); Green value is 3 (1.56% from 255 or 1.10% from 273); Blue value is 76 (30.08% from 255 or 27.84% from 273); Max value from RGB is 194 - color contains mainly: red. Hex color #C2034C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C2034C is #3DFCB3. Grayscale: #444444. Windows color (decimal): -4062388 or 4981698. OLE color: 4981698.
HSL color Cylindrical-coordinate representation of color #C2034C: hue angle of 337.07º degrees, saturation: 0.97, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C2034C is Cyan = 0, Magento = 0.98, Yellow = 0.61 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 3 | 76 | - |
| CMYK | 0 | 0.98 | 0.61 | 0.24 |
| HSL | 337.07º | 0.97% | 0.39% | - |
| HSV(B) | 337.07º | 0.98% | 0.76% | - |
| XYZ | 23.59 | 12.06 | 7.92 | - |
| YUV | 68.43 | 132.28 | 217.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 3 | 76 | 0 | 0.98 | 0.61 | 0.24 | 337.07 | 0.97 | 0.39 |
| Hex | C2 | 3 | 4C | 0 | 62 | 3D | 18 | 151 | 61 | 27 |
| Octal | 302 | 3 | 114 | 0 | 142 | 75 | 30 | 521 | 141 | 47 |
| Binary | 11000010 | 11 | 1001100 | 0 | 1100010 | 111101 | 11000 | 101010001 | 1100001 | 100111 |
Color Harmonies of #C2034C
Complementary color
Monochromatic Colors of #C2034C
Black with #C2034C
Text Example
Text Example
White with #C2034C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2034C; }
p { color: rgb(194,3,76); }
H1.HeaderClassName
{
color: #C2034C;
}
.AnyTagClassName
{
color: #C2034C;
}
</style>
background-color css
<style>
a { background-color: #C2034C; }
a { background-color: rgb(194,3,76); }
div.DivClassName
{
background-color: #C2034C;
}
.BgClassName
{
background-color: #C2034C;
}
</style>
border-color css
<style>
span { border-color: #C2034C; }
span { border-color: rgb(194,3,76); }
td.TdClassName
{
border-color: #C2034C;
}
.TagClassName
{
border-color: #C2034C;
}
</style>