Shades of Cardinal #C5033C
Tints of Cardinal #C5033C
RGB
CMYK
RGB Variations
Color information
#C5033C (or 0xC5033C) is known color: Cardinal. HEX triplet: C5, 03 and 3C. RGB value is (197,3,60). Sum of RGB (Red+Green+Blue) = 197+3+60=260 (34% of max value = 765). Red value is 197 (77.34% from 255 or 75.77% from 260); Green value is 3 (1.56% from 255 or 1.15% from 260); Blue value is 60 (23.83% from 255 or 23.08% from 260); Max value from RGB is 197 - color contains mainly: red. Hex color #C5033C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C5033C is #3AFCC3. Grayscale: #434343. Windows color (decimal): -3865796 or 3933125. OLE color: 3933125.
HSL color Cylindrical-coordinate representation of color #C5033C: hue angle of 342.37º degrees, saturation: 0.97, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C5033C is Cyan = 0, Magento = 0.98, Yellow = 0.70 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 3 | 60 | - |
| CMYK | 0 | 0.98 | 0.70 | 0.23 |
| HSL | 342.37º | 0.97% | 0.39% | - |
| HSV(B) | 342.37º | 0.98% | 0.77% | - |
| XYZ | 23.87 | 12.26 | 5.38 | - |
| YUV | 67.5 | 123.77 | 220.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 3 | 60 | 0 | 0.98 | 0.70 | 0.23 | 342.37 | 0.97 | 0.39 |
| Hex | C5 | 3 | 3C | 0 | 62 | 46 | 17 | 156 | 61 | 27 |
| Octal | 305 | 3 | 74 | 0 | 142 | 106 | 27 | 526 | 141 | 47 |
| Binary | 11000101 | 11 | 111100 | 0 | 1100010 | 1000110 | 10111 | 101010110 | 1100001 | 100111 |
Color Harmonies of #C5033C
Complementary color
Monochromatic Colors of #C5033C
Black with #C5033C
Text Example
Text Example
White with #C5033C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5033C; }
p { color: rgb(197,3,60); }
H1.HeaderClassName
{
color: #C5033C;
}
.AnyTagClassName
{
color: #C5033C;
}
</style>
background-color css
<style>
a { background-color: #C5033C; }
a { background-color: rgb(197,3,60); }
div.DivClassName
{
background-color: #C5033C;
}
.BgClassName
{
background-color: #C5033C;
}
</style>
border-color css
<style>
span { border-color: #C5033C; }
span { border-color: rgb(197,3,60); }
td.TdClassName
{
border-color: #C5033C;
}
.TagClassName
{
border-color: #C5033C;
}
</style>