Shades of Grenadier #C04C32
Tints of Grenadier #C04C32
RGB
CMYK
RGB Variations
Color information
#C04C32 (or 0xC04C32) is known color: Grenadier. HEX triplet: C0, 4C and 32. RGB value is (192,76,50). Sum of RGB (Red+Green+Blue) = 192+76+50=318 (42% of max value = 765). Red value is 192 (75.39% from 255 or 60.38% from 318); Green value is 76 (30.08% from 255 or 23.90% from 318); Blue value is 50 (19.92% from 255 or 15.72% from 318); Max value from RGB is 192 - color contains mainly: red. Hex color #C04C32 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C04C32 is #3FB3CD. Grayscale: #6B6B6B. Windows color (decimal): -4174798 or 3296448. OLE color: 3296448.
HSL color Cylindrical-coordinate representation of color #C04C32: hue angle of 10.99º degrees, saturation: 0.59, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C04C32 is Cyan = 0, Magento = 0.60, Yellow = 0.74 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 76 | 50 | - |
| CMYK | 0 | 0.60 | 0.74 | 0.25 |
| HSL | 10.99º | 0.59% | 0.47% | - |
| HSV(B) | 10.99º | 0.74% | 0.75% | - |
| XYZ | 24.9 | 16.61 | 4.91 | - |
| YUV | 107.72 | 95.43 | 188.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 76 | 50 | 0 | 0.60 | 0.74 | 0.25 | 10.99 | 0.59 | 0.47 |
| Hex | C0 | 4C | 32 | 0 | 3C | 4A | 19 | B | 3B | 2F |
| Octal | 300 | 114 | 62 | 0 | 74 | 112 | 31 | 13 | 73 | 57 |
| Binary | 11000000 | 1001100 | 110010 | 0 | 111100 | 1001010 | 11001 | 1011 | 111011 | 101111 |
Color Harmonies of #C04C32
Complementary color
Monochromatic Colors of #C04C32
Black with #C04C32
Text Example
Text Example
White with #C04C32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C04C32; }
p { color: rgb(192,76,50); }
H1.HeaderClassName
{
color: #C04C32;
}
.AnyTagClassName
{
color: #C04C32;
}
</style>
background-color css
<style>
a { background-color: #C04C32; }
a { background-color: rgb(192,76,50); }
div.DivClassName
{
background-color: #C04C32;
}
.BgClassName
{
background-color: #C04C32;
}
</style>
border-color css
<style>
span { border-color: #C04C32; }
span { border-color: rgb(192,76,50); }
td.TdClassName
{
border-color: #C04C32;
}
.TagClassName
{
border-color: #C04C32;
}
</style>