Shades of Grenadier #CD463C
Tints of Grenadier #CD463C
RGB
CMYK
RGB Variations
Color information
#CD463C (or 0xCD463C) is known color: Grenadier. HEX triplet: CD, 46 and 3C. RGB value is (205,70,60). Sum of RGB (Red+Green+Blue) = 205+70+60=335 (44% of max value = 765). Red value is 205 (80.47% from 255 or 61.19% from 335); Green value is 70 (27.73% from 255 or 20.90% from 335); Blue value is 60 (23.83% from 255 or 17.91% from 335); Max value from RGB is 205 - color contains mainly: red. Hex color #CD463C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CD463C is #32B9C3. Grayscale: #6D6D6D. Windows color (decimal): -3324356 or 3950285. OLE color: 3950285.
HSL color Cylindrical-coordinate representation of color #CD463C: hue angle of 4.14º 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 #CD463C is Cyan = 0, Magento = 0.66, Yellow = 0.71 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 70 | 60 | - |
| CMYK | 0 | 0.66 | 0.71 | 0.20 |
| HSL | 4.14º | 0.59% | 0.52% | - |
| HSV(B) | 4.14º | 0.71% | 0.8% | - |
| XYZ | 28.18 | 17.69 | 6.2 | - |
| YUV | 109.23 | 100.23 | 196.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 70 | 60 | 0 | 0.66 | 0.71 | 0.20 | 4.14 | 0.59 | 0.52 |
| Hex | CD | 46 | 3C | 0 | 42 | 47 | 14 | 4 | 3B | 34 |
| Octal | 315 | 106 | 74 | 0 | 102 | 107 | 24 | 4 | 73 | 64 |
| Binary | 11001101 | 1000110 | 111100 | 0 | 1000010 | 1000111 | 10100 | 100 | 111011 | 110100 |
Color Harmonies of #CD463C
Complementary color
Monochromatic Colors of #CD463C
Black with #CD463C
Text Example
Text Example
White with #CD463C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD463C; }
p { color: rgb(205,70,60); }
H1.HeaderClassName
{
color: #CD463C;
}
.AnyTagClassName
{
color: #CD463C;
}
</style>
background-color css
<style>
a { background-color: #CD463C; }
a { background-color: rgb(205,70,60); }
div.DivClassName
{
background-color: #CD463C;
}
.BgClassName
{
background-color: #CD463C;
}
</style>
border-color css
<style>
span { border-color: #CD463C; }
span { border-color: rgb(205,70,60); }
td.TdClassName
{
border-color: #CD463C;
}
.TagClassName
{
border-color: #CD463C;
}
</style>