Shades of Cardinal #C00949
Tints of Cardinal #C00949
RGB
CMYK
RGB Variations
Color information
#C00949 (or 0xC00949) is known color: Cardinal. HEX triplet: C0, 09 and 49. RGB value is (192,9,73). Sum of RGB (Red+Green+Blue) = 192+9+73=274 (36% of max value = 765). Red value is 192 (75.39% from 255 or 70.07% from 274); Green value is 9 (3.91% from 255 or 3.28% from 274); Blue value is 73 (28.91% from 255 or 26.64% from 274); Max value from RGB is 192 - color contains mainly: red. Hex color #C00949 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C00949 is #3FF6B6. Grayscale: #464646. Windows color (decimal): -4191927 or 4786624. OLE color: 4786624.
HSL color Cylindrical-coordinate representation of color #C00949: hue angle of 339.02º degrees, saturation: 0.91, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C00949 is Cyan = 0, Magento = 0.95, Yellow = 0.62 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 9 | 73 | - |
| CMYK | 0 | 0.95 | 0.62 | 0.25 |
| HSL | 339.02º | 0.91% | 0.39% | - |
| HSV(B) | 339.02º | 0.95% | 0.75% | - |
| XYZ | 23.04 | 11.88 | 7.38 | - |
| YUV | 71.01 | 129.13 | 214.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 9 | 73 | 0 | 0.95 | 0.62 | 0.25 | 339.02 | 0.91 | 0.39 |
| Hex | C0 | 9 | 49 | 0 | 5F | 3E | 19 | 153 | 5B | 27 |
| Octal | 300 | 11 | 111 | 0 | 137 | 76 | 31 | 523 | 133 | 47 |
| Binary | 11000000 | 1001 | 1001001 | 0 | 1011111 | 111110 | 11001 | 101010011 | 1011011 | 100111 |
Color Harmonies of #C00949
Complementary color
Monochromatic Colors of #C00949
Black with #C00949
Text Example
Text Example
White with #C00949
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C00949; }
p { color: rgb(192,9,73); }
H1.HeaderClassName
{
color: #C00949;
}
.AnyTagClassName
{
color: #C00949;
}
</style>
background-color css
<style>
a { background-color: #C00949; }
a { background-color: rgb(192,9,73); }
div.DivClassName
{
background-color: #C00949;
}
.BgClassName
{
background-color: #C00949;
}
</style>
border-color css
<style>
span { border-color: #C00949; }
span { border-color: rgb(192,9,73); }
td.TdClassName
{
border-color: #C00949;
}
.TagClassName
{
border-color: #C00949;
}
</style>