Shades of Grenadier #CC463A
Tints of Grenadier #CC463A
RGB
CMYK
RGB Variations
Color information
#CC463A (or 0xCC463A) is known color: Grenadier. HEX triplet: CC, 46 and 3A. RGB value is (204,70,58). Sum of RGB (Red+Green+Blue) = 204+70+58=332 (43% of max value = 765). Red value is 204 (80.08% from 255 or 61.45% from 332); Green value is 70 (27.73% from 255 or 21.08% from 332); Blue value is 58 (23.05% from 255 or 17.47% from 332); Max value from RGB is 204 - color contains mainly: red. Hex color #CC463A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC463A is #33B9C5. Grayscale: #6C6C6C. Windows color (decimal): -3389894 or 3819212. OLE color: 3819212.
HSL color Cylindrical-coordinate representation of color #CC463A: hue angle of 4.93º degrees, saturation: 0.59, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #CC463A is Cyan = 0, Magento = 0.66, Yellow = 0.72 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 70 | 58 | - |
| CMYK | 0 | 0.66 | 0.72 | 0.2 |
| HSL | 4.93º | 0.59% | 0.51% | - |
| HSV(B) | 4.93º | 0.72% | 0.8% | - |
| XYZ | 27.86 | 17.52 | 5.92 | - |
| YUV | 108.7 | 99.39 | 195.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 70 | 58 | 0 | 0.66 | 0.72 | 0.2 | 4.93 | 0.59 | 0.51 |
| Hex | CC | 46 | 3A | 0 | 42 | 48 | 14 | 5 | 3B | 33 |
| Octal | 314 | 106 | 72 | 0 | 102 | 110 | 24 | 5 | 73 | 63 |
| Binary | 11001100 | 1000110 | 111010 | 0 | 1000010 | 1001000 | 10100 | 101 | 111011 | 110011 |
Color Harmonies of #CC463A
Complementary color
Monochromatic Colors of #CC463A
Black with #CC463A
Text Example
Text Example
White with #CC463A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC463A; }
p { color: rgb(204,70,58); }
H1.HeaderClassName
{
color: #CC463A;
}
.AnyTagClassName
{
color: #CC463A;
}
</style>
background-color css
<style>
a { background-color: #CC463A; }
a { background-color: rgb(204,70,58); }
div.DivClassName
{
background-color: #CC463A;
}
.BgClassName
{
background-color: #CC463A;
}
</style>
border-color css
<style>
span { border-color: #CC463A; }
span { border-color: rgb(204,70,58); }
td.TdClassName
{
border-color: #CC463A;
}
.TagClassName
{
border-color: #CC463A;
}
</style>