Shades of Grenadier #C14933
Tints of Grenadier #C14933
RGB
CMYK
RGB Variations
Color information
#C14933 (or 0xC14933) is known color: Grenadier. HEX triplet: C1, 49 and 33. RGB value is (193,73,51). Sum of RGB (Red+Green+Blue) = 193+73+51=317 (41% of max value = 765). Red value is 193 (75.78% from 255 or 60.88% from 317); Green value is 73 (28.91% from 255 or 23.03% from 317); Blue value is 51 (20.31% from 255 or 16.09% from 317); Max value from RGB is 193 - color contains mainly: red. Hex color #C14933 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C14933 is #3EB6CC. Grayscale: #6A6A6A. Windows color (decimal): -4110029 or 3361217. OLE color: 3361217.
HSL color Cylindrical-coordinate representation of color #C14933: hue angle of 9.3º degrees, saturation: 0.58, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C14933 is Cyan = 0, Magento = 0.62, Yellow = 0.74 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 73 | 51 | - |
| CMYK | 0 | 0.62 | 0.74 | 0.24 |
| HSL | 9.3º | 0.58% | 0.48% | - |
| HSV(B) | 9.3º | 0.74% | 0.76% | - |
| XYZ | 24.97 | 16.34 | 4.97 | - |
| YUV | 106.37 | 96.76 | 189.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 73 | 51 | 0 | 0.62 | 0.74 | 0.24 | 9.3 | 0.58 | 0.48 |
| Hex | C1 | 49 | 33 | 0 | 3E | 4A | 18 | 9 | 3A | 30 |
| Octal | 301 | 111 | 63 | 0 | 76 | 112 | 30 | 11 | 72 | 60 |
| Binary | 11000001 | 1001001 | 110011 | 0 | 111110 | 1001010 | 11000 | 1001 | 111010 | 110000 |
Color Harmonies of #C14933
Complementary color
Monochromatic Colors of #C14933
Black with #C14933
Text Example
Text Example
White with #C14933
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C14933; }
p { color: rgb(193,73,51); }
H1.HeaderClassName
{
color: #C14933;
}
.AnyTagClassName
{
color: #C14933;
}
</style>
background-color css
<style>
a { background-color: #C14933; }
a { background-color: rgb(193,73,51); }
div.DivClassName
{
background-color: #C14933;
}
.BgClassName
{
background-color: #C14933;
}
</style>
border-color css
<style>
span { border-color: #C14933; }
span { border-color: rgb(193,73,51); }
td.TdClassName
{
border-color: #C14933;
}
.TagClassName
{
border-color: #C14933;
}
</style>