Shades of Grenadier #CA503E
Tints of Grenadier #CA503E
RGB
CMYK
RGB Variations
Color information
#CA503E (or 0xCA503E) is known color: Grenadier. HEX triplet: CA, 50 and 3E. RGB value is (202,80,62). Sum of RGB (Red+Green+Blue) = 202+80+62=344 (45% of max value = 765). Red value is 202 (79.30% from 255 or 58.72% from 344); Green value is 80 (31.64% from 255 or 23.26% from 344); Blue value is 62 (24.61% from 255 or 18.02% from 344); Max value from RGB is 202 - color contains mainly: red. Hex color #CA503E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CA503E is #35AFC1. Grayscale: #727272. Windows color (decimal): -3518402 or 4083914. OLE color: 4083914.
HSL color Cylindrical-coordinate representation of color #CA503E: hue angle of 7.71º degrees, saturation: 0.57, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #CA503E is Cyan = 0, Magento = 0.60, Yellow = 0.69 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 80 | 62 | - |
| CMYK | 0 | 0.60 | 0.69 | 0.21 |
| HSL | 7.71º | 0.57% | 0.52% | - |
| HSV(B) | 7.71º | 0.69% | 0.79% | - |
| XYZ | 28.1 | 18.64 | 6.67 | - |
| YUV | 114.43 | 98.42 | 190.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 80 | 62 | 0 | 0.60 | 0.69 | 0.21 | 7.71 | 0.57 | 0.52 |
| Hex | CA | 50 | 3E | 0 | 3C | 45 | 15 | 8 | 39 | 34 |
| Octal | 312 | 120 | 76 | 0 | 74 | 105 | 25 | 10 | 71 | 64 |
| Binary | 11001010 | 1010000 | 111110 | 0 | 111100 | 1000101 | 10101 | 1000 | 111001 | 110100 |
Color Harmonies of #CA503E
Complementary color
Monochromatic Colors of #CA503E
Black with #CA503E
Text Example
Text Example
White with #CA503E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA503E; }
p { color: rgb(202,80,62); }
H1.HeaderClassName
{
color: #CA503E;
}
.AnyTagClassName
{
color: #CA503E;
}
</style>
background-color css
<style>
a { background-color: #CA503E; }
a { background-color: rgb(202,80,62); }
div.DivClassName
{
background-color: #CA503E;
}
.BgClassName
{
background-color: #CA503E;
}
</style>
border-color css
<style>
span { border-color: #CA503E; }
span { border-color: rgb(202,80,62); }
td.TdClassName
{
border-color: #CA503E;
}
.TagClassName
{
border-color: #CA503E;
}
</style>