Shades of Grenadier #C8433A
Tints of Grenadier #C8433A
RGB
CMYK
RGB Variations
Color information
#C8433A (or 0xC8433A) is known color: Grenadier. HEX triplet: C8, 43 and 3A. RGB value is (200,67,58). Sum of RGB (Red+Green+Blue) = 200+67+58=325 (43% of max value = 765). Red value is 200 (78.52% from 255 or 61.54% from 325); Green value is 67 (26.56% from 255 or 20.62% from 325); Blue value is 58 (23.05% from 255 or 17.85% from 325); Max value from RGB is 200 - color contains mainly: red. Hex color #C8433A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C8433A is #37BCC5. Grayscale: #696969. Windows color (decimal): -3652806 or 3818440. OLE color: 3818440.
HSL color Cylindrical-coordinate representation of color #C8433A: hue angle of 3.8º degrees, saturation: 0.56, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C8433A is Cyan = 0, Magento = 0.66, Yellow = 0.71 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 67 | 58 | - |
| CMYK | 0 | 0.66 | 0.71 | 0.22 |
| HSL | 3.8º | 0.56% | 0.51% | - |
| HSV(B) | 3.8º | 0.71% | 0.78% | - |
| XYZ | 26.59 | 16.6 | 5.81 | - |
| YUV | 105.74 | 101.06 | 195.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 67 | 58 | 0 | 0.66 | 0.71 | 0.22 | 3.8 | 0.56 | 0.51 |
| Hex | C8 | 43 | 3A | 0 | 42 | 47 | 16 | 4 | 38 | 33 |
| Octal | 310 | 103 | 72 | 0 | 102 | 107 | 26 | 4 | 70 | 63 |
| Binary | 11001000 | 1000011 | 111010 | 0 | 1000010 | 1000111 | 10110 | 100 | 111000 | 110011 |
Color Harmonies of #C8433A
Complementary color
Monochromatic Colors of #C8433A
Black with #C8433A
Text Example
Text Example
White with #C8433A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8433A; }
p { color: rgb(200,67,58); }
H1.HeaderClassName
{
color: #C8433A;
}
.AnyTagClassName
{
color: #C8433A;
}
</style>
background-color css
<style>
a { background-color: #C8433A; }
a { background-color: rgb(200,67,58); }
div.DivClassName
{
background-color: #C8433A;
}
.BgClassName
{
background-color: #C8433A;
}
</style>
border-color css
<style>
span { border-color: #C8433A; }
span { border-color: rgb(200,67,58); }
td.TdClassName
{
border-color: #C8433A;
}
.TagClassName
{
border-color: #C8433A;
}
</style>