Shades of Grenadier #C7433C
Tints of Grenadier #C7433C
RGB
CMYK
RGB Variations
Color information
#C7433C (or 0xC7433C) is known color: Grenadier. HEX triplet: C7, 43 and 3C. RGB value is (199,67,60). Sum of RGB (Red+Green+Blue) = 199+67+60=326 (43% of max value = 765). Red value is 199 (78.12% from 255 or 61.04% from 326); Green value is 67 (26.56% from 255 or 20.55% from 326); Blue value is 60 (23.83% from 255 or 18.40% from 326); Max value from RGB is 199 - color contains mainly: red. Hex color #C7433C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C7433C is #38BCC3. Grayscale: #696969. Windows color (decimal): -3718340 or 3949511. OLE color: 3949511.
HSL color Cylindrical-coordinate representation of color #C7433C: hue angle of 3.02º degrees, saturation: 0.55, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C7433C is Cyan = 0, Magento = 0.66, Yellow = 0.70 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 67 | 60 | - |
| CMYK | 0 | 0.66 | 0.70 | 0.22 |
| HSL | 3.02º | 0.55% | 0.51% | - |
| HSV(B) | 3.02º | 0.7% | 0.78% | - |
| XYZ | 26.38 | 16.48 | 6.07 | - |
| YUV | 105.67 | 102.23 | 194.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 67 | 60 | 0 | 0.66 | 0.70 | 0.22 | 3.02 | 0.55 | 0.51 |
| Hex | C7 | 43 | 3C | 0 | 42 | 46 | 16 | 3 | 37 | 33 |
| Octal | 307 | 103 | 74 | 0 | 102 | 106 | 26 | 3 | 67 | 63 |
| Binary | 11000111 | 1000011 | 111100 | 0 | 1000010 | 1000110 | 10110 | 11 | 110111 | 110011 |
Color Harmonies of #C7433C
Complementary color
Monochromatic Colors of #C7433C
Black with #C7433C
Text Example
Text Example
White with #C7433C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7433C; }
p { color: rgb(199,67,60); }
H1.HeaderClassName
{
color: #C7433C;
}
.AnyTagClassName
{
color: #C7433C;
}
</style>
background-color css
<style>
a { background-color: #C7433C; }
a { background-color: rgb(199,67,60); }
div.DivClassName
{
background-color: #C7433C;
}
.BgClassName
{
background-color: #C7433C;
}
</style>
border-color css
<style>
span { border-color: #C7433C; }
span { border-color: rgb(199,67,60); }
td.TdClassName
{
border-color: #C7433C;
}
.TagClassName
{
border-color: #C7433C;
}
</style>