Shades of Grenadier #C3463C
Tints of Grenadier #C3463C
RGB
CMYK
RGB Variations
Color information
#C3463C (or 0xC3463C) is known color: Grenadier. HEX triplet: C3, 46 and 3C. RGB value is (195,70,60). Sum of RGB (Red+Green+Blue) = 195+70+60=325 (43% of max value = 765). Red value is 195 (76.56% from 255 or 60% from 325); Green value is 70 (27.73% from 255 or 21.54% from 325); Blue value is 60 (23.83% from 255 or 18.46% from 325); Max value from RGB is 195 - color contains mainly: red. Hex color #C3463C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C3463C is #3CB9C3. Grayscale: #6A6A6A. Windows color (decimal): -3979716 or 3950275. OLE color: 3950275.
HSL color Cylindrical-coordinate representation of color #C3463C: hue angle of 4.44º 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 #C3463C is Cyan = 0, Magento = 0.64, Yellow = 0.69 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 70 | 60 | - |
| CMYK | 0 | 0.64 | 0.69 | 0.24 |
| HSL | 4.44º | 0.53% | 0.5% | - |
| HSV(B) | 4.44º | 0.69% | 0.76% | - |
| XYZ | 25.51 | 16.31 | 6.08 | - |
| YUV | 106.24 | 101.91 | 191.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 70 | 60 | 0 | 0.64 | 0.69 | 0.24 | 4.44 | 0.53 | 0.5 |
| Hex | C3 | 46 | 3C | 0 | 40 | 45 | 18 | 4 | 35 | 32 |
| Octal | 303 | 106 | 74 | 0 | 100 | 105 | 30 | 4 | 65 | 62 |
| Binary | 11000011 | 1000110 | 111100 | 0 | 1000000 | 1000101 | 11000 | 100 | 110101 | 110010 |
Color Harmonies of #C3463C
Complementary color
Monochromatic Colors of #C3463C
Black with #C3463C
Text Example
Text Example
White with #C3463C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3463C; }
p { color: rgb(195,70,60); }
H1.HeaderClassName
{
color: #C3463C;
}
.AnyTagClassName
{
color: #C3463C;
}
</style>
background-color css
<style>
a { background-color: #C3463C; }
a { background-color: rgb(195,70,60); }
div.DivClassName
{
background-color: #C3463C;
}
.BgClassName
{
background-color: #C3463C;
}
</style>
border-color css
<style>
span { border-color: #C3463C; }
span { border-color: rgb(195,70,60); }
td.TdClassName
{
border-color: #C3463C;
}
.TagClassName
{
border-color: #C3463C;
}
</style>