Shades of Grenadier #C54F38
Tints of Grenadier #C54F38
RGB
CMYK
RGB Variations
Color information
#C54F38 (or 0xC54F38) is known color: Grenadier. HEX triplet: C5, 4F and 38. RGB value is (197,79,56). Sum of RGB (Red+Green+Blue) = 197+79+56=332 (43% of max value = 765). Red value is 197 (77.34% from 255 or 59.34% from 332); Green value is 79 (31.25% from 255 or 23.80% from 332); Blue value is 56 (22.27% from 255 or 16.87% from 332); Max value from RGB is 197 - color contains mainly: red. Hex color #C54F38 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C54F38 is #3AB0C7. Grayscale: #6F6F6F. Windows color (decimal): -3846344 or 3690437. OLE color: 3690437.
HSL color Cylindrical-coordinate representation of color #C54F38: hue angle of 9.79º degrees, saturation: 0.56, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C54F38 is Cyan = 0, Magento = 0.60, Yellow = 0.72 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 79 | 56 | - |
| CMYK | 0 | 0.60 | 0.72 | 0.23 |
| HSL | 9.79º | 0.56% | 0.5% | - |
| HSV(B) | 9.79º | 0.72% | 0.77% | - |
| XYZ | 26.54 | 17.75 | 5.77 | - |
| YUV | 111.66 | 96.59 | 188.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 79 | 56 | 0 | 0.60 | 0.72 | 0.23 | 9.79 | 0.56 | 0.5 |
| Hex | C5 | 4F | 38 | 0 | 3C | 48 | 17 | A | 38 | 32 |
| Octal | 305 | 117 | 70 | 0 | 74 | 110 | 27 | 12 | 70 | 62 |
| Binary | 11000101 | 1001111 | 111000 | 0 | 111100 | 1001000 | 10111 | 1010 | 111000 | 110010 |
Color Harmonies of #C54F38
Complementary color
Monochromatic Colors of #C54F38
Black with #C54F38
Text Example
Text Example
White with #C54F38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C54F38; }
p { color: rgb(197,79,56); }
H1.HeaderClassName
{
color: #C54F38;
}
.AnyTagClassName
{
color: #C54F38;
}
</style>
background-color css
<style>
a { background-color: #C54F38; }
a { background-color: rgb(197,79,56); }
div.DivClassName
{
background-color: #C54F38;
}
.BgClassName
{
background-color: #C54F38;
}
</style>
border-color css
<style>
span { border-color: #C54F38; }
span { border-color: rgb(197,79,56); }
td.TdClassName
{
border-color: #C54F38;
}
.TagClassName
{
border-color: #C54F38;
}
</style>