Shades of Grenadier #CA4F3E
Tints of Grenadier #CA4F3E
RGB
CMYK
RGB Variations
Color information
#CA4F3E (or 0xCA4F3E) is known color: Grenadier. HEX triplet: CA, 4F and 3E. RGB value is (202,79,62). Sum of RGB (Red+Green+Blue) = 202+79+62=343 (45% of max value = 765). Red value is 202 (79.30% from 255 or 58.89% from 343); Green value is 79 (31.25% from 255 or 23.03% from 343); Blue value is 62 (24.61% from 255 or 18.08% from 343); Max value from RGB is 202 - color contains mainly: red. Hex color #CA4F3E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CA4F3E is #35B0C1. Grayscale: #727272. Windows color (decimal): -3518658 or 4083658. OLE color: 4083658.
HSL color Cylindrical-coordinate representation of color #CA4F3E: hue angle of 7.29º 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 #CA4F3E is Cyan = 0, Magento = 0.61, Yellow = 0.69 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 79 | 62 | - |
| CMYK | 0 | 0.61 | 0.69 | 0.21 |
| HSL | 7.29º | 0.57% | 0.52% | - |
| HSV(B) | 7.29º | 0.69% | 0.79% | - |
| XYZ | 28.02 | 18.5 | 6.65 | - |
| YUV | 113.84 | 98.75 | 190.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 79 | 62 | 0 | 0.61 | 0.69 | 0.21 | 7.29 | 0.57 | 0.52 |
| Hex | CA | 4F | 3E | 0 | 3D | 45 | 15 | 7 | 39 | 34 |
| Octal | 312 | 117 | 76 | 0 | 75 | 105 | 25 | 7 | 71 | 64 |
| Binary | 11001010 | 1001111 | 111110 | 0 | 111101 | 1000101 | 10101 | 111 | 111001 | 110100 |
Color Harmonies of #CA4F3E
Complementary color
Monochromatic Colors of #CA4F3E
Black with #CA4F3E
Text Example
Text Example
White with #CA4F3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA4F3E; }
p { color: rgb(202,79,62); }
H1.HeaderClassName
{
color: #CA4F3E;
}
.AnyTagClassName
{
color: #CA4F3E;
}
</style>
background-color css
<style>
a { background-color: #CA4F3E; }
a { background-color: rgb(202,79,62); }
div.DivClassName
{
background-color: #CA4F3E;
}
.BgClassName
{
background-color: #CA4F3E;
}
</style>
border-color css
<style>
span { border-color: #CA4F3E; }
span { border-color: rgb(202,79,62); }
td.TdClassName
{
border-color: #CA4F3E;
}
.TagClassName
{
border-color: #CA4F3E;
}
</style>