Shades of Grenadier #C2483D
Tints of Grenadier #C2483D
RGB
CMYK
RGB Variations
Color information
#C2483D (or 0xC2483D) is known color: Grenadier. HEX triplet: C2, 48 and 3D. RGB value is (194,72,61). Sum of RGB (Red+Green+Blue) = 194+72+61=327 (43% of max value = 765). Red value is 194 (76.17% from 255 or 59.33% from 327); Green value is 72 (28.52% from 255 or 22.02% from 327); Blue value is 61 (24.22% from 255 or 18.65% from 327); Max value from RGB is 194 - color contains mainly: red. Hex color #C2483D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C2483D is #3DB7C2. Grayscale: #6B6B6B. Windows color (decimal): -4044739 or 4016322. OLE color: 4016322.
HSL color Cylindrical-coordinate representation of color #C2483D: hue angle of 4.96º degrees, saturation: 0.52, 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 #C2483D is Cyan = 0, Magento = 0.63, Yellow = 0.69 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 72 | 61 | - |
| CMYK | 0 | 0.63 | 0.69 | 0.24 |
| HSL | 4.96º | 0.52% | 0.5% | - |
| HSV(B) | 4.96º | 0.69% | 0.76% | - |
| XYZ | 25.41 | 16.44 | 6.25 | - |
| YUV | 107.22 | 101.92 | 189.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 72 | 61 | 0 | 0.63 | 0.69 | 0.24 | 4.96 | 0.52 | 0.5 |
| Hex | C2 | 48 | 3D | 0 | 3F | 45 | 18 | 5 | 34 | 32 |
| Octal | 302 | 110 | 75 | 0 | 77 | 105 | 30 | 5 | 64 | 62 |
| Binary | 11000010 | 1001000 | 111101 | 0 | 111111 | 1000101 | 11000 | 101 | 110100 | 110010 |
Color Harmonies of #C2483D
Complementary color
Monochromatic Colors of #C2483D
Black with #C2483D
Text Example
Text Example
White with #C2483D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2483D; }
p { color: rgb(194,72,61); }
H1.HeaderClassName
{
color: #C2483D;
}
.AnyTagClassName
{
color: #C2483D;
}
</style>
background-color css
<style>
a { background-color: #C2483D; }
a { background-color: rgb(194,72,61); }
div.DivClassName
{
background-color: #C2483D;
}
.BgClassName
{
background-color: #C2483D;
}
</style>
border-color css
<style>
span { border-color: #C2483D; }
span { border-color: rgb(194,72,61); }
td.TdClassName
{
border-color: #C2483D;
}
.TagClassName
{
border-color: #C2483D;
}
</style>