Shades of Grenadier #C2523F
Tints of Grenadier #C2523F
RGB
CMYK
RGB Variations
Color information
#C2523F (or 0xC2523F) is known color: Grenadier. HEX triplet: C2, 52 and 3F. RGB value is (194,82,63). Sum of RGB (Red+Green+Blue) = 194+82+63=339 (44% of max value = 765). Red value is 194 (76.17% from 255 or 57.23% from 339); Green value is 82 (32.42% from 255 or 24.19% from 339); Blue value is 63 (25% from 255 or 18.58% from 339); Max value from RGB is 194 - color contains mainly: red. Hex color #C2523F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C2523F is #3DADC0. Grayscale: #717171. Windows color (decimal): -4042177 or 4149954. OLE color: 4149954.
HSL color Cylindrical-coordinate representation of color #C2523F: hue angle of 8.7º degrees, saturation: 0.52, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C2523F is Cyan = 0, Magento = 0.58, Yellow = 0.68 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 82 | 63 | - |
| CMYK | 0 | 0.58 | 0.68 | 0.24 |
| HSL | 8.7º | 0.52% | 0.5% | - |
| HSV(B) | 8.7º | 0.68% | 0.76% | - |
| XYZ | 26.16 | 17.86 | 6.77 | - |
| YUV | 113.32 | 99.61 | 185.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 82 | 63 | 0 | 0.58 | 0.68 | 0.24 | 8.7 | 0.52 | 0.5 |
| Hex | C2 | 52 | 3F | 0 | 3A | 44 | 18 | 9 | 34 | 32 |
| Octal | 302 | 122 | 77 | 0 | 72 | 104 | 30 | 11 | 64 | 62 |
| Binary | 11000010 | 1010010 | 111111 | 0 | 111010 | 1000100 | 11000 | 1001 | 110100 | 110010 |
Color Harmonies of #C2523F
Complementary color
Monochromatic Colors of #C2523F
Black with #C2523F
Text Example
Text Example
White with #C2523F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2523F; }
p { color: rgb(194,82,63); }
H1.HeaderClassName
{
color: #C2523F;
}
.AnyTagClassName
{
color: #C2523F;
}
</style>
background-color css
<style>
a { background-color: #C2523F; }
a { background-color: rgb(194,82,63); }
div.DivClassName
{
background-color: #C2523F;
}
.BgClassName
{
background-color: #C2523F;
}
</style>
border-color css
<style>
span { border-color: #C2523F; }
span { border-color: rgb(194,82,63); }
td.TdClassName
{
border-color: #C2523F;
}
.TagClassName
{
border-color: #C2523F;
}
</style>