Shades of Grenadier #C35340
Tints of Grenadier #C35340
RGB
CMYK
RGB Variations
Color information
#C35340 (or 0xC35340) is known color: Grenadier. HEX triplet: C3, 53 and 40. RGB value is (195,83,64). Sum of RGB (Red+Green+Blue) = 195+83+64=342 (45% of max value = 765). Red value is 195 (76.56% from 255 or 57.02% from 342); Green value is 83 (32.81% from 255 or 24.27% from 342); Blue value is 64 (25.39% from 255 or 18.71% from 342); Max value from RGB is 195 - color contains mainly: red. Hex color #C35340 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C35340 is #3CACBF. Grayscale: #727272. Windows color (decimal): -3976384 or 4215747. OLE color: 4215747.
HSL color Cylindrical-coordinate representation of color #C35340: hue angle of 8.7º 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 #C35340 is Cyan = 0, Magento = 0.57, Yellow = 0.67 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 83 | 64 | - |
| CMYK | 0 | 0.57 | 0.67 | 0.24 |
| HSL | 8.7º | 0.52% | 0.51% | - |
| HSV(B) | 8.7º | 0.67% | 0.76% | - |
| XYZ | 26.52 | 18.16 | 6.96 | - |
| YUV | 114.32 | 99.61 | 185.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 83 | 64 | 0 | 0.57 | 0.67 | 0.24 | 8.7 | 0.52 | 0.51 |
| Hex | C3 | 53 | 40 | 0 | 39 | 43 | 18 | 9 | 34 | 33 |
| Octal | 303 | 123 | 100 | 0 | 71 | 103 | 30 | 11 | 64 | 63 |
| Binary | 11000011 | 1010011 | 1000000 | 0 | 111001 | 1000011 | 11000 | 1001 | 110100 | 110011 |
Color Harmonies of #C35340
Complementary color
Monochromatic Colors of #C35340
Black with #C35340
Text Example
Text Example
White with #C35340
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C35340; }
p { color: rgb(195,83,64); }
H1.HeaderClassName
{
color: #C35340;
}
.AnyTagClassName
{
color: #C35340;
}
</style>
background-color css
<style>
a { background-color: #C35340; }
a { background-color: rgb(195,83,64); }
div.DivClassName
{
background-color: #C35340;
}
.BgClassName
{
background-color: #C35340;
}
</style>
border-color css
<style>
span { border-color: #C35340; }
span { border-color: rgb(195,83,64); }
td.TdClassName
{
border-color: #C35340;
}
.TagClassName
{
border-color: #C35340;
}
</style>