Shades of Grenadier #C8433E
Tints of Grenadier #C8433E
RGB
CMYK
RGB Variations
Color information
#C8433E (or 0xC8433E) is known color: Grenadier. HEX triplet: C8, 43 and 3E. RGB value is (200,67,62). Sum of RGB (Red+Green+Blue) = 200+67+62=329 (43% of max value = 765). Red value is 200 (78.52% from 255 or 60.79% from 329); Green value is 67 (26.56% from 255 or 20.36% from 329); Blue value is 62 (24.61% from 255 or 18.84% from 329); Max value from RGB is 200 - color contains mainly: red. Hex color #C8433E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C8433E is #37BCC1. Grayscale: #6A6A6A. Windows color (decimal): -3652802 or 4080584. OLE color: 4080584.
HSL color Cylindrical-coordinate representation of color #C8433E: hue angle of 2.17º 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 #C8433E is Cyan = 0, Magento = 0.66, Yellow = 0.69 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 67 | 62 | - |
| CMYK | 0 | 0.66 | 0.69 | 0.22 |
| HSL | 2.17º | 0.56% | 0.51% | - |
| HSV(B) | 2.17º | 0.69% | 0.78% | - |
| XYZ | 26.7 | 16.64 | 6.36 | - |
| YUV | 106.2 | 103.06 | 194.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 67 | 62 | 0 | 0.66 | 0.69 | 0.22 | 2.17 | 0.56 | 0.51 |
| Hex | C8 | 43 | 3E | 0 | 42 | 45 | 16 | 2 | 38 | 33 |
| Octal | 310 | 103 | 76 | 0 | 102 | 105 | 26 | 2 | 70 | 63 |
| Binary | 11001000 | 1000011 | 111110 | 0 | 1000010 | 1000101 | 10110 | 10 | 111000 | 110011 |
Color Harmonies of #C8433E
Complementary color
Monochromatic Colors of #C8433E
Black with #C8433E
Text Example
Text Example
White with #C8433E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8433E; }
p { color: rgb(200,67,62); }
H1.HeaderClassName
{
color: #C8433E;
}
.AnyTagClassName
{
color: #C8433E;
}
</style>
background-color css
<style>
a { background-color: #C8433E; }
a { background-color: rgb(200,67,62); }
div.DivClassName
{
background-color: #C8433E;
}
.BgClassName
{
background-color: #C8433E;
}
</style>
border-color css
<style>
span { border-color: #C8433E; }
span { border-color: rgb(200,67,62); }
td.TdClassName
{
border-color: #C8433E;
}
.TagClassName
{
border-color: #C8433E;
}
</style>