Shades of Grenadier #C35040
Tints of Grenadier #C35040
RGB
CMYK
RGB Variations
Color information
#C35040 (or 0xC35040) is known color: Grenadier. HEX triplet: C3, 50 and 40. RGB value is (195,80,64). Sum of RGB (Red+Green+Blue) = 195+80+64=339 (44% of max value = 765). Red value is 195 (76.56% from 255 or 57.52% from 339); Green value is 80 (31.64% from 255 or 23.60% from 339); Blue value is 64 (25.39% from 255 or 18.88% from 339); Max value from RGB is 195 - color contains mainly: red. Hex color #C35040 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C35040 is #3CAFBF. Grayscale: #707070. Windows color (decimal): -3977152 or 4214979. OLE color: 4214979.
HSL color Cylindrical-coordinate representation of color #C35040: hue angle of 7.33º degrees, saturation: 0.52, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C35040 is Cyan = 0, Magento = 0.59, Yellow = 0.67 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 80 | 64 | - |
| CMYK | 0 | 0.59 | 0.67 | 0.24 |
| HSL | 7.33º | 0.52% | 0.51% | - |
| HSV(B) | 7.33º | 0.67% | 0.76% | - |
| XYZ | 26.3 | 17.71 | 6.88 | - |
| YUV | 112.56 | 100.6 | 186.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 80 | 64 | 0 | 0.59 | 0.67 | 0.24 | 7.33 | 0.52 | 0.51 |
| Hex | C3 | 50 | 40 | 0 | 3B | 43 | 18 | 7 | 34 | 33 |
| Octal | 303 | 120 | 100 | 0 | 73 | 103 | 30 | 7 | 64 | 63 |
| Binary | 11000011 | 1010000 | 1000000 | 0 | 111011 | 1000011 | 11000 | 111 | 110100 | 110011 |
Color Harmonies of #C35040
Complementary color
Monochromatic Colors of #C35040
Black with #C35040
Text Example
Text Example
White with #C35040
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C35040; }
p { color: rgb(195,80,64); }
H1.HeaderClassName
{
color: #C35040;
}
.AnyTagClassName
{
color: #C35040;
}
</style>
background-color css
<style>
a { background-color: #C35040; }
a { background-color: rgb(195,80,64); }
div.DivClassName
{
background-color: #C35040;
}
.BgClassName
{
background-color: #C35040;
}
</style>
border-color css
<style>
span { border-color: #C35040; }
span { border-color: rgb(195,80,64); }
td.TdClassName
{
border-color: #C35040;
}
.TagClassName
{
border-color: #C35040;
}
</style>