Shades of Grenadier #C3533D
Tints of Grenadier #C3533D
RGB
CMYK
RGB Variations
Color information
#C3533D (or 0xC3533D) is known color: Grenadier. HEX triplet: C3, 53 and 3D. RGB value is (195,83,61). Sum of RGB (Red+Green+Blue) = 195+83+61=339 (44% of max value = 765). Red value is 195 (76.56% from 255 or 57.52% from 339); Green value is 83 (32.81% from 255 or 24.48% from 339); Blue value is 61 (24.22% from 255 or 17.99% from 339); Max value from RGB is 195 - color contains mainly: red. Hex color #C3533D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C3533D is #3CACC2. Grayscale: #727272. Windows color (decimal): -3976387 or 4019139. OLE color: 4019139.
HSL color Cylindrical-coordinate representation of color #C3533D: hue angle of 9.85º 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 #C3533D is Cyan = 0, Magento = 0.57, Yellow = 0.69 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 83 | 61 | - |
| CMYK | 0 | 0.57 | 0.69 | 0.24 |
| HSL | 9.85º | 0.53% | 0.5% | - |
| HSV(B) | 9.85º | 0.69% | 0.76% | - |
| XYZ | 26.44 | 18.13 | 6.52 | - |
| YUV | 113.98 | 98.11 | 185.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 83 | 61 | 0 | 0.57 | 0.69 | 0.24 | 9.85 | 0.53 | 0.5 |
| Hex | C3 | 53 | 3D | 0 | 39 | 45 | 18 | A | 35 | 32 |
| Octal | 303 | 123 | 75 | 0 | 71 | 105 | 30 | 12 | 65 | 62 |
| Binary | 11000011 | 1010011 | 111101 | 0 | 111001 | 1000101 | 11000 | 1010 | 110101 | 110010 |
Color Harmonies of #C3533D
Complementary color
Monochromatic Colors of #C3533D
Black with #C3533D
Text Example
Text Example
White with #C3533D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3533D; }
p { color: rgb(195,83,61); }
H1.HeaderClassName
{
color: #C3533D;
}
.AnyTagClassName
{
color: #C3533D;
}
</style>
background-color css
<style>
a { background-color: #C3533D; }
a { background-color: rgb(195,83,61); }
div.DivClassName
{
background-color: #C3533D;
}
.BgClassName
{
background-color: #C3533D;
}
</style>
border-color css
<style>
span { border-color: #C3533D; }
span { border-color: rgb(195,83,61); }
td.TdClassName
{
border-color: #C3533D;
}
.TagClassName
{
border-color: #C3533D;
}
</style>