Shades of Grenadier #CA4D40
Tints of Grenadier #CA4D40
RGB
CMYK
RGB Variations
Color information
#CA4D40 (or 0xCA4D40) is known color: Grenadier. HEX triplet: CA, 4D and 40. RGB value is (202,77,64). Sum of RGB (Red+Green+Blue) = 202+77+64=343 (45% of max value = 765). Red value is 202 (79.30% from 255 or 58.89% from 343); Green value is 77 (30.47% from 255 or 22.45% from 343); Blue value is 64 (25.39% from 255 or 18.66% from 343); Max value from RGB is 202 - color contains mainly: red. Hex color #CA4D40 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CA4D40 is #35B2BF. Grayscale: #717171. Windows color (decimal): -3519168 or 4214218. OLE color: 4214218.
HSL color Cylindrical-coordinate representation of color #CA4D40: hue angle of 5.65º degrees, saturation: 0.57, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #CA4D40 is Cyan = 0, Magento = 0.62, Yellow = 0.68 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 77 | 64 | - |
| CMYK | 0 | 0.62 | 0.68 | 0.21 |
| HSL | 5.65º | 0.57% | 0.52% | - |
| HSV(B) | 5.65º | 0.68% | 0.79% | - |
| XYZ | 27.94 | 18.23 | 6.9 | - |
| YUV | 112.89 | 100.41 | 191.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 77 | 64 | 0 | 0.62 | 0.68 | 0.21 | 5.65 | 0.57 | 0.52 |
| Hex | CA | 4D | 40 | 0 | 3E | 44 | 15 | 6 | 39 | 34 |
| Octal | 312 | 115 | 100 | 0 | 76 | 104 | 25 | 6 | 71 | 64 |
| Binary | 11001010 | 1001101 | 1000000 | 0 | 111110 | 1000100 | 10101 | 110 | 111001 | 110100 |
Color Harmonies of #CA4D40
Complementary color
Monochromatic Colors of #CA4D40
Black with #CA4D40
Text Example
Text Example
White with #CA4D40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA4D40; }
p { color: rgb(202,77,64); }
H1.HeaderClassName
{
color: #CA4D40;
}
.AnyTagClassName
{
color: #CA4D40;
}
</style>
background-color css
<style>
a { background-color: #CA4D40; }
a { background-color: rgb(202,77,64); }
div.DivClassName
{
background-color: #CA4D40;
}
.BgClassName
{
background-color: #CA4D40;
}
</style>
border-color css
<style>
span { border-color: #CA4D40; }
span { border-color: rgb(202,77,64); }
td.TdClassName
{
border-color: #CA4D40;
}
.TagClassName
{
border-color: #CA4D40;
}
</style>