Shades of Grenadier #CA493B
Tints of Grenadier #CA493B
RGB
CMYK
RGB Variations
Color information
#CA493B (or 0xCA493B) is known color: Grenadier. HEX triplet: CA, 49 and 3B. RGB value is (202,73,59). Sum of RGB (Red+Green+Blue) = 202+73+59=334 (44% of max value = 765). Red value is 202 (79.30% from 255 or 60.48% from 334); Green value is 73 (28.91% from 255 or 21.86% from 334); Blue value is 59 (23.44% from 255 or 17.66% from 334); Max value from RGB is 202 - color contains mainly: red. Hex color #CA493B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CA493B is #35B6C4. Grayscale: #6E6E6E. Windows color (decimal): -3520197 or 3885514. OLE color: 3885514.
HSL color Cylindrical-coordinate representation of color #CA493B: hue angle of 5.87º degrees, saturation: 0.57, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #CA493B is Cyan = 0, Magento = 0.64, Yellow = 0.71 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 73 | 59 | - |
| CMYK | 0 | 0.64 | 0.71 | 0.21 |
| HSL | 5.87º | 0.57% | 0.51% | - |
| HSV(B) | 5.87º | 0.71% | 0.79% | - |
| XYZ | 27.53 | 17.64 | 6.09 | - |
| YUV | 109.98 | 99.24 | 193.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 73 | 59 | 0 | 0.64 | 0.71 | 0.21 | 5.87 | 0.57 | 0.51 |
| Hex | CA | 49 | 3B | 0 | 40 | 47 | 15 | 6 | 39 | 33 |
| Octal | 312 | 111 | 73 | 0 | 100 | 107 | 25 | 6 | 71 | 63 |
| Binary | 11001010 | 1001001 | 111011 | 0 | 1000000 | 1000111 | 10101 | 110 | 111001 | 110011 |
Color Harmonies of #CA493B
Complementary color
Monochromatic Colors of #CA493B
Black with #CA493B
Text Example
Text Example
White with #CA493B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA493B; }
p { color: rgb(202,73,59); }
H1.HeaderClassName
{
color: #CA493B;
}
.AnyTagClassName
{
color: #CA493B;
}
</style>
background-color css
<style>
a { background-color: #CA493B; }
a { background-color: rgb(202,73,59); }
div.DivClassName
{
background-color: #CA493B;
}
.BgClassName
{
background-color: #CA493B;
}
</style>
border-color css
<style>
span { border-color: #CA493B; }
span { border-color: rgb(202,73,59); }
td.TdClassName
{
border-color: #CA493B;
}
.TagClassName
{
border-color: #CA493B;
}
</style>