Shades of Grenadier #C3473D
Tints of Grenadier #C3473D
RGB
CMYK
RGB Variations
Color information
#C3473D (or 0xC3473D) is known color: Grenadier. HEX triplet: C3, 47 and 3D. RGB value is (195,71,61). Sum of RGB (Red+Green+Blue) = 195+71+61=327 (43% of max value = 765). Red value is 195 (76.56% from 255 or 59.63% from 327); Green value is 71 (28.12% from 255 or 21.71% from 327); Blue value is 61 (24.22% from 255 or 18.65% from 327); Max value from RGB is 195 - color contains mainly: red. Hex color #C3473D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C3473D is #3CB8C2. Grayscale: #6B6B6B. Windows color (decimal): -3979459 or 4016067. OLE color: 4016067.
HSL color Cylindrical-coordinate representation of color #C3473D: 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 #C3473D is Cyan = 0, Magento = 0.64, Yellow = 0.69 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 71 | 61 | - |
| 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.6 | 16.45 | 6.24 | - |
| YUV | 106.94 | 102.08 | 190.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 71 | 61 | 0 | 0.64 | 0.69 | 0.24 | 4.48 | 0.53 | 0.5 |
| Hex | C3 | 47 | 3D | 0 | 40 | 45 | 18 | 4 | 35 | 32 |
| Octal | 303 | 107 | 75 | 0 | 100 | 105 | 30 | 4 | 65 | 62 |
| Binary | 11000011 | 1000111 | 111101 | 0 | 1000000 | 1000101 | 11000 | 100 | 110101 | 110010 |
Color Harmonies of #C3473D
Complementary color
Monochromatic Colors of #C3473D
Black with #C3473D
Text Example
Text Example
White with #C3473D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3473D; }
p { color: rgb(195,71,61); }
H1.HeaderClassName
{
color: #C3473D;
}
.AnyTagClassName
{
color: #C3473D;
}
</style>
background-color css
<style>
a { background-color: #C3473D; }
a { background-color: rgb(195,71,61); }
div.DivClassName
{
background-color: #C3473D;
}
.BgClassName
{
background-color: #C3473D;
}
</style>
border-color css
<style>
span { border-color: #C3473D; }
span { border-color: rgb(195,71,61); }
td.TdClassName
{
border-color: #C3473D;
}
.TagClassName
{
border-color: #C3473D;
}
</style>