Shades of Cardinal #C00844
Tints of Cardinal #C00844
RGB
CMYK
RGB Variations
Color information
#C00844 (or 0xC00844) is known color: Cardinal. HEX triplet: C0, 08 and 44. RGB value is (192,8,68). Sum of RGB (Red+Green+Blue) = 192+8+68=268 (35% of max value = 765). Red value is 192 (75.39% from 255 or 71.64% from 268); Green value is 8 (3.52% from 255 or 2.99% from 268); Blue value is 68 (26.95% from 255 or 25.37% from 268); Max value from RGB is 192 - color contains mainly: red. Hex color #C00844 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C00844 is #3FF7BB. Grayscale: #454545. Windows color (decimal): -4192188 or 4458688. OLE color: 4458688.
HSL color Cylindrical-coordinate representation of color #C00844: hue angle of 340.43º degrees, saturation: 0.92, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C00844 is Cyan = 0, Magento = 0.96, Yellow = 0.65 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 8 | 68 | - |
| CMYK | 0 | 0.96 | 0.65 | 0.25 |
| HSL | 340.43º | 0.92% | 0.39% | - |
| HSV(B) | 340.43º | 0.96% | 0.75% | - |
| XYZ | 22.87 | 11.8 | 6.54 | - |
| YUV | 69.86 | 126.96 | 215.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 8 | 68 | 0 | 0.96 | 0.65 | 0.25 | 340.43 | 0.92 | 0.39 |
| Hex | C0 | 8 | 44 | 0 | 60 | 41 | 19 | 154 | 5C | 27 |
| Octal | 300 | 10 | 104 | 0 | 140 | 101 | 31 | 524 | 134 | 47 |
| Binary | 11000000 | 1000 | 1000100 | 0 | 1100000 | 1000001 | 11001 | 101010100 | 1011100 | 100111 |
Color Harmonies of #C00844
Complementary color
Monochromatic Colors of #C00844
Black with #C00844
Text Example
Text Example
White with #C00844
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C00844; }
p { color: rgb(192,8,68); }
H1.HeaderClassName
{
color: #C00844;
}
.AnyTagClassName
{
color: #C00844;
}
</style>
background-color css
<style>
a { background-color: #C00844; }
a { background-color: rgb(192,8,68); }
div.DivClassName
{
background-color: #C00844;
}
.BgClassName
{
background-color: #C00844;
}
</style>
border-color css
<style>
span { border-color: #C00844; }
span { border-color: rgb(192,8,68); }
td.TdClassName
{
border-color: #C00844;
}
.TagClassName
{
border-color: #C00844;
}
</style>