Shades of Grenadier #C2463C
Tints of Grenadier #C2463C
RGB
CMYK
RGB Variations
Color information
#C2463C (or 0xC2463C) is known color: Grenadier. HEX triplet: C2, 46 and 3C. RGB value is (194,70,60). Sum of RGB (Red+Green+Blue) = 194+70+60=324 (42% of max value = 765). Red value is 194 (76.17% from 255 or 59.88% from 324); Green value is 70 (27.73% from 255 or 21.60% from 324); Blue value is 60 (23.83% from 255 or 18.52% from 324); Max value from RGB is 194 - color contains mainly: red. Hex color #C2463C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C2463C is #3DB9C3. Grayscale: #6A6A6A. Windows color (decimal): -4045252 or 3950274. OLE color: 3950274.
HSL color Cylindrical-coordinate representation of color #C2463C: hue angle of 4.48º 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 #C2463C is Cyan = 0, Magento = 0.64, Yellow = 0.69 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 70 | 60 | - |
| CMYK | 0 | 0.64 | 0.69 | 0.24 |
| HSL | 4.48º | 0.53% | 0.5% | - |
| HSV(B) | 4.48º | 0.69% | 0.76% | - |
| XYZ | 25.25 | 16.18 | 6.07 | - |
| YUV | 105.94 | 102.08 | 190.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 70 | 60 | 0 | 0.64 | 0.69 | 0.24 | 4.48 | 0.53 | 0.5 |
| Hex | C2 | 46 | 3C | 0 | 40 | 45 | 18 | 4 | 35 | 32 |
| Octal | 302 | 106 | 74 | 0 | 100 | 105 | 30 | 4 | 65 | 62 |
| Binary | 11000010 | 1000110 | 111100 | 0 | 1000000 | 1000101 | 11000 | 100 | 110101 | 110010 |
Color Harmonies of #C2463C
Complementary color
Monochromatic Colors of #C2463C
Black with #C2463C
Text Example
Text Example
White with #C2463C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2463C; }
p { color: rgb(194,70,60); }
H1.HeaderClassName
{
color: #C2463C;
}
.AnyTagClassName
{
color: #C2463C;
}
</style>
background-color css
<style>
a { background-color: #C2463C; }
a { background-color: rgb(194,70,60); }
div.DivClassName
{
background-color: #C2463C;
}
.BgClassName
{
background-color: #C2463C;
}
</style>
border-color css
<style>
span { border-color: #C2463C; }
span { border-color: rgb(194,70,60); }
td.TdClassName
{
border-color: #C2463C;
}
.TagClassName
{
border-color: #C2463C;
}
</style>