Shades of Grenadier #CA4E3E
Tints of Grenadier #CA4E3E
RGB
CMYK
RGB Variations
Color information
#CA4E3E (or 0xCA4E3E) is known color: Grenadier. HEX triplet: CA, 4E and 3E. RGB value is (202,78,62). Sum of RGB (Red+Green+Blue) = 202+78+62=342 (45% of max value = 765). Red value is 202 (79.30% from 255 or 59.06% from 342); Green value is 78 (30.86% from 255 or 22.81% from 342); Blue value is 62 (24.61% from 255 or 18.13% from 342); Max value from RGB is 202 - color contains mainly: red. Hex color #CA4E3E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CA4E3E is #35B1C1. Grayscale: #717171. Windows color (decimal): -3518914 or 4083402. OLE color: 4083402.
HSL color Cylindrical-coordinate representation of color #CA4E3E: hue angle of 6.86º 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 #CA4E3E is Cyan = 0, Magento = 0.61, Yellow = 0.69 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 78 | 62 | - |
| CMYK | 0 | 0.61 | 0.69 | 0.21 |
| HSL | 6.86º | 0.57% | 0.52% | - |
| HSV(B) | 6.86º | 0.69% | 0.79% | - |
| XYZ | 27.95 | 18.35 | 6.63 | - |
| YUV | 113.25 | 99.08 | 191.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 78 | 62 | 0 | 0.61 | 0.69 | 0.21 | 6.86 | 0.57 | 0.52 |
| Hex | CA | 4E | 3E | 0 | 3D | 45 | 15 | 7 | 39 | 34 |
| Octal | 312 | 116 | 76 | 0 | 75 | 105 | 25 | 7 | 71 | 64 |
| Binary | 11001010 | 1001110 | 111110 | 0 | 111101 | 1000101 | 10101 | 111 | 111001 | 110100 |
Color Harmonies of #CA4E3E
Complementary color
Monochromatic Colors of #CA4E3E
Black with #CA4E3E
Text Example
Text Example
White with #CA4E3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA4E3E; }
p { color: rgb(202,78,62); }
H1.HeaderClassName
{
color: #CA4E3E;
}
.AnyTagClassName
{
color: #CA4E3E;
}
</style>
background-color css
<style>
a { background-color: #CA4E3E; }
a { background-color: rgb(202,78,62); }
div.DivClassName
{
background-color: #CA4E3E;
}
.BgClassName
{
background-color: #CA4E3E;
}
</style>
border-color css
<style>
span { border-color: #CA4E3E; }
span { border-color: rgb(202,78,62); }
td.TdClassName
{
border-color: #CA4E3E;
}
.TagClassName
{
border-color: #CA4E3E;
}
</style>