Shades of Grenadier #CA4D3E
Tints of Grenadier #CA4D3E
RGB
CMYK
RGB Variations
Color information
#CA4D3E (or 0xCA4D3E) is known color: Grenadier. HEX triplet: CA, 4D and 3E. RGB value is (202,77,62). Sum of RGB (Red+Green+Blue) = 202+77+62=341 (45% of max value = 765). Red value is 202 (79.30% from 255 or 59.24% from 341); Green value is 77 (30.47% from 255 or 22.58% from 341); Blue value is 62 (24.61% from 255 or 18.18% from 341); Max value from RGB is 202 - color contains mainly: red. Hex color #CA4D3E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CA4D3E is #35B2C1. Grayscale: #707070. Windows color (decimal): -3519170 or 4083146. OLE color: 4083146.
HSL color Cylindrical-coordinate representation of color #CA4D3E: hue angle of 6.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 #CA4D3E is Cyan = 0, Magento = 0.62, Yellow = 0.69 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 77 | 62 | - |
| CMYK | 0 | 0.62 | 0.69 | 0.21 |
| HSL | 6.43º | 0.57% | 0.52% | - |
| HSV(B) | 6.43º | 0.69% | 0.79% | - |
| XYZ | 27.88 | 18.21 | 6.6 | - |
| YUV | 112.67 | 99.41 | 191.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 77 | 62 | 0 | 0.62 | 0.69 | 0.21 | 6.43 | 0.57 | 0.52 |
| Hex | CA | 4D | 3E | 0 | 3E | 45 | 15 | 6 | 39 | 34 |
| Octal | 312 | 115 | 76 | 0 | 76 | 105 | 25 | 6 | 71 | 64 |
| Binary | 11001010 | 1001101 | 111110 | 0 | 111110 | 1000101 | 10101 | 110 | 111001 | 110100 |
Color Harmonies of #CA4D3E
Complementary color
Monochromatic Colors of #CA4D3E
Black with #CA4D3E
Text Example
Text Example
White with #CA4D3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA4D3E; }
p { color: rgb(202,77,62); }
H1.HeaderClassName
{
color: #CA4D3E;
}
.AnyTagClassName
{
color: #CA4D3E;
}
</style>
background-color css
<style>
a { background-color: #CA4D3E; }
a { background-color: rgb(202,77,62); }
div.DivClassName
{
background-color: #CA4D3E;
}
.BgClassName
{
background-color: #CA4D3E;
}
</style>
border-color css
<style>
span { border-color: #CA4D3E; }
span { border-color: rgb(202,77,62); }
td.TdClassName
{
border-color: #CA4D3E;
}
.TagClassName
{
border-color: #CA4D3E;
}
</style>