Shades of Grenadier #C64233
Tints of Grenadier #C64233
RGB
CMYK
RGB Variations
Color information
#C64233 (or 0xC64233) is known color: Grenadier. HEX triplet: C6, 42 and 33. RGB value is (198,66,51). Sum of RGB (Red+Green+Blue) = 198+66+51=315 (41% of max value = 765). Red value is 198 (77.73% from 255 or 62.86% from 315); Green value is 66 (26.17% from 255 or 20.95% from 315); Blue value is 51 (20.31% from 255 or 16.19% from 315); Max value from RGB is 198 - color contains mainly: red. Hex color #C64233 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C64233 is #39BDCC. Grayscale: #676767. Windows color (decimal): -3784141 or 3359430. OLE color: 3359430.
HSL color Cylindrical-coordinate representation of color #C64233: hue angle of 6.12º 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 #C64233 is Cyan = 0, Magento = 0.67, Yellow = 0.74 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 66 | 51 | - |
| CMYK | 0 | 0.67 | 0.74 | 0.22 |
| HSL | 6.12º | 0.59% | 0.49% | - |
| HSV(B) | 6.12º | 0.74% | 0.78% | - |
| XYZ | 25.83 | 16.14 | 4.89 | - |
| YUV | 103.76 | 98.23 | 195.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 66 | 51 | 0 | 0.67 | 0.74 | 0.22 | 6.12 | 0.59 | 0.49 |
| Hex | C6 | 42 | 33 | 0 | 43 | 4A | 16 | 6 | 3B | 31 |
| Octal | 306 | 102 | 63 | 0 | 103 | 112 | 26 | 6 | 73 | 61 |
| Binary | 11000110 | 1000010 | 110011 | 0 | 1000011 | 1001010 | 10110 | 110 | 111011 | 110001 |
Color Harmonies of #C64233
Complementary color
Monochromatic Colors of #C64233
Black with #C64233
Text Example
Text Example
White with #C64233
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C64233; }
p { color: rgb(198,66,51); }
H1.HeaderClassName
{
color: #C64233;
}
.AnyTagClassName
{
color: #C64233;
}
</style>
background-color css
<style>
a { background-color: #C64233; }
a { background-color: rgb(198,66,51); }
div.DivClassName
{
background-color: #C64233;
}
.BgClassName
{
background-color: #C64233;
}
</style>
border-color css
<style>
span { border-color: #C64233; }
span { border-color: rgb(198,66,51); }
td.TdClassName
{
border-color: #C64233;
}
.TagClassName
{
border-color: #C64233;
}
</style>