Shades of Grenadier #C8483D
Tints of Grenadier #C8483D
RGB
CMYK
RGB Variations
Color information
#C8483D (or 0xC8483D) is known color: Grenadier. HEX triplet: C8, 48 and 3D. RGB value is (200,72,61). Sum of RGB (Red+Green+Blue) = 200+72+61=333 (44% of max value = 765). Red value is 200 (78.52% from 255 or 60.06% from 333); Green value is 72 (28.52% from 255 or 21.62% from 333); Blue value is 61 (24.22% from 255 or 18.32% from 333); Max value from RGB is 200 - color contains mainly: red. Hex color #C8483D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C8483D is #37B7C2. Grayscale: #6D6D6D. Windows color (decimal): -3651523 or 4016328. OLE color: 4016328.
HSL color Cylindrical-coordinate representation of color #C8483D: hue angle of 4.75º degrees, saturation: 0.56, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C8483D is Cyan = 0, Magento = 0.64, Yellow = 0.69 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 72 | 61 | - |
| CMYK | 0 | 0.64 | 0.69 | 0.22 |
| HSL | 4.75º | 0.56% | 0.51% | - |
| HSV(B) | 4.75º | 0.7% | 0.78% | - |
| XYZ | 26.98 | 17.25 | 6.32 | - |
| YUV | 109.02 | 100.91 | 192.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 72 | 61 | 0 | 0.64 | 0.69 | 0.22 | 4.75 | 0.56 | 0.51 |
| Hex | C8 | 48 | 3D | 0 | 40 | 45 | 16 | 5 | 38 | 33 |
| Octal | 310 | 110 | 75 | 0 | 100 | 105 | 26 | 5 | 70 | 63 |
| Binary | 11001000 | 1001000 | 111101 | 0 | 1000000 | 1000101 | 10110 | 101 | 111000 | 110011 |
Color Harmonies of #C8483D
Complementary color
Monochromatic Colors of #C8483D
Black with #C8483D
Text Example
Text Example
White with #C8483D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8483D; }
p { color: rgb(200,72,61); }
H1.HeaderClassName
{
color: #C8483D;
}
.AnyTagClassName
{
color: #C8483D;
}
</style>
background-color css
<style>
a { background-color: #C8483D; }
a { background-color: rgb(200,72,61); }
div.DivClassName
{
background-color: #C8483D;
}
.BgClassName
{
background-color: #C8483D;
}
</style>
border-color css
<style>
span { border-color: #C8483D; }
span { border-color: rgb(200,72,61); }
td.TdClassName
{
border-color: #C8483D;
}
.TagClassName
{
border-color: #C8483D;
}
</style>