Shades of Grenadier #C04A3C
Tints of Grenadier #C04A3C
RGB
CMYK
RGB Variations
Color information
#C04A3C (or 0xC04A3C) is known color: Grenadier. HEX triplet: C0, 4A and 3C. RGB value is (192,74,60). Sum of RGB (Red+Green+Blue) = 192+74+60=326 (43% of max value = 765). Red value is 192 (75.39% from 255 or 58.90% from 326); Green value is 74 (29.30% from 255 or 22.70% from 326); Blue value is 60 (23.83% from 255 or 18.40% from 326); Max value from RGB is 192 - color contains mainly: red. Hex color #C04A3C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C04A3C is #3FB5C3. Grayscale: #6B6B6B. Windows color (decimal): -4175300 or 3951296. OLE color: 3951296.
HSL color Cylindrical-coordinate representation of color #C04A3C: hue angle of 6.36º degrees, saturation: 0.52, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C04A3C is Cyan = 0, Magento = 0.61, Yellow = 0.69 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 74 | 60 | - |
| CMYK | 0 | 0.61 | 0.69 | 0.25 |
| HSL | 6.36º | 0.52% | 0.49% | - |
| HSV(B) | 6.36º | 0.69% | 0.75% | - |
| XYZ | 25 | 16.43 | 6.13 | - |
| YUV | 107.69 | 101.09 | 188.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 74 | 60 | 0 | 0.61 | 0.69 | 0.25 | 6.36 | 0.52 | 0.49 |
| Hex | C0 | 4A | 3C | 0 | 3D | 45 | 19 | 6 | 34 | 31 |
| Octal | 300 | 112 | 74 | 0 | 75 | 105 | 31 | 6 | 64 | 61 |
| Binary | 11000000 | 1001010 | 111100 | 0 | 111101 | 1000101 | 11001 | 110 | 110100 | 110001 |
Color Harmonies of #C04A3C
Complementary color
Monochromatic Colors of #C04A3C
Black with #C04A3C
Text Example
Text Example
White with #C04A3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C04A3C; }
p { color: rgb(192,74,60); }
H1.HeaderClassName
{
color: #C04A3C;
}
.AnyTagClassName
{
color: #C04A3C;
}
</style>
background-color css
<style>
a { background-color: #C04A3C; }
a { background-color: rgb(192,74,60); }
div.DivClassName
{
background-color: #C04A3C;
}
.BgClassName
{
background-color: #C04A3C;
}
</style>
border-color css
<style>
span { border-color: #C04A3C; }
span { border-color: rgb(192,74,60); }
td.TdClassName
{
border-color: #C04A3C;
}
.TagClassName
{
border-color: #C04A3C;
}
</style>