Shades of Grenadier #C2583C
Tints of Grenadier #C2583C
RGB
CMYK
RGB Variations
Color information
#C2583C (or 0xC2583C) is known color: Grenadier. HEX triplet: C2, 58 and 3C. RGB value is (194,88,60). Sum of RGB (Red+Green+Blue) = 194+88+60=342 (45% of max value = 765). Red value is 194 (76.17% from 255 or 56.73% from 342); Green value is 88 (34.77% from 255 or 25.73% from 342); Blue value is 60 (23.83% from 255 or 17.54% from 342); Max value from RGB is 194 - color contains mainly: red. Hex color #C2583C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C2583C is #3DA7C3. Grayscale: #747474. Windows color (decimal): -4040644 or 3954882. OLE color: 3954882.
HSL color Cylindrical-coordinate representation of color #C2583C: hue angle of 12.54º 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 #C2583C is Cyan = 0, Magento = 0.55, Yellow = 0.69 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 88 | 60 | - |
| CMYK | 0 | 0.55 | 0.69 | 0.24 |
| HSL | 12.54º | 0.53% | 0.5% | - |
| HSV(B) | 12.54º | 0.69% | 0.76% | - |
| XYZ | 26.55 | 18.78 | 6.5 | - |
| YUV | 116.5 | 96.12 | 183.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 88 | 60 | 0 | 0.55 | 0.69 | 0.24 | 12.54 | 0.53 | 0.5 |
| Hex | C2 | 58 | 3C | 0 | 37 | 45 | 18 | D | 35 | 32 |
| Octal | 302 | 130 | 74 | 0 | 67 | 105 | 30 | 15 | 65 | 62 |
| Binary | 11000010 | 1011000 | 111100 | 0 | 110111 | 1000101 | 11000 | 1101 | 110101 | 110010 |
Color Harmonies of #C2583C
Complementary color
Monochromatic Colors of #C2583C
Black with #C2583C
Text Example
Text Example
White with #C2583C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2583C; }
p { color: rgb(194,88,60); }
H1.HeaderClassName
{
color: #C2583C;
}
.AnyTagClassName
{
color: #C2583C;
}
</style>
background-color css
<style>
a { background-color: #C2583C; }
a { background-color: rgb(194,88,60); }
div.DivClassName
{
background-color: #C2583C;
}
.BgClassName
{
background-color: #C2583C;
}
</style>
border-color css
<style>
span { border-color: #C2583C; }
span { border-color: rgb(194,88,60); }
td.TdClassName
{
border-color: #C2583C;
}
.TagClassName
{
border-color: #C2583C;
}
</style>