Shades of Grenadier #CA463C
Tints of Grenadier #CA463C
RGB
CMYK
RGB Variations
Color information
#CA463C (or 0xCA463C) is known color: Grenadier. HEX triplet: CA, 46 and 3C. RGB value is (202,70,60). Sum of RGB (Red+Green+Blue) = 202+70+60=332 (43% of max value = 765). Red value is 202 (79.30% from 255 or 60.84% from 332); Green value is 70 (27.73% from 255 or 21.08% from 332); Blue value is 60 (23.83% from 255 or 18.07% from 332); Max value from RGB is 202 - color contains mainly: red. Hex color #CA463C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CA463C is #35B9C3. Grayscale: #6C6C6C. Windows color (decimal): -3520964 or 3950282. OLE color: 3950282.
HSL color Cylindrical-coordinate representation of color #CA463C: hue angle of 4.23º degrees, saturation: 0.57, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #CA463C is Cyan = 0, Magento = 0.65, Yellow = 0.70 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 70 | 60 | - |
| CMYK | 0 | 0.65 | 0.70 | 0.21 |
| HSL | 4.23º | 0.57% | 0.51% | - |
| HSV(B) | 4.23º | 0.7% | 0.79% | - |
| XYZ | 27.36 | 17.26 | 6.16 | - |
| YUV | 108.33 | 100.73 | 194.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 70 | 60 | 0 | 0.65 | 0.70 | 0.21 | 4.23 | 0.57 | 0.51 |
| Hex | CA | 46 | 3C | 0 | 41 | 46 | 15 | 4 | 39 | 33 |
| Octal | 312 | 106 | 74 | 0 | 101 | 106 | 25 | 4 | 71 | 63 |
| Binary | 11001010 | 1000110 | 111100 | 0 | 1000001 | 1000110 | 10101 | 100 | 111001 | 110011 |
Color Harmonies of #CA463C
Complementary color
Monochromatic Colors of #CA463C
Black with #CA463C
Text Example
Text Example
White with #CA463C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA463C; }
p { color: rgb(202,70,60); }
H1.HeaderClassName
{
color: #CA463C;
}
.AnyTagClassName
{
color: #CA463C;
}
</style>
background-color css
<style>
a { background-color: #CA463C; }
a { background-color: rgb(202,70,60); }
div.DivClassName
{
background-color: #CA463C;
}
.BgClassName
{
background-color: #CA463C;
}
</style>
border-color css
<style>
span { border-color: #CA463C; }
span { border-color: rgb(202,70,60); }
td.TdClassName
{
border-color: #CA463C;
}
.TagClassName
{
border-color: #CA463C;
}
</style>