Shades of Grenadier #C64333
Tints of Grenadier #C64333
RGB
CMYK
RGB Variations
Color information
#C64333 (or 0xC64333) is known color: Grenadier. HEX triplet: C6, 43 and 33. RGB value is (198,67,51). Sum of RGB (Red+Green+Blue) = 198+67+51=316 (41% of max value = 765). Red value is 198 (77.73% from 255 or 62.66% from 316); Green value is 67 (26.56% from 255 or 21.20% from 316); Blue value is 51 (20.31% from 255 or 16.14% from 316); Max value from RGB is 198 - color contains mainly: red. Hex color #C64333 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C64333 is #39BCCC. Grayscale: #686868. Windows color (decimal): -3783885 or 3359686. OLE color: 3359686.
HSL color Cylindrical-coordinate representation of color #C64333: hue angle of 6.53º degrees, saturation: 0.59, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C64333 is Cyan = 0, Magento = 0.66, Yellow = 0.74 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 67 | 51 | - |
| CMYK | 0 | 0.66 | 0.74 | 0.22 |
| HSL | 6.53º | 0.59% | 0.49% | - |
| HSV(B) | 6.53º | 0.74% | 0.78% | - |
| XYZ | 25.89 | 16.26 | 4.91 | - |
| YUV | 104.35 | 97.9 | 194.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 67 | 51 | 0 | 0.66 | 0.74 | 0.22 | 6.53 | 0.59 | 0.49 |
| Hex | C6 | 43 | 33 | 0 | 42 | 4A | 16 | 7 | 3B | 31 |
| Octal | 306 | 103 | 63 | 0 | 102 | 112 | 26 | 7 | 73 | 61 |
| Binary | 11000110 | 1000011 | 110011 | 0 | 1000010 | 1001010 | 10110 | 111 | 111011 | 110001 |
Color Harmonies of #C64333
Complementary color
Monochromatic Colors of #C64333
Black with #C64333
Text Example
Text Example
White with #C64333
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C64333; }
p { color: rgb(198,67,51); }
H1.HeaderClassName
{
color: #C64333;
}
.AnyTagClassName
{
color: #C64333;
}
</style>
background-color css
<style>
a { background-color: #C64333; }
a { background-color: rgb(198,67,51); }
div.DivClassName
{
background-color: #C64333;
}
.BgClassName
{
background-color: #C64333;
}
</style>
border-color css
<style>
span { border-color: #C64333; }
span { border-color: rgb(198,67,51); }
td.TdClassName
{
border-color: #C64333;
}
.TagClassName
{
border-color: #C64333;
}
</style>