Shades of Grenadier #C5433D
Tints of Grenadier #C5433D
RGB
CMYK
RGB Variations
Color information
#C5433D (or 0xC5433D) is known color: Grenadier. HEX triplet: C5, 43 and 3D. RGB value is (197,67,61). Sum of RGB (Red+Green+Blue) = 197+67+61=325 (43% of max value = 765). Red value is 197 (77.34% from 255 or 60.62% from 325); Green value is 67 (26.56% from 255 or 20.62% from 325); Blue value is 61 (24.22% from 255 or 18.77% from 325); Max value from RGB is 197 - color contains mainly: red. Hex color #C5433D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C5433D is #3ABCC2. Grayscale: #696969. Windows color (decimal): -3849411 or 4015045. OLE color: 4015045.
HSL color Cylindrical-coordinate representation of color #C5433D: hue angle of 2.65º 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 #C5433D is Cyan = 0, Magento = 0.66, Yellow = 0.69 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 67 | 61 | - |
| CMYK | 0 | 0.66 | 0.69 | 0.23 |
| HSL | 2.65º | 0.54% | 0.51% | - |
| HSV(B) | 2.65º | 0.69% | 0.77% | - |
| XYZ | 25.88 | 16.22 | 6.18 | - |
| YUV | 105.19 | 103.07 | 193.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 67 | 61 | 0 | 0.66 | 0.69 | 0.23 | 2.65 | 0.54 | 0.51 |
| Hex | C5 | 43 | 3D | 0 | 42 | 45 | 17 | 3 | 36 | 33 |
| Octal | 305 | 103 | 75 | 0 | 102 | 105 | 27 | 3 | 66 | 63 |
| Binary | 11000101 | 1000011 | 111101 | 0 | 1000010 | 1000101 | 10111 | 11 | 110110 | 110011 |
Color Harmonies of #C5433D
Complementary color
Monochromatic Colors of #C5433D
Black with #C5433D
Text Example
Text Example
White with #C5433D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5433D; }
p { color: rgb(197,67,61); }
H1.HeaderClassName
{
color: #C5433D;
}
.AnyTagClassName
{
color: #C5433D;
}
</style>
background-color css
<style>
a { background-color: #C5433D; }
a { background-color: rgb(197,67,61); }
div.DivClassName
{
background-color: #C5433D;
}
.BgClassName
{
background-color: #C5433D;
}
</style>
border-color css
<style>
span { border-color: #C5433D; }
span { border-color: rgb(197,67,61); }
td.TdClassName
{
border-color: #C5433D;
}
.TagClassName
{
border-color: #C5433D;
}
</style>