Shades of Grenadier #CB4C40
Tints of Grenadier #CB4C40
RGB
CMYK
RGB Variations
Color information
#CB4C40 (or 0xCB4C40) is known color: Grenadier. HEX triplet: CB, 4C and 40. RGB value is (203,76,64). Sum of RGB (Red+Green+Blue) = 203+76+64=343 (45% of max value = 765). Red value is 203 (79.69% from 255 or 59.18% from 343); Green value is 76 (30.08% from 255 or 22.16% from 343); Blue value is 64 (25.39% from 255 or 18.66% from 343); Max value from RGB is 203 - color contains mainly: red. Hex color #CB4C40 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CB4C40 is #34B3BF. Grayscale: #707070. Windows color (decimal): -3453888 or 4213963. OLE color: 4213963.
HSL color Cylindrical-coordinate representation of color #CB4C40: hue angle of 5.18º degrees, saturation: 0.57, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #CB4C40 is Cyan = 0, Magento = 0.63, Yellow = 0.68 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 76 | 64 | - |
| CMYK | 0 | 0.63 | 0.68 | 0.20 |
| HSL | 5.18º | 0.57% | 0.52% | - |
| HSV(B) | 5.18º | 0.68% | 0.8% | - |
| XYZ | 28.14 | 18.24 | 6.89 | - |
| YUV | 112.61 | 100.58 | 192.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 76 | 64 | 0 | 0.63 | 0.68 | 0.20 | 5.18 | 0.57 | 0.52 |
| Hex | CB | 4C | 40 | 0 | 3F | 44 | 14 | 5 | 39 | 34 |
| Octal | 313 | 114 | 100 | 0 | 77 | 104 | 24 | 5 | 71 | 64 |
| Binary | 11001011 | 1001100 | 1000000 | 0 | 111111 | 1000100 | 10100 | 101 | 111001 | 110100 |
Color Harmonies of #CB4C40
Complementary color
Monochromatic Colors of #CB4C40
Black with #CB4C40
Text Example
Text Example
White with #CB4C40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB4C40; }
p { color: rgb(203,76,64); }
H1.HeaderClassName
{
color: #CB4C40;
}
.AnyTagClassName
{
color: #CB4C40;
}
</style>
background-color css
<style>
a { background-color: #CB4C40; }
a { background-color: rgb(203,76,64); }
div.DivClassName
{
background-color: #CB4C40;
}
.BgClassName
{
background-color: #CB4C40;
}
</style>
border-color css
<style>
span { border-color: #CB4C40; }
span { border-color: rgb(203,76,64); }
td.TdClassName
{
border-color: #CB4C40;
}
.TagClassName
{
border-color: #CB4C40;
}
</style>