Shades of Grenadier #C2463D
Tints of Grenadier #C2463D
RGB
CMYK
RGB Variations
Color information
#C2463D (or 0xC2463D) is known color: Grenadier. HEX triplet: C2, 46 and 3D. RGB value is (194,70,61). Sum of RGB (Red+Green+Blue) = 194+70+61=325 (43% of max value = 765). Red value is 194 (76.17% from 255 or 59.69% from 325); Green value is 70 (27.73% from 255 or 21.54% from 325); Blue value is 61 (24.22% from 255 or 18.77% from 325); Max value from RGB is 194 - color contains mainly: red. Hex color #C2463D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C2463D is #3DB9C2. Grayscale: #6A6A6A. Windows color (decimal): -4045251 or 4015810. OLE color: 4015810.
HSL color Cylindrical-coordinate representation of color #C2463D: hue angle of 4.06º degrees, saturation: 0.52, 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 #C2463D is Cyan = 0, Magento = 0.64, Yellow = 0.69 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 70 | 61 | - |
| CMYK | 0 | 0.64 | 0.69 | 0.24 |
| HSL | 4.06º | 0.52% | 0.5% | - |
| HSV(B) | 4.06º | 0.69% | 0.76% | - |
| XYZ | 25.28 | 16.19 | 6.21 | - |
| YUV | 106.05 | 102.58 | 190.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 70 | 61 | 0 | 0.64 | 0.69 | 0.24 | 4.06 | 0.52 | 0.5 |
| Hex | C2 | 46 | 3D | 0 | 40 | 45 | 18 | 4 | 34 | 32 |
| Octal | 302 | 106 | 75 | 0 | 100 | 105 | 30 | 4 | 64 | 62 |
| Binary | 11000010 | 1000110 | 111101 | 0 | 1000000 | 1000101 | 11000 | 100 | 110100 | 110010 |
Color Harmonies of #C2463D
Complementary color
Monochromatic Colors of #C2463D
Black with #C2463D
Text Example
Text Example
White with #C2463D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2463D; }
p { color: rgb(194,70,61); }
H1.HeaderClassName
{
color: #C2463D;
}
.AnyTagClassName
{
color: #C2463D;
}
</style>
background-color css
<style>
a { background-color: #C2463D; }
a { background-color: rgb(194,70,61); }
div.DivClassName
{
background-color: #C2463D;
}
.BgClassName
{
background-color: #C2463D;
}
</style>
border-color css
<style>
span { border-color: #C2463D; }
span { border-color: rgb(194,70,61); }
td.TdClassName
{
border-color: #C2463D;
}
.TagClassName
{
border-color: #C2463D;
}
</style>