Shades of Grenadier #C04833
Tints of Grenadier #C04833
RGB
CMYK
RGB Variations
Color information
#C04833 (or 0xC04833) is known color: Grenadier. HEX triplet: C0, 48 and 33. RGB value is (192,72,51). Sum of RGB (Red+Green+Blue) = 192+72+51=315 (41% of max value = 765). Red value is 192 (75.39% from 255 or 60.95% from 315); Green value is 72 (28.52% from 255 or 22.86% from 315); Blue value is 51 (20.31% from 255 or 16.19% from 315); Max value from RGB is 192 - color contains mainly: red. Hex color #C04833 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C04833 is #3FB7CC. Grayscale: #696969. Windows color (decimal): -4175821 or 3360960. OLE color: 3360960.
HSL color Cylindrical-coordinate representation of color #C04833: hue angle of 8.94º degrees, saturation: 0.58, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C04833 is Cyan = 0, Magento = 0.63, Yellow = 0.73 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 72 | 51 | - |
| CMYK | 0 | 0.63 | 0.73 | 0.25 |
| HSL | 8.94º | 0.58% | 0.48% | - |
| HSV(B) | 8.94º | 0.73% | 0.75% | - |
| XYZ | 24.65 | 16.08 | 4.94 | - |
| YUV | 105.49 | 97.26 | 189.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 72 | 51 | 0 | 0.63 | 0.73 | 0.25 | 8.94 | 0.58 | 0.48 |
| Hex | C0 | 48 | 33 | 0 | 3F | 49 | 19 | 9 | 3A | 30 |
| Octal | 300 | 110 | 63 | 0 | 77 | 111 | 31 | 11 | 72 | 60 |
| Binary | 11000000 | 1001000 | 110011 | 0 | 111111 | 1001001 | 11001 | 1001 | 111010 | 110000 |
Color Harmonies of #C04833
Complementary color
Monochromatic Colors of #C04833
Black with #C04833
Text Example
Text Example
White with #C04833
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C04833; }
p { color: rgb(192,72,51); }
H1.HeaderClassName
{
color: #C04833;
}
.AnyTagClassName
{
color: #C04833;
}
</style>
background-color css
<style>
a { background-color: #C04833; }
a { background-color: rgb(192,72,51); }
div.DivClassName
{
background-color: #C04833;
}
.BgClassName
{
background-color: #C04833;
}
</style>
border-color css
<style>
span { border-color: #C04833; }
span { border-color: rgb(192,72,51); }
td.TdClassName
{
border-color: #C04833;
}
.TagClassName
{
border-color: #C04833;
}
</style>