Shades of Grenadier #CB493F
Tints of Grenadier #CB493F
RGB
CMYK
RGB Variations
Color information
#CB493F (or 0xCB493F) is known color: Grenadier. HEX triplet: CB, 49 and 3F. RGB value is (203,73,63). Sum of RGB (Red+Green+Blue) = 203+73+63=339 (44% of max value = 765). Red value is 203 (79.69% from 255 or 59.88% from 339); Green value is 73 (28.91% from 255 or 21.53% from 339); Blue value is 63 (25% from 255 or 18.58% from 339); Max value from RGB is 203 - color contains mainly: red. Hex color #CB493F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CB493F is #34B6C0. Grayscale: #6E6E6E. Windows color (decimal): -3454657 or 4147659. OLE color: 4147659.
HSL color Cylindrical-coordinate representation of color #CB493F: hue angle of 4.29º degrees, saturation: 0.57, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #CB493F is Cyan = 0, Magento = 0.64, Yellow = 0.69 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 73 | 63 | - |
| CMYK | 0 | 0.64 | 0.69 | 0.20 |
| HSL | 4.29º | 0.57% | 0.52% | - |
| HSV(B) | 4.29º | 0.69% | 0.8% | - |
| XYZ | 27.91 | 17.82 | 6.67 | - |
| YUV | 110.73 | 101.07 | 193.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 73 | 63 | 0 | 0.64 | 0.69 | 0.20 | 4.29 | 0.57 | 0.52 |
| Hex | CB | 49 | 3F | 0 | 40 | 45 | 14 | 4 | 39 | 34 |
| Octal | 313 | 111 | 77 | 0 | 100 | 105 | 24 | 4 | 71 | 64 |
| Binary | 11001011 | 1001001 | 111111 | 0 | 1000000 | 1000101 | 10100 | 100 | 111001 | 110100 |
Color Harmonies of #CB493F
Complementary color
Monochromatic Colors of #CB493F
Black with #CB493F
Text Example
Text Example
White with #CB493F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB493F; }
p { color: rgb(203,73,63); }
H1.HeaderClassName
{
color: #CB493F;
}
.AnyTagClassName
{
color: #CB493F;
}
</style>
background-color css
<style>
a { background-color: #CB493F; }
a { background-color: rgb(203,73,63); }
div.DivClassName
{
background-color: #CB493F;
}
.BgClassName
{
background-color: #CB493F;
}
</style>
border-color css
<style>
span { border-color: #CB493F; }
span { border-color: rgb(203,73,63); }
td.TdClassName
{
border-color: #CB493F;
}
.TagClassName
{
border-color: #CB493F;
}
</style>