Shades of Grenadier #CA4C3E
Tints of Grenadier #CA4C3E
RGB
CMYK
RGB Variations
Color information
#CA4C3E (or 0xCA4C3E) is known color: Grenadier. HEX triplet: CA, 4C and 3E. RGB value is (202,76,62). Sum of RGB (Red+Green+Blue) = 202+76+62=340 (45% of max value = 765). Red value is 202 (79.30% from 255 or 59.41% from 340); Green value is 76 (30.08% from 255 or 22.35% from 340); Blue value is 62 (24.61% from 255 or 18.24% from 340); Max value from RGB is 202 - color contains mainly: red. Hex color #CA4C3E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CA4C3E is #35B3C1. Grayscale: #707070. Windows color (decimal): -3519426 or 4082890. OLE color: 4082890.
HSL color Cylindrical-coordinate representation of color #CA4C3E: hue angle of 6º 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 #CA4C3E is Cyan = 0, Magento = 0.62, Yellow = 0.69 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 76 | 62 | - |
| CMYK | 0 | 0.62 | 0.69 | 0.21 |
| HSL | 6º | 0.57% | 0.52% | - |
| HSV(B) | 6º | 0.69% | 0.79% | - |
| XYZ | 27.81 | 18.07 | 6.58 | - |
| YUV | 112.08 | 99.74 | 192.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 76 | 62 | 0 | 0.62 | 0.69 | 0.21 | 6 | 0.57 | 0.52 |
| Hex | CA | 4C | 3E | 0 | 3E | 45 | 15 | 6 | 39 | 34 |
| Octal | 312 | 114 | 76 | 0 | 76 | 105 | 25 | 6 | 71 | 64 |
| Binary | 11001010 | 1001100 | 111110 | 0 | 111110 | 1000101 | 10101 | 110 | 111001 | 110100 |
Color Harmonies of #CA4C3E
Complementary color
Monochromatic Colors of #CA4C3E
Black with #CA4C3E
Text Example
Text Example
White with #CA4C3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA4C3E; }
p { color: rgb(202,76,62); }
H1.HeaderClassName
{
color: #CA4C3E;
}
.AnyTagClassName
{
color: #CA4C3E;
}
</style>
background-color css
<style>
a { background-color: #CA4C3E; }
a { background-color: rgb(202,76,62); }
div.DivClassName
{
background-color: #CA4C3E;
}
.BgClassName
{
background-color: #CA4C3E;
}
</style>
border-color css
<style>
span { border-color: #CA4C3E; }
span { border-color: rgb(202,76,62); }
td.TdClassName
{
border-color: #CA4C3E;
}
.TagClassName
{
border-color: #CA4C3E;
}
</style>