Shades of Grenadier #C34F3C
Tints of Grenadier #C34F3C
RGB
CMYK
RGB Variations
Color information
#C34F3C (or 0xC34F3C) is known color: Grenadier. HEX triplet: C3, 4F and 3C. RGB value is (195,79,60). Sum of RGB (Red+Green+Blue) = 195+79+60=334 (44% of max value = 765). Red value is 195 (76.56% from 255 or 58.38% from 334); Green value is 79 (31.25% from 255 or 23.65% from 334); Blue value is 60 (23.83% from 255 or 17.96% from 334); Max value from RGB is 195 - color contains mainly: red. Hex color #C34F3C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C34F3C is #3CB0C3. Grayscale: #6F6F6F. Windows color (decimal): -3977412 or 3952579. OLE color: 3952579.
HSL color Cylindrical-coordinate representation of color #C34F3C: hue angle of 8.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 #C34F3C is Cyan = 0, Magento = 0.59, Yellow = 0.69 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 79 | 60 | - |
| CMYK | 0 | 0.59 | 0.69 | 0.24 |
| HSL | 8.44º | 0.53% | 0.5% | - |
| HSV(B) | 8.44º | 0.69% | 0.76% | - |
| XYZ | 26.12 | 17.52 | 6.28 | - |
| YUV | 111.52 | 98.93 | 187.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 79 | 60 | 0 | 0.59 | 0.69 | 0.24 | 8.44 | 0.53 | 0.5 |
| Hex | C3 | 4F | 3C | 0 | 3B | 45 | 18 | 8 | 35 | 32 |
| Octal | 303 | 117 | 74 | 0 | 73 | 105 | 30 | 10 | 65 | 62 |
| Binary | 11000011 | 1001111 | 111100 | 0 | 111011 | 1000101 | 11000 | 1000 | 110101 | 110010 |
Color Harmonies of #C34F3C
Complementary color
Monochromatic Colors of #C34F3C
Black with #C34F3C
Text Example
Text Example
White with #C34F3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C34F3C; }
p { color: rgb(195,79,60); }
H1.HeaderClassName
{
color: #C34F3C;
}
.AnyTagClassName
{
color: #C34F3C;
}
</style>
background-color css
<style>
a { background-color: #C34F3C; }
a { background-color: rgb(195,79,60); }
div.DivClassName
{
background-color: #C34F3C;
}
.BgClassName
{
background-color: #C34F3C;
}
</style>
border-color css
<style>
span { border-color: #C34F3C; }
span { border-color: rgb(195,79,60); }
td.TdClassName
{
border-color: #C34F3C;
}
.TagClassName
{
border-color: #C34F3C;
}
</style>