Shades of Grenadier #CD463F
Tints of Grenadier #CD463F
RGB
CMYK
RGB Variations
Color information
#CD463F (or 0xCD463F) is known color: Grenadier. HEX triplet: CD, 46 and 3F. RGB value is (205,70,63). Sum of RGB (Red+Green+Blue) = 205+70+63=338 (44% of max value = 765). Red value is 205 (80.47% from 255 or 60.65% from 338); Green value is 70 (27.73% from 255 or 20.71% from 338); Blue value is 63 (25% from 255 or 18.64% from 338); Max value from RGB is 205 - color contains mainly: red. Hex color #CD463F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CD463F is #32B9C0. Grayscale: #6D6D6D. Windows color (decimal): -3324353 or 4146893. OLE color: 4146893.
HSL color Cylindrical-coordinate representation of color #CD463F: hue angle of 2.96º degrees, saturation: 0.59, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #CD463F is Cyan = 0, Magento = 0.66, Yellow = 0.69 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 70 | 63 | - |
| CMYK | 0 | 0.66 | 0.69 | 0.20 |
| HSL | 2.96º | 0.59% | 0.53% | - |
| HSV(B) | 2.96º | 0.69% | 0.8% | - |
| XYZ | 28.26 | 17.72 | 6.63 | - |
| YUV | 109.57 | 101.73 | 196.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 70 | 63 | 0 | 0.66 | 0.69 | 0.20 | 2.96 | 0.59 | 0.53 |
| Hex | CD | 46 | 3F | 0 | 42 | 45 | 14 | 3 | 3B | 35 |
| Octal | 315 | 106 | 77 | 0 | 102 | 105 | 24 | 3 | 73 | 65 |
| Binary | 11001101 | 1000110 | 111111 | 0 | 1000010 | 1000101 | 10100 | 11 | 111011 | 110101 |
Color Harmonies of #CD463F
Complementary color
Monochromatic Colors of #CD463F
Black with #CD463F
Text Example
Text Example
White with #CD463F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD463F; }
p { color: rgb(205,70,63); }
H1.HeaderClassName
{
color: #CD463F;
}
.AnyTagClassName
{
color: #CD463F;
}
</style>
background-color css
<style>
a { background-color: #CD463F; }
a { background-color: rgb(205,70,63); }
div.DivClassName
{
background-color: #CD463F;
}
.BgClassName
{
background-color: #CD463F;
}
</style>
border-color css
<style>
span { border-color: #CD463F; }
span { border-color: rgb(205,70,63); }
td.TdClassName
{
border-color: #CD463F;
}
.TagClassName
{
border-color: #CD463F;
}
</style>