Shades of Grenadier #CD463B
Tints of Grenadier #CD463B
RGB
CMYK
RGB Variations
Color information
#CD463B (or 0xCD463B) is known color: Grenadier. HEX triplet: CD, 46 and 3B. RGB value is (205,70,59). Sum of RGB (Red+Green+Blue) = 205+70+59=334 (44% of max value = 765). Red value is 205 (80.47% from 255 or 61.38% from 334); Green value is 70 (27.73% from 255 or 20.96% from 334); Blue value is 59 (23.44% from 255 or 17.66% from 334); Max value from RGB is 205 - color contains mainly: red. Hex color #CD463B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CD463B is #32B9C4. Grayscale: #6D6D6D. Windows color (decimal): -3324357 or 3884749. OLE color: 3884749.
HSL color Cylindrical-coordinate representation of color #CD463B: hue angle of 4.52º degrees, saturation: 0.59, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #CD463B is Cyan = 0, Magento = 0.66, Yellow = 0.71 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 70 | 59 | - |
| CMYK | 0 | 0.66 | 0.71 | 0.20 |
| HSL | 4.52º | 0.59% | 0.52% | - |
| HSV(B) | 4.52º | 0.71% | 0.8% | - |
| XYZ | 28.16 | 17.68 | 6.07 | - |
| YUV | 109.11 | 99.73 | 196.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 70 | 59 | 0 | 0.66 | 0.71 | 0.20 | 4.52 | 0.59 | 0.52 |
| Hex | CD | 46 | 3B | 0 | 42 | 47 | 14 | 5 | 3B | 34 |
| Octal | 315 | 106 | 73 | 0 | 102 | 107 | 24 | 5 | 73 | 64 |
| Binary | 11001101 | 1000110 | 111011 | 0 | 1000010 | 1000111 | 10100 | 101 | 111011 | 110100 |
Color Harmonies of #CD463B
Complementary color
Monochromatic Colors of #CD463B
Black with #CD463B
Text Example
Text Example
White with #CD463B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD463B; }
p { color: rgb(205,70,59); }
H1.HeaderClassName
{
color: #CD463B;
}
.AnyTagClassName
{
color: #CD463B;
}
</style>
background-color css
<style>
a { background-color: #CD463B; }
a { background-color: rgb(205,70,59); }
div.DivClassName
{
background-color: #CD463B;
}
.BgClassName
{
background-color: #CD463B;
}
</style>
border-color css
<style>
span { border-color: #CD463B; }
span { border-color: rgb(205,70,59); }
td.TdClassName
{
border-color: #CD463B;
}
.TagClassName
{
border-color: #CD463B;
}
</style>