Shades of Grenadier #C4473D
Tints of Grenadier #C4473D
RGB
CMYK
RGB Variations
Color information
#C4473D (or 0xC4473D) is known color: Grenadier. HEX triplet: C4, 47 and 3D. RGB value is (196,71,61). Sum of RGB (Red+Green+Blue) = 196+71+61=328 (43% of max value = 765). Red value is 196 (76.95% from 255 or 59.76% from 328); Green value is 71 (28.12% from 255 or 21.65% from 328); Blue value is 61 (24.22% from 255 or 18.60% from 328); Max value from RGB is 196 - color contains mainly: red. Hex color #C4473D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C4473D is #3BB8C2. Grayscale: #6B6B6B. Windows color (decimal): -3913923 or 4016068. OLE color: 4016068.
HSL color Cylindrical-coordinate representation of color #C4473D: hue angle of 4.44º degrees, saturation: 0.53, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C4473D is Cyan = 0, Magento = 0.64, Yellow = 0.69 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 71 | 61 | - |
| CMYK | 0 | 0.64 | 0.69 | 0.23 |
| HSL | 4.44º | 0.53% | 0.5% | - |
| HSV(B) | 4.44º | 0.69% | 0.77% | - |
| XYZ | 25.86 | 16.58 | 6.25 | - |
| YUV | 107.24 | 101.91 | 191.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 71 | 61 | 0 | 0.64 | 0.69 | 0.23 | 4.44 | 0.53 | 0.5 |
| Hex | C4 | 47 | 3D | 0 | 40 | 45 | 17 | 4 | 35 | 32 |
| Octal | 304 | 107 | 75 | 0 | 100 | 105 | 27 | 4 | 65 | 62 |
| Binary | 11000100 | 1000111 | 111101 | 0 | 1000000 | 1000101 | 10111 | 100 | 110101 | 110010 |
Color Harmonies of #C4473D
Complementary color
Monochromatic Colors of #C4473D
Black with #C4473D
Text Example
Text Example
White with #C4473D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4473D; }
p { color: rgb(196,71,61); }
H1.HeaderClassName
{
color: #C4473D;
}
.AnyTagClassName
{
color: #C4473D;
}
</style>
background-color css
<style>
a { background-color: #C4473D; }
a { background-color: rgb(196,71,61); }
div.DivClassName
{
background-color: #C4473D;
}
.BgClassName
{
background-color: #C4473D;
}
</style>
border-color css
<style>
span { border-color: #C4473D; }
span { border-color: rgb(196,71,61); }
td.TdClassName
{
border-color: #C4473D;
}
.TagClassName
{
border-color: #C4473D;
}
</style>