Shades of Cardinal #C4094C
Tints of Cardinal #C4094C
RGB
CMYK
RGB Variations
Color information
#C4094C (or 0xC4094C) is known color: Cardinal. HEX triplet: C4, 09 and 4C. RGB value is (196,9,76). Sum of RGB (Red+Green+Blue) = 196+9+76=281 (37% of max value = 765). Red value is 196 (76.95% from 255 or 69.75% from 281); Green value is 9 (3.91% from 255 or 3.20% from 281); Blue value is 76 (30.08% from 255 or 27.05% from 281); Max value from RGB is 196 - color contains mainly: red. Hex color #C4094C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C4094C is #3BF6B3. Grayscale: #484848. Windows color (decimal): -3929780 or 4983236. OLE color: 4983236.
HSL color Cylindrical-coordinate representation of color #C4094C: hue angle of 338.5º degrees, saturation: 0.91, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C4094C is Cyan = 0, Magento = 0.95, Yellow = 0.61 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 9 | 76 | - |
| CMYK | 0 | 0.95 | 0.61 | 0.23 |
| HSL | 338.5º | 0.91% | 0.4% | - |
| HSV(B) | 338.5º | 0.95% | 0.77% | - |
| XYZ | 24.17 | 12.45 | 7.97 | - |
| YUV | 72.55 | 129.95 | 216.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 9 | 76 | 0 | 0.95 | 0.61 | 0.23 | 338.5 | 0.91 | 0.4 |
| Hex | C4 | 9 | 4C | 0 | 5F | 3D | 17 | 153 | 5B | 28 |
| Octal | 304 | 11 | 114 | 0 | 137 | 75 | 27 | 523 | 133 | 50 |
| Binary | 11000100 | 1001 | 1001100 | 0 | 1011111 | 111101 | 10111 | 101010011 | 1011011 | 101000 |
Color Harmonies of #C4094C
Complementary color
Monochromatic Colors of #C4094C
Black with #C4094C
Text Example
Text Example
White with #C4094C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4094C; }
p { color: rgb(196,9,76); }
H1.HeaderClassName
{
color: #C4094C;
}
.AnyTagClassName
{
color: #C4094C;
}
</style>
background-color css
<style>
a { background-color: #C4094C; }
a { background-color: rgb(196,9,76); }
div.DivClassName
{
background-color: #C4094C;
}
.BgClassName
{
background-color: #C4094C;
}
</style>
border-color css
<style>
span { border-color: #C4094C; }
span { border-color: rgb(196,9,76); }
td.TdClassName
{
border-color: #C4094C;
}
.TagClassName
{
border-color: #C4094C;
}
</style>