Shades of Grenadier #C9433A
Tints of Grenadier #C9433A
RGB
CMYK
RGB Variations
Color information
#C9433A (or 0xC9433A) is known color: Grenadier. HEX triplet: C9, 43 and 3A. RGB value is (201,67,58). Sum of RGB (Red+Green+Blue) = 201+67+58=326 (43% of max value = 765). Red value is 201 (78.91% from 255 or 61.66% from 326); Green value is 67 (26.56% from 255 or 20.55% from 326); Blue value is 58 (23.05% from 255 or 17.79% from 326); Max value from RGB is 201 - color contains mainly: red. Hex color #C9433A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C9433A is #36BCC5. Grayscale: #6A6A6A. Windows color (decimal): -3587270 or 3818441. OLE color: 3818441.
HSL color Cylindrical-coordinate representation of color #C9433A: hue angle of 3.78º degrees, saturation: 0.57, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C9433A is Cyan = 0, Magento = 0.67, Yellow = 0.71 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 67 | 58 | - |
| CMYK | 0 | 0.67 | 0.71 | 0.21 |
| HSL | 3.78º | 0.57% | 0.51% | - |
| HSV(B) | 3.78º | 0.71% | 0.79% | - |
| XYZ | 26.86 | 16.74 | 5.82 | - |
| YUV | 106.04 | 100.89 | 195.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 67 | 58 | 0 | 0.67 | 0.71 | 0.21 | 3.78 | 0.57 | 0.51 |
| Hex | C9 | 43 | 3A | 0 | 43 | 47 | 15 | 4 | 39 | 33 |
| Octal | 311 | 103 | 72 | 0 | 103 | 107 | 25 | 4 | 71 | 63 |
| Binary | 11001001 | 1000011 | 111010 | 0 | 1000011 | 1000111 | 10101 | 100 | 111001 | 110011 |
Color Harmonies of #C9433A
Complementary color
Monochromatic Colors of #C9433A
Black with #C9433A
Text Example
Text Example
White with #C9433A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9433A; }
p { color: rgb(201,67,58); }
H1.HeaderClassName
{
color: #C9433A;
}
.AnyTagClassName
{
color: #C9433A;
}
</style>
background-color css
<style>
a { background-color: #C9433A; }
a { background-color: rgb(201,67,58); }
div.DivClassName
{
background-color: #C9433A;
}
.BgClassName
{
background-color: #C9433A;
}
</style>
border-color css
<style>
span { border-color: #C9433A; }
span { border-color: rgb(201,67,58); }
td.TdClassName
{
border-color: #C9433A;
}
.TagClassName
{
border-color: #C9433A;
}
</style>