Shades of Cardinal #C00947
Tints of Cardinal #C00947
RGB
CMYK
RGB Variations
Color information
#C00947 (or 0xC00947) is known color: Cardinal. HEX triplet: C0, 09 and 47. RGB value is (192,9,71). Sum of RGB (Red+Green+Blue) = 192+9+71=272 (36% of max value = 765). Red value is 192 (75.39% from 255 or 70.59% from 272); Green value is 9 (3.91% from 255 or 3.31% from 272); Blue value is 71 (28.12% from 255 or 26.10% from 272); Max value from RGB is 192 - color contains mainly: red. Hex color #C00947 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C00947 is #3FF6B8. Grayscale: #464646. Windows color (decimal): -4191929 or 4655552. OLE color: 4655552.
HSL color Cylindrical-coordinate representation of color #C00947: hue angle of 339.67º 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 #C00947 is Cyan = 0, Magento = 0.95, Yellow = 0.63 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 9 | 71 | - |
| CMYK | 0 | 0.95 | 0.63 | 0.25 |
| HSL | 339.67º | 0.91% | 0.39% | - |
| HSV(B) | 339.67º | 0.95% | 0.75% | - |
| XYZ | 22.97 | 11.86 | 7.04 | - |
| YUV | 70.79 | 128.13 | 214.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 9 | 71 | 0 | 0.95 | 0.63 | 0.25 | 339.67 | 0.91 | 0.39 |
| Hex | C0 | 9 | 47 | 0 | 5F | 3F | 19 | 154 | 5B | 27 |
| Octal | 300 | 11 | 107 | 0 | 137 | 77 | 31 | 524 | 133 | 47 |
| Binary | 11000000 | 1001 | 1000111 | 0 | 1011111 | 111111 | 11001 | 101010100 | 1011011 | 100111 |
Color Harmonies of #C00947
Complementary color
Monochromatic Colors of #C00947
Black with #C00947
Text Example
Text Example
White with #C00947
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C00947; }
p { color: rgb(192,9,71); }
H1.HeaderClassName
{
color: #C00947;
}
.AnyTagClassName
{
color: #C00947;
}
</style>
background-color css
<style>
a { background-color: #C00947; }
a { background-color: rgb(192,9,71); }
div.DivClassName
{
background-color: #C00947;
}
.BgClassName
{
background-color: #C00947;
}
</style>
border-color css
<style>
span { border-color: #C00947; }
span { border-color: rgb(192,9,71); }
td.TdClassName
{
border-color: #C00947;
}
.TagClassName
{
border-color: #C00947;
}
</style>