Shades of Cardinal #C60745
Tints of Cardinal #C60745
RGB
CMYK
RGB Variations
Color information
#C60745 (or 0xC60745) is known color: Cardinal. HEX triplet: C6, 07 and 45. RGB value is (198,7,69). Sum of RGB (Red+Green+Blue) = 198+7+69=274 (36% of max value = 765). Red value is 198 (77.73% from 255 or 72.26% from 274); Green value is 7 (3.12% from 255 or 2.55% from 274); Blue value is 69 (27.34% from 255 or 25.18% from 274); Max value from RGB is 198 - color contains mainly: red. Hex color #C60745 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C60745 is #39F8BA. Grayscale: #474747. Windows color (decimal): -3799227 or 4523974. OLE color: 4523974.
HSL color Cylindrical-coordinate representation of color #C60745: hue angle of 340.52º degrees, saturation: 0.93, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C60745 is Cyan = 0, Magento = 0.96, Yellow = 0.65 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 7 | 69 | - |
| CMYK | 0 | 0.96 | 0.65 | 0.22 |
| HSL | 340.52º | 0.93% | 0.4% | - |
| HSV(B) | 340.52º | 0.96% | 0.78% | - |
| XYZ | 24.44 | 12.59 | 6.77 | - |
| YUV | 71.18 | 126.78 | 218.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 7 | 69 | 0 | 0.96 | 0.65 | 0.22 | 340.52 | 0.93 | 0.4 |
| Hex | C6 | 7 | 45 | 0 | 60 | 41 | 16 | 155 | 5D | 28 |
| Octal | 306 | 7 | 105 | 0 | 140 | 101 | 26 | 525 | 135 | 50 |
| Binary | 11000110 | 111 | 1000101 | 0 | 1100000 | 1000001 | 10110 | 101010101 | 1011101 | 101000 |
Color Harmonies of #C60745
Complementary color
Monochromatic Colors of #C60745
Black with #C60745
Text Example
Text Example
White with #C60745
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C60745; }
p { color: rgb(198,7,69); }
H1.HeaderClassName
{
color: #C60745;
}
.AnyTagClassName
{
color: #C60745;
}
</style>
background-color css
<style>
a { background-color: #C60745; }
a { background-color: rgb(198,7,69); }
div.DivClassName
{
background-color: #C60745;
}
.BgClassName
{
background-color: #C60745;
}
</style>
border-color css
<style>
span { border-color: #C60745; }
span { border-color: rgb(198,7,69); }
td.TdClassName
{
border-color: #C60745;
}
.TagClassName
{
border-color: #C60745;
}
</style>