Shades of Grenadier #CA4637
Tints of Grenadier #CA4637
RGB
CMYK
RGB Variations
Color information
#CA4637 (or 0xCA4637) is known color: Grenadier. HEX triplet: CA, 46 and 37. RGB value is (202,70,55). Sum of RGB (Red+Green+Blue) = 202+70+55=327 (43% of max value = 765). Red value is 202 (79.30% from 255 or 61.77% from 327); Green value is 70 (27.73% from 255 or 21.41% from 327); Blue value is 55 (21.88% from 255 or 16.82% from 327); Max value from RGB is 202 - color contains mainly: red. Hex color #CA4637 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CA4637 is #35B9C8. Grayscale: #6B6B6B. Windows color (decimal): -3520969 or 3622602. OLE color: 3622602.
HSL color Cylindrical-coordinate representation of color #CA4637: hue angle of 6.12º degrees, saturation: 0.58, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #CA4637 is Cyan = 0, Magento = 0.65, Yellow = 0.73 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 70 | 55 | - |
| CMYK | 0 | 0.65 | 0.73 | 0.21 |
| HSL | 6.12º | 0.58% | 0.5% | - |
| HSV(B) | 6.12º | 0.73% | 0.79% | - |
| XYZ | 27.24 | 17.21 | 5.5 | - |
| YUV | 107.76 | 98.23 | 195.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 70 | 55 | 0 | 0.65 | 0.73 | 0.21 | 6.12 | 0.58 | 0.5 |
| Hex | CA | 46 | 37 | 0 | 41 | 49 | 15 | 6 | 3A | 32 |
| Octal | 312 | 106 | 67 | 0 | 101 | 111 | 25 | 6 | 72 | 62 |
| Binary | 11001010 | 1000110 | 110111 | 0 | 1000001 | 1001001 | 10101 | 110 | 111010 | 110010 |
Color Harmonies of #CA4637
Complementary color
Monochromatic Colors of #CA4637
Black with #CA4637
Text Example
Text Example
White with #CA4637
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA4637; }
p { color: rgb(202,70,55); }
H1.HeaderClassName
{
color: #CA4637;
}
.AnyTagClassName
{
color: #CA4637;
}
</style>
background-color css
<style>
a { background-color: #CA4637; }
a { background-color: rgb(202,70,55); }
div.DivClassName
{
background-color: #CA4637;
}
.BgClassName
{
background-color: #CA4637;
}
</style>
border-color css
<style>
span { border-color: #CA4637; }
span { border-color: rgb(202,70,55); }
td.TdClassName
{
border-color: #CA4637;
}
.TagClassName
{
border-color: #CA4637;
}
</style>