Shades of Grenadier #C9433C
Tints of Grenadier #C9433C
RGB
CMYK
RGB Variations
Color information
#C9433C (or 0xC9433C) is known color: Grenadier. HEX triplet: C9, 43 and 3C. RGB value is (201,67,60). Sum of RGB (Red+Green+Blue) = 201+67+60=328 (43% of max value = 765). Red value is 201 (78.91% from 255 or 61.28% from 328); Green value is 67 (26.56% from 255 or 20.43% from 328); Blue value is 60 (23.83% from 255 or 18.29% from 328); Max value from RGB is 201 - color contains mainly: red. Hex color #C9433C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C9433C is #36BCC3. Grayscale: #6A6A6A. Windows color (decimal): -3587268 or 3949513. OLE color: 3949513.
HSL color Cylindrical-coordinate representation of color #C9433C: hue angle of 2.98º degrees, saturation: 0.57, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C9433C is Cyan = 0, Magento = 0.67, Yellow = 0.70 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 67 | 60 | - |
| CMYK | 0 | 0.67 | 0.70 | 0.21 |
| HSL | 2.98º | 0.57% | 0.51% | - |
| HSV(B) | 2.98º | 0.7% | 0.79% | - |
| XYZ | 26.91 | 16.76 | 6.09 | - |
| YUV | 106.27 | 101.89 | 195.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 67 | 60 | 0 | 0.67 | 0.70 | 0.21 | 2.98 | 0.57 | 0.51 |
| Hex | C9 | 43 | 3C | 0 | 43 | 46 | 15 | 3 | 39 | 33 |
| Octal | 311 | 103 | 74 | 0 | 103 | 106 | 25 | 3 | 71 | 63 |
| Binary | 11001001 | 1000011 | 111100 | 0 | 1000011 | 1000110 | 10101 | 11 | 111001 | 110011 |
Color Harmonies of #C9433C
Complementary color
Monochromatic Colors of #C9433C
Black with #C9433C
Text Example
Text Example
White with #C9433C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9433C; }
p { color: rgb(201,67,60); }
H1.HeaderClassName
{
color: #C9433C;
}
.AnyTagClassName
{
color: #C9433C;
}
</style>
background-color css
<style>
a { background-color: #C9433C; }
a { background-color: rgb(201,67,60); }
div.DivClassName
{
background-color: #C9433C;
}
.BgClassName
{
background-color: #C9433C;
}
</style>
border-color css
<style>
span { border-color: #C9433C; }
span { border-color: rgb(201,67,60); }
td.TdClassName
{
border-color: #C9433C;
}
.TagClassName
{
border-color: #C9433C;
}
</style>