Shades of Grenadier #C2523E
Tints of Grenadier #C2523E
RGB
CMYK
RGB Variations
Color information
#C2523E (or 0xC2523E) is known color: Grenadier. HEX triplet: C2, 52 and 3E. RGB value is (194,82,62). Sum of RGB (Red+Green+Blue) = 194+82+62=338 (44% of max value = 765). Red value is 194 (76.17% from 255 or 57.40% from 338); Green value is 82 (32.42% from 255 or 24.26% from 338); Blue value is 62 (24.61% from 255 or 18.34% from 338); Max value from RGB is 194 - color contains mainly: red. Hex color #C2523E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C2523E is #3DADC1. Grayscale: #717171. Windows color (decimal): -4042178 or 4084418. OLE color: 4084418.
HSL color Cylindrical-coordinate representation of color #C2523E: hue angle of 9.09º 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 #C2523E is Cyan = 0, Magento = 0.58, Yellow = 0.68 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 82 | 62 | - |
| CMYK | 0 | 0.58 | 0.68 | 0.24 |
| HSL | 9.09º | 0.52% | 0.5% | - |
| HSV(B) | 9.09º | 0.68% | 0.76% | - |
| XYZ | 26.13 | 17.85 | 6.63 | - |
| YUV | 113.21 | 99.11 | 185.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 82 | 62 | 0 | 0.58 | 0.68 | 0.24 | 9.09 | 0.52 | 0.5 |
| Hex | C2 | 52 | 3E | 0 | 3A | 44 | 18 | 9 | 34 | 32 |
| Octal | 302 | 122 | 76 | 0 | 72 | 104 | 30 | 11 | 64 | 62 |
| Binary | 11000010 | 1010010 | 111110 | 0 | 111010 | 1000100 | 11000 | 1001 | 110100 | 110010 |
Color Harmonies of #C2523E
Complementary color
Monochromatic Colors of #C2523E
Black with #C2523E
Text Example
Text Example
White with #C2523E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2523E; }
p { color: rgb(194,82,62); }
H1.HeaderClassName
{
color: #C2523E;
}
.AnyTagClassName
{
color: #C2523E;
}
</style>
background-color css
<style>
a { background-color: #C2523E; }
a { background-color: rgb(194,82,62); }
div.DivClassName
{
background-color: #C2523E;
}
.BgClassName
{
background-color: #C2523E;
}
</style>
border-color css
<style>
span { border-color: #C2523E; }
span { border-color: rgb(194,82,62); }
td.TdClassName
{
border-color: #C2523E;
}
.TagClassName
{
border-color: #C2523E;
}
</style>