Shades of Anzac #CC9346
Tints of Anzac #CC9346
RGB
CMYK
RGB Variations
Color information
#CC9346 (or 0xCC9346) is known color: Anzac. HEX triplet: CC, 93 and 46. RGB value is (204,147,70). Sum of RGB (Red+Green+Blue) = 204+147+70=421 (55% of max value = 765). Red value is 204 (80.08% from 255 or 48.46% from 421); Green value is 147 (57.81% from 255 or 34.92% from 421); Blue value is 70 (27.73% from 255 or 16.63% from 421); Max value from RGB is 204 - color contains mainly: red. Hex color #CC9346 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CC9346 is #336CB9. Grayscale: #9B9B9B. Windows color (decimal): -3370170 or 4625356. OLE color: 4625356.
HSL color Cylindrical-coordinate representation of color #CC9346: hue angle of 34.48º degrees, saturation: 0.57, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #CC9346 is Cyan = 0, Magento = 0.28, Yellow = 0.66 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 147 | 70 | - |
| CMYK | 0 | 0.28 | 0.66 | 0.2 |
| HSL | 34.48º | 0.57% | 0.54% | - |
| HSV(B) | 34.48º | 0.66% | 0.8% | - |
| XYZ | 36.44 | 34.15 | 10.46 | - |
| YUV | 155.27 | 79.88 | 162.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 147 | 70 | 0 | 0.28 | 0.66 | 0.2 | 34.48 | 0.57 | 0.54 |
| Hex | CC | 93 | 46 | 0 | 1C | 42 | 14 | 22 | 39 | 36 |
| Octal | 314 | 223 | 106 | 0 | 34 | 102 | 24 | 42 | 71 | 66 |
| Binary | 11001100 | 10010011 | 1000110 | 0 | 11100 | 1000010 | 10100 | 100010 | 111001 | 110110 |
Color Harmonies of #CC9346
Complementary color
Monochromatic Colors of #CC9346
Black with #CC9346
Text Example
Text Example
White with #CC9346
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC9346; }
p { color: rgb(204,147,70); }
H1.HeaderClassName
{
color: #CC9346;
}
.AnyTagClassName
{
color: #CC9346;
}
</style>
background-color css
<style>
a { background-color: #CC9346; }
a { background-color: rgb(204,147,70); }
div.DivClassName
{
background-color: #CC9346;
}
.BgClassName
{
background-color: #CC9346;
}
</style>
border-color css
<style>
span { border-color: #CC9346; }
span { border-color: rgb(204,147,70); }
td.TdClassName
{
border-color: #CC9346;
}
.TagClassName
{
border-color: #CC9346;
}
</style>