Shades of Grenadier #C1583C
Tints of Grenadier #C1583C
RGB
CMYK
RGB Variations
Color information
#C1583C (or 0xC1583C) is known color: Grenadier. HEX triplet: C1, 58 and 3C. RGB value is (193,88,60). Sum of RGB (Red+Green+Blue) = 193+88+60=341 (45% of max value = 765). Red value is 193 (75.78% from 255 or 56.60% from 341); Green value is 88 (34.77% from 255 or 25.81% from 341); Blue value is 60 (23.83% from 255 or 17.60% from 341); Max value from RGB is 193 - color contains mainly: red. Hex color #C1583C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C1583C is #3EA7C3. Grayscale: #747474. Windows color (decimal): -4106180 or 3954881. OLE color: 3954881.
HSL color Cylindrical-coordinate representation of color #C1583C: hue angle of 12.63º degrees, saturation: 0.53, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C1583C is Cyan = 0, Magento = 0.54, Yellow = 0.69 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 88 | 60 | - |
| CMYK | 0 | 0.54 | 0.69 | 0.24 |
| HSL | 12.63º | 0.53% | 0.5% | - |
| HSV(B) | 12.63º | 0.69% | 0.76% | - |
| XYZ | 26.3 | 18.64 | 6.49 | - |
| YUV | 116.2 | 96.29 | 182.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 88 | 60 | 0 | 0.54 | 0.69 | 0.24 | 12.63 | 0.53 | 0.5 |
| Hex | C1 | 58 | 3C | 0 | 36 | 45 | 18 | D | 35 | 32 |
| Octal | 301 | 130 | 74 | 0 | 66 | 105 | 30 | 15 | 65 | 62 |
| Binary | 11000001 | 1011000 | 111100 | 0 | 110110 | 1000101 | 11000 | 1101 | 110101 | 110010 |
Color Harmonies of #C1583C
Complementary color
Monochromatic Colors of #C1583C
Black with #C1583C
Text Example
Text Example
White with #C1583C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1583C; }
p { color: rgb(193,88,60); }
H1.HeaderClassName
{
color: #C1583C;
}
.AnyTagClassName
{
color: #C1583C;
}
</style>
background-color css
<style>
a { background-color: #C1583C; }
a { background-color: rgb(193,88,60); }
div.DivClassName
{
background-color: #C1583C;
}
.BgClassName
{
background-color: #C1583C;
}
</style>
border-color css
<style>
span { border-color: #C1583C; }
span { border-color: rgb(193,88,60); }
td.TdClassName
{
border-color: #C1583C;
}
.TagClassName
{
border-color: #C1583C;
}
</style>