Shades of Grenadier #C2523B
Tints of Grenadier #C2523B
RGB
CMYK
RGB Variations
Color information
#C2523B (or 0xC2523B) is known color: Grenadier. HEX triplet: C2, 52 and 3B. RGB value is (194,82,59). Sum of RGB (Red+Green+Blue) = 194+82+59=335 (44% of max value = 765). Red value is 194 (76.17% from 255 or 57.91% from 335); Green value is 82 (32.42% from 255 or 24.48% from 335); Blue value is 59 (23.44% from 255 or 17.61% from 335); Max value from RGB is 194 - color contains mainly: red. Hex color #C2523B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C2523B is #3DADC4. Grayscale: #717171. Windows color (decimal): -4042181 or 3887810. OLE color: 3887810.
HSL color Cylindrical-coordinate representation of color #C2523B: hue angle of 10.22º degrees, saturation: 0.53, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C2523B is Cyan = 0, Magento = 0.58, Yellow = 0.70 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 82 | 59 | - |
| CMYK | 0 | 0.58 | 0.70 | 0.24 |
| HSL | 10.22º | 0.53% | 0.5% | - |
| HSV(B) | 10.22º | 0.7% | 0.76% | - |
| XYZ | 26.05 | 17.82 | 6.2 | - |
| YUV | 112.87 | 97.61 | 185.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 82 | 59 | 0 | 0.58 | 0.70 | 0.24 | 10.22 | 0.53 | 0.5 |
| Hex | C2 | 52 | 3B | 0 | 3A | 46 | 18 | A | 35 | 32 |
| Octal | 302 | 122 | 73 | 0 | 72 | 106 | 30 | 12 | 65 | 62 |
| Binary | 11000010 | 1010010 | 111011 | 0 | 111010 | 1000110 | 11000 | 1010 | 110101 | 110010 |
Color Harmonies of #C2523B
Complementary color
Monochromatic Colors of #C2523B
Black with #C2523B
Text Example
Text Example
White with #C2523B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2523B; }
p { color: rgb(194,82,59); }
H1.HeaderClassName
{
color: #C2523B;
}
.AnyTagClassName
{
color: #C2523B;
}
</style>
background-color css
<style>
a { background-color: #C2523B; }
a { background-color: rgb(194,82,59); }
div.DivClassName
{
background-color: #C2523B;
}
.BgClassName
{
background-color: #C2523B;
}
</style>
border-color css
<style>
span { border-color: #C2523B; }
span { border-color: rgb(194,82,59); }
td.TdClassName
{
border-color: #C2523B;
}
.TagClassName
{
border-color: #C2523B;
}
</style>