Shades of Grenadier #C0533C
Tints of Grenadier #C0533C
RGB
CMYK
RGB Variations
Color information
#C0533C (or 0xC0533C) is known color: Grenadier. HEX triplet: C0, 53 and 3C. RGB value is (192,83,60). Sum of RGB (Red+Green+Blue) = 192+83+60=335 (44% of max value = 765). Red value is 192 (75.39% from 255 or 57.31% from 335); Green value is 83 (32.81% from 255 or 24.78% from 335); Blue value is 60 (23.83% from 255 or 17.91% from 335); Max value from RGB is 192 - color contains mainly: red. Hex color #C0533C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C0533C is #3FACC3. Grayscale: #717171. Windows color (decimal): -4172996 or 3953600. OLE color: 3953600.
HSL color Cylindrical-coordinate representation of color #C0533C: hue angle of 10.45º degrees, saturation: 0.52, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C0533C is Cyan = 0, Magento = 0.57, Yellow = 0.69 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 83 | 60 | - |
| CMYK | 0 | 0.57 | 0.69 | 0.25 |
| HSL | 10.45º | 0.52% | 0.49% | - |
| HSV(B) | 10.45º | 0.69% | 0.75% | - |
| XYZ | 25.65 | 17.72 | 6.34 | - |
| YUV | 112.97 | 98.11 | 184.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 83 | 60 | 0 | 0.57 | 0.69 | 0.25 | 10.45 | 0.52 | 0.49 |
| Hex | C0 | 53 | 3C | 0 | 39 | 45 | 19 | A | 34 | 31 |
| Octal | 300 | 123 | 74 | 0 | 71 | 105 | 31 | 12 | 64 | 61 |
| Binary | 11000000 | 1010011 | 111100 | 0 | 111001 | 1000101 | 11001 | 1010 | 110100 | 110001 |
Color Harmonies of #C0533C
Complementary color
Monochromatic Colors of #C0533C
Black with #C0533C
Text Example
Text Example
White with #C0533C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0533C; }
p { color: rgb(192,83,60); }
H1.HeaderClassName
{
color: #C0533C;
}
.AnyTagClassName
{
color: #C0533C;
}
</style>
background-color css
<style>
a { background-color: #C0533C; }
a { background-color: rgb(192,83,60); }
div.DivClassName
{
background-color: #C0533C;
}
.BgClassName
{
background-color: #C0533C;
}
</style>
border-color css
<style>
span { border-color: #C0533C; }
span { border-color: rgb(192,83,60); }
td.TdClassName
{
border-color: #C0533C;
}
.TagClassName
{
border-color: #C0533C;
}
</style>