Shades of Grenadier #CA463E
Tints of Grenadier #CA463E
RGB
CMYK
RGB Variations
Color information
#CA463E (or 0xCA463E) is known color: Grenadier. HEX triplet: CA, 46 and 3E. RGB value is (202,70,62). Sum of RGB (Red+Green+Blue) = 202+70+62=334 (44% of max value = 765). Red value is 202 (79.30% from 255 or 60.48% from 334); Green value is 70 (27.73% from 255 or 20.96% from 334); Blue value is 62 (24.61% from 255 or 18.56% from 334); Max value from RGB is 202 - color contains mainly: red. Hex color #CA463E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CA463E is #35B9C1. Grayscale: #6C6C6C. Windows color (decimal): -3520962 or 4081354. OLE color: 4081354.
HSL color Cylindrical-coordinate representation of color #CA463E: hue angle of 3.43º 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 #CA463E is Cyan = 0, Magento = 0.65, Yellow = 0.69 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 70 | 62 | - |
| CMYK | 0 | 0.65 | 0.69 | 0.21 |
| HSL | 3.43º | 0.57% | 0.52% | - |
| HSV(B) | 3.43º | 0.69% | 0.79% | - |
| XYZ | 27.42 | 17.28 | 6.45 | - |
| YUV | 108.56 | 101.73 | 194.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 70 | 62 | 0 | 0.65 | 0.69 | 0.21 | 3.43 | 0.57 | 0.52 |
| Hex | CA | 46 | 3E | 0 | 41 | 45 | 15 | 3 | 39 | 34 |
| Octal | 312 | 106 | 76 | 0 | 101 | 105 | 25 | 3 | 71 | 64 |
| Binary | 11001010 | 1000110 | 111110 | 0 | 1000001 | 1000101 | 10101 | 11 | 111001 | 110100 |
Color Harmonies of #CA463E
Complementary color
Monochromatic Colors of #CA463E
Black with #CA463E
Text Example
Text Example
White with #CA463E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA463E; }
p { color: rgb(202,70,62); }
H1.HeaderClassName
{
color: #CA463E;
}
.AnyTagClassName
{
color: #CA463E;
}
</style>
background-color css
<style>
a { background-color: #CA463E; }
a { background-color: rgb(202,70,62); }
div.DivClassName
{
background-color: #CA463E;
}
.BgClassName
{
background-color: #CA463E;
}
</style>
border-color css
<style>
span { border-color: #CA463E; }
span { border-color: rgb(202,70,62); }
td.TdClassName
{
border-color: #CA463E;
}
.TagClassName
{
border-color: #CA463E;
}
</style>