Shades of Cardinal #C60832
Tints of Cardinal #C60832
RGB
CMYK
RGB Variations
Color information
#C60832 (or 0xC60832) is known color: Cardinal. HEX triplet: C6, 08 and 32. RGB value is (198,8,50). Sum of RGB (Red+Green+Blue) = 198+8+50=256 (33% of max value = 765). Red value is 198 (77.73% from 255 or 77.34% from 256); Green value is 8 (3.52% from 255 or 3.12% from 256); Blue value is 50 (19.92% from 255 or 19.53% from 256); Max value from RGB is 198 - color contains mainly: red. Hex color #C60832 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C60832 is #39F7CD. Grayscale: #454545. Windows color (decimal): -3798990 or 3279046. OLE color: 3279046.
HSL color Cylindrical-coordinate representation of color #C60832: hue angle of 346.74º degrees, saturation: 0.92, 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 #C60832 is Cyan = 0, Magento = 0.96, Yellow = 0.75 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 8 | 50 | - |
| CMYK | 0 | 0.96 | 0.75 | 0.22 |
| HSL | 346.74º | 0.92% | 0.4% | - |
| HSV(B) | 346.74º | 0.96% | 0.78% | - |
| XYZ | 23.95 | 12.41 | 4.15 | - |
| YUV | 69.6 | 116.95 | 219.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 8 | 50 | 0 | 0.96 | 0.75 | 0.22 | 346.74 | 0.92 | 0.4 |
| Hex | C6 | 8 | 32 | 0 | 60 | 4B | 16 | 15B | 5C | 28 |
| Octal | 306 | 10 | 62 | 0 | 140 | 113 | 26 | 533 | 134 | 50 |
| Binary | 11000110 | 1000 | 110010 | 0 | 1100000 | 1001011 | 10110 | 101011011 | 1011100 | 101000 |
Color Harmonies of #C60832
Complementary color
Monochromatic Colors of #C60832
Black with #C60832
Text Example
Text Example
White with #C60832
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C60832; }
p { color: rgb(198,8,50); }
H1.HeaderClassName
{
color: #C60832;
}
.AnyTagClassName
{
color: #C60832;
}
</style>
background-color css
<style>
a { background-color: #C60832; }
a { background-color: rgb(198,8,50); }
div.DivClassName
{
background-color: #C60832;
}
.BgClassName
{
background-color: #C60832;
}
</style>
border-color css
<style>
span { border-color: #C60832; }
span { border-color: rgb(198,8,50); }
td.TdClassName
{
border-color: #C60832;
}
.TagClassName
{
border-color: #C60832;
}
</style>