Shades of Cardinal #C4094D
Tints of Cardinal #C4094D
RGB
CMYK
RGB Variations
Color information
#C4094D (or 0xC4094D) is known color: Cardinal. HEX triplet: C4, 09 and 4D. RGB value is (196,9,77). Sum of RGB (Red+Green+Blue) = 196+9+77=282 (37% of max value = 765). Red value is 196 (76.95% from 255 or 69.50% from 282); Green value is 9 (3.91% from 255 or 3.19% from 282); Blue value is 77 (30.47% from 255 or 27.30% from 282); Max value from RGB is 196 - color contains mainly: red. Hex color #C4094D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C4094D is #3BF6B2. Grayscale: #484848. Windows color (decimal): -3929779 or 5048772. OLE color: 5048772.
HSL color Cylindrical-coordinate representation of color #C4094D: hue angle of 338.18º 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 #C4094D is Cyan = 0, Magento = 0.95, Yellow = 0.61 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 9 | 77 | - |
| CMYK | 0 | 0.95 | 0.61 | 0.23 |
| HSL | 338.18º | 0.91% | 0.4% | - |
| HSV(B) | 338.18º | 0.95% | 0.77% | - |
| XYZ | 24.2 | 12.47 | 8.15 | - |
| YUV | 72.67 | 130.45 | 215.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 9 | 77 | 0 | 0.95 | 0.61 | 0.23 | 338.18 | 0.91 | 0.4 |
| Hex | C4 | 9 | 4D | 0 | 5F | 3D | 17 | 152 | 5B | 28 |
| Octal | 304 | 11 | 115 | 0 | 137 | 75 | 27 | 522 | 133 | 50 |
| Binary | 11000100 | 1001 | 1001101 | 0 | 1011111 | 111101 | 10111 | 101010010 | 1011011 | 101000 |
Color Harmonies of #C4094D
Complementary color
Monochromatic Colors of #C4094D
Black with #C4094D
Text Example
Text Example
White with #C4094D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4094D; }
p { color: rgb(196,9,77); }
H1.HeaderClassName
{
color: #C4094D;
}
.AnyTagClassName
{
color: #C4094D;
}
</style>
background-color css
<style>
a { background-color: #C4094D; }
a { background-color: rgb(196,9,77); }
div.DivClassName
{
background-color: #C4094D;
}
.BgClassName
{
background-color: #C4094D;
}
</style>
border-color css
<style>
span { border-color: #C4094D; }
span { border-color: rgb(196,9,77); }
td.TdClassName
{
border-color: #C4094D;
}
.TagClassName
{
border-color: #C4094D;
}
</style>