Shades of Anzac #CC9146
Tints of Anzac #CC9146
RGB
CMYK
RGB Variations
Color information
#CC9146 (or 0xCC9146) is known color: Anzac. HEX triplet: CC, 91 and 46. RGB value is (204,145,70). Sum of RGB (Red+Green+Blue) = 204+145+70=419 (55% of max value = 765). Red value is 204 (80.08% from 255 or 48.69% from 419); Green value is 145 (57.03% from 255 or 34.61% from 419); Blue value is 70 (27.73% from 255 or 16.71% from 419); Max value from RGB is 204 - color contains mainly: red. Hex color #CC9146 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CC9146 is #336EB9. Grayscale: #9A9A9A. Windows color (decimal): -3370682 or 4624844. OLE color: 4624844.
HSL color Cylindrical-coordinate representation of color #CC9146: hue angle of 33.58º 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 #CC9146 is Cyan = 0, Magento = 0.29, Yellow = 0.66 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 145 | 70 | - |
| CMYK | 0 | 0.29 | 0.66 | 0.2 |
| HSL | 33.58º | 0.57% | 0.54% | - |
| HSV(B) | 33.58º | 0.66% | 0.8% | - |
| XYZ | 36.13 | 33.53 | 10.36 | - |
| YUV | 154.09 | 80.55 | 163.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 145 | 70 | 0 | 0.29 | 0.66 | 0.2 | 33.58 | 0.57 | 0.54 |
| Hex | CC | 91 | 46 | 0 | 1D | 42 | 14 | 22 | 39 | 36 |
| Octal | 314 | 221 | 106 | 0 | 35 | 102 | 24 | 42 | 71 | 66 |
| Binary | 11001100 | 10010001 | 1000110 | 0 | 11101 | 1000010 | 10100 | 100010 | 111001 | 110110 |
Color Harmonies of #CC9146
Complementary color
Monochromatic Colors of #CC9146
Black with #CC9146
Text Example
Text Example
White with #CC9146
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC9146; }
p { color: rgb(204,145,70); }
H1.HeaderClassName
{
color: #CC9146;
}
.AnyTagClassName
{
color: #CC9146;
}
</style>
background-color css
<style>
a { background-color: #CC9146; }
a { background-color: rgb(204,145,70); }
div.DivClassName
{
background-color: #CC9146;
}
.BgClassName
{
background-color: #CC9146;
}
</style>
border-color css
<style>
span { border-color: #CC9146; }
span { border-color: rgb(204,145,70); }
td.TdClassName
{
border-color: #CC9146;
}
.TagClassName
{
border-color: #CC9146;
}
</style>