Shades of Grenadier #C0543C
Tints of Grenadier #C0543C
RGB
CMYK
RGB Variations
Color information
#C0543C (or 0xC0543C) is known color: Grenadier. HEX triplet: C0, 54 and 3C. RGB value is (192,84,60). Sum of RGB (Red+Green+Blue) = 192+84+60=336 (44% of max value = 765). Red value is 192 (75.39% from 255 or 57.14% from 336); Green value is 84 (33.20% from 255 or 25% from 336); Blue value is 60 (23.83% from 255 or 17.86% from 336); Max value from RGB is 192 - color contains mainly: red. Hex color #C0543C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C0543C is #3FABC3. Grayscale: #717171. Windows color (decimal): -4172740 or 3953856. OLE color: 3953856.
HSL color Cylindrical-coordinate representation of color #C0543C: hue angle of 10.91º 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 #C0543C is Cyan = 0, Magento = 0.56, Yellow = 0.69 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 84 | 60 | - |
| CMYK | 0 | 0.56 | 0.69 | 0.25 |
| HSL | 10.91º | 0.52% | 0.49% | - |
| HSV(B) | 10.91º | 0.69% | 0.75% | - |
| XYZ | 25.72 | 17.87 | 6.37 | - |
| YUV | 113.56 | 97.78 | 183.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 84 | 60 | 0 | 0.56 | 0.69 | 0.25 | 10.91 | 0.52 | 0.49 |
| Hex | C0 | 54 | 3C | 0 | 38 | 45 | 19 | B | 34 | 31 |
| Octal | 300 | 124 | 74 | 0 | 70 | 105 | 31 | 13 | 64 | 61 |
| Binary | 11000000 | 1010100 | 111100 | 0 | 111000 | 1000101 | 11001 | 1011 | 110100 | 110001 |
Color Harmonies of #C0543C
Complementary color
Monochromatic Colors of #C0543C
Black with #C0543C
Text Example
Text Example
White with #C0543C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0543C; }
p { color: rgb(192,84,60); }
H1.HeaderClassName
{
color: #C0543C;
}
.AnyTagClassName
{
color: #C0543C;
}
</style>
background-color css
<style>
a { background-color: #C0543C; }
a { background-color: rgb(192,84,60); }
div.DivClassName
{
background-color: #C0543C;
}
.BgClassName
{
background-color: #C0543C;
}
</style>
border-color css
<style>
span { border-color: #C0543C; }
span { border-color: rgb(192,84,60); }
td.TdClassName
{
border-color: #C0543C;
}
.TagClassName
{
border-color: #C0543C;
}
</style>