Shades of Cardinal #C00C4C
Tints of Cardinal #C00C4C
RGB
CMYK
RGB Variations
Color information
#C00C4C (or 0xC00C4C) is known color: Cardinal. HEX triplet: C0, 0C and 4C. RGB value is (192,12,76). Sum of RGB (Red+Green+Blue) = 192+12+76=280 (37% of max value = 765). Red value is 192 (75.39% from 255 or 68.57% from 280); Green value is 12 (5.08% from 255 or 4.29% from 280); Blue value is 76 (30.08% from 255 or 27.14% from 280); Max value from RGB is 192 - color contains mainly: red. Hex color #C00C4C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C00C4C is #3FF3B3. Grayscale: #494949. Windows color (decimal): -4191156 or 4984000. OLE color: 4984000.
HSL color Cylindrical-coordinate representation of color #C00C4C: hue angle of 338.67º degrees, saturation: 0.88, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C00C4C is Cyan = 0, Magento = 0.94, Yellow = 0.60 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 12 | 76 | - |
| CMYK | 0 | 0.94 | 0.60 | 0.25 |
| HSL | 338.67º | 0.88% | 0.4% | - |
| HSV(B) | 338.67º | 0.94% | 0.75% | - |
| XYZ | 23.17 | 11.99 | 7.93 | - |
| YUV | 73.12 | 129.63 | 212.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 12 | 76 | 0 | 0.94 | 0.60 | 0.25 | 338.67 | 0.88 | 0.4 |
| Hex | C0 | C | 4C | 0 | 5E | 3C | 19 | 153 | 58 | 28 |
| Octal | 300 | 14 | 114 | 0 | 136 | 74 | 31 | 523 | 130 | 50 |
| Binary | 11000000 | 1100 | 1001100 | 0 | 1011110 | 111100 | 11001 | 101010011 | 1011000 | 101000 |
Color Harmonies of #C00C4C
Complementary color
Monochromatic Colors of #C00C4C
Black with #C00C4C
Text Example
Text Example
White with #C00C4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C00C4C; }
p { color: rgb(192,12,76); }
H1.HeaderClassName
{
color: #C00C4C;
}
.AnyTagClassName
{
color: #C00C4C;
}
</style>
background-color css
<style>
a { background-color: #C00C4C; }
a { background-color: rgb(192,12,76); }
div.DivClassName
{
background-color: #C00C4C;
}
.BgClassName
{
background-color: #C00C4C;
}
</style>
border-color css
<style>
span { border-color: #C00C4C; }
span { border-color: rgb(192,12,76); }
td.TdClassName
{
border-color: #C00C4C;
}
.TagClassName
{
border-color: #C00C4C;
}
</style>