Shades of Grenadier #C5433E
Tints of Grenadier #C5433E
RGB
CMYK
RGB Variations
Color information
#C5433E (or 0xC5433E) is known color: Grenadier. HEX triplet: C5, 43 and 3E. RGB value is (197,67,62). Sum of RGB (Red+Green+Blue) = 197+67+62=326 (43% of max value = 765). Red value is 197 (77.34% from 255 or 60.43% from 326); Green value is 67 (26.56% from 255 or 20.55% from 326); Blue value is 62 (24.61% from 255 or 19.02% from 326); Max value from RGB is 197 - color contains mainly: red. Hex color #C5433E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C5433E is #3ABCC1. Grayscale: #696969. Windows color (decimal): -3849410 or 4080581. OLE color: 4080581.
HSL color Cylindrical-coordinate representation of color #C5433E: hue angle of 2.22º degrees, saturation: 0.54, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C5433E is Cyan = 0, Magento = 0.66, Yellow = 0.69 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 67 | 62 | - |
| CMYK | 0 | 0.66 | 0.69 | 0.23 |
| HSL | 2.22º | 0.54% | 0.51% | - |
| HSV(B) | 2.22º | 0.69% | 0.77% | - |
| XYZ | 25.9 | 16.23 | 6.33 | - |
| YUV | 105.3 | 103.57 | 193.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 67 | 62 | 0 | 0.66 | 0.69 | 0.23 | 2.22 | 0.54 | 0.51 |
| Hex | C5 | 43 | 3E | 0 | 42 | 45 | 17 | 2 | 36 | 33 |
| Octal | 305 | 103 | 76 | 0 | 102 | 105 | 27 | 2 | 66 | 63 |
| Binary | 11000101 | 1000011 | 111110 | 0 | 1000010 | 1000101 | 10111 | 10 | 110110 | 110011 |
Color Harmonies of #C5433E
Complementary color
Monochromatic Colors of #C5433E
Black with #C5433E
Text Example
Text Example
White with #C5433E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5433E; }
p { color: rgb(197,67,62); }
H1.HeaderClassName
{
color: #C5433E;
}
.AnyTagClassName
{
color: #C5433E;
}
</style>
background-color css
<style>
a { background-color: #C5433E; }
a { background-color: rgb(197,67,62); }
div.DivClassName
{
background-color: #C5433E;
}
.BgClassName
{
background-color: #C5433E;
}
</style>
border-color css
<style>
span { border-color: #C5433E; }
span { border-color: rgb(197,67,62); }
td.TdClassName
{
border-color: #C5433E;
}
.TagClassName
{
border-color: #C5433E;
}
</style>