Shades of Grenadier #C9443C
Tints of Grenadier #C9443C
RGB
CMYK
RGB Variations
Color information
#C9443C (or 0xC9443C) is known color: Grenadier. HEX triplet: C9, 44 and 3C. RGB value is (201,68,60). Sum of RGB (Red+Green+Blue) = 201+68+60=329 (43% of max value = 765). Red value is 201 (78.91% from 255 or 61.09% from 329); Green value is 68 (26.95% from 255 or 20.67% from 329); Blue value is 60 (23.83% from 255 or 18.24% from 329); Max value from RGB is 201 - color contains mainly: red. Hex color #C9443C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C9443C is #36BBC3. Grayscale: #6B6B6B. Windows color (decimal): -3587012 or 3949769. OLE color: 3949769.
HSL color Cylindrical-coordinate representation of color #C9443C: hue angle of 3.4º 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 #C9443C is Cyan = 0, Magento = 0.66, Yellow = 0.70 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 68 | 60 | - |
| CMYK | 0 | 0.66 | 0.70 | 0.21 |
| HSL | 3.4º | 0.57% | 0.51% | - |
| HSV(B) | 3.4º | 0.7% | 0.79% | - |
| XYZ | 26.97 | 16.88 | 6.11 | - |
| YUV | 106.86 | 101.56 | 195.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 68 | 60 | 0 | 0.66 | 0.70 | 0.21 | 3.4 | 0.57 | 0.51 |
| Hex | C9 | 44 | 3C | 0 | 42 | 46 | 15 | 3 | 39 | 33 |
| Octal | 311 | 104 | 74 | 0 | 102 | 106 | 25 | 3 | 71 | 63 |
| Binary | 11001001 | 1000100 | 111100 | 0 | 1000010 | 1000110 | 10101 | 11 | 111001 | 110011 |
Color Harmonies of #C9443C
Complementary color
Monochromatic Colors of #C9443C
Black with #C9443C
Text Example
Text Example
White with #C9443C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9443C; }
p { color: rgb(201,68,60); }
H1.HeaderClassName
{
color: #C9443C;
}
.AnyTagClassName
{
color: #C9443C;
}
</style>
background-color css
<style>
a { background-color: #C9443C; }
a { background-color: rgb(201,68,60); }
div.DivClassName
{
background-color: #C9443C;
}
.BgClassName
{
background-color: #C9443C;
}
</style>
border-color css
<style>
span { border-color: #C9443C; }
span { border-color: rgb(201,68,60); }
td.TdClassName
{
border-color: #C9443C;
}
.TagClassName
{
border-color: #C9443C;
}
</style>