Shades of Grenadier #CC443C
Tints of Grenadier #CC443C
RGB
CMYK
RGB Variations
Color information
#CC443C (or 0xCC443C) is known color: Grenadier. HEX triplet: CC, 44 and 3C. RGB value is (204,68,60). Sum of RGB (Red+Green+Blue) = 204+68+60=332 (43% of max value = 765). Red value is 204 (80.08% from 255 or 61.45% from 332); Green value is 68 (26.95% from 255 or 20.48% from 332); Blue value is 60 (23.83% from 255 or 18.07% from 332); Max value from RGB is 204 - color contains mainly: red. Hex color #CC443C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC443C is #33BBC3. Grayscale: #6B6B6B. Windows color (decimal): -3390404 or 3949772. OLE color: 3949772.
HSL color Cylindrical-coordinate representation of color #CC443C: hue angle of 3.33º 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 #CC443C is Cyan = 0, Magento = 0.67, Yellow = 0.71 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 68 | 60 | - |
| CMYK | 0 | 0.67 | 0.71 | 0.2 |
| HSL | 3.33º | 0.59% | 0.52% | - |
| HSV(B) | 3.33º | 0.71% | 0.8% | - |
| XYZ | 27.78 | 17.3 | 6.15 | - |
| YUV | 107.75 | 101.06 | 196.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 68 | 60 | 0 | 0.67 | 0.71 | 0.2 | 3.33 | 0.59 | 0.52 |
| Hex | CC | 44 | 3C | 0 | 43 | 47 | 14 | 3 | 3B | 34 |
| Octal | 314 | 104 | 74 | 0 | 103 | 107 | 24 | 3 | 73 | 64 |
| Binary | 11001100 | 1000100 | 111100 | 0 | 1000011 | 1000111 | 10100 | 11 | 111011 | 110100 |
Color Harmonies of #CC443C
Complementary color
Monochromatic Colors of #CC443C
Black with #CC443C
Text Example
Text Example
White with #CC443C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC443C; }
p { color: rgb(204,68,60); }
H1.HeaderClassName
{
color: #CC443C;
}
.AnyTagClassName
{
color: #CC443C;
}
</style>
background-color css
<style>
a { background-color: #CC443C; }
a { background-color: rgb(204,68,60); }
div.DivClassName
{
background-color: #CC443C;
}
.BgClassName
{
background-color: #CC443C;
}
</style>
border-color css
<style>
span { border-color: #CC443C; }
span { border-color: rgb(204,68,60); }
td.TdClassName
{
border-color: #CC443C;
}
.TagClassName
{
border-color: #CC443C;
}
</style>