Shades of Anzac #CC9446
Tints of Anzac #CC9446
RGB
CMYK
RGB Variations
Color information
#CC9446 (or 0xCC9446) is known color: Anzac. HEX triplet: CC, 94 and 46. RGB value is (204,148,70). Sum of RGB (Red+Green+Blue) = 204+148+70=422 (55% of max value = 765). Red value is 204 (80.08% from 255 or 48.34% from 422); Green value is 148 (58.20% from 255 or 35.07% from 422); Blue value is 70 (27.73% from 255 or 16.59% from 422); Max value from RGB is 204 - color contains mainly: red. Hex color #CC9446 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CC9446 is #336BB9. Grayscale: #9C9C9C. Windows color (decimal): -3369914 or 4625612. OLE color: 4625612.
HSL color Cylindrical-coordinate representation of color #CC9446: hue angle of 34.93º 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 #CC9446 is Cyan = 0, Magento = 0.27, Yellow = 0.66 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 148 | 70 | - |
| CMYK | 0 | 0.27 | 0.66 | 0.2 |
| HSL | 34.93º | 0.57% | 0.54% | - |
| HSV(B) | 34.93º | 0.66% | 0.8% | - |
| XYZ | 36.6 | 34.46 | 10.52 | - |
| YUV | 155.85 | 79.55 | 162.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 148 | 70 | 0 | 0.27 | 0.66 | 0.2 | 34.93 | 0.57 | 0.54 |
| Hex | CC | 94 | 46 | 0 | 1B | 42 | 14 | 23 | 39 | 36 |
| Octal | 314 | 224 | 106 | 0 | 33 | 102 | 24 | 43 | 71 | 66 |
| Binary | 11001100 | 10010100 | 1000110 | 0 | 11011 | 1000010 | 10100 | 100011 | 111001 | 110110 |
Color Harmonies of #CC9446
Complementary color
Monochromatic Colors of #CC9446
Black with #CC9446
Text Example
Text Example
White with #CC9446
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC9446; }
p { color: rgb(204,148,70); }
H1.HeaderClassName
{
color: #CC9446;
}
.AnyTagClassName
{
color: #CC9446;
}
</style>
background-color css
<style>
a { background-color: #CC9446; }
a { background-color: rgb(204,148,70); }
div.DivClassName
{
background-color: #CC9446;
}
.BgClassName
{
background-color: #CC9446;
}
</style>
border-color css
<style>
span { border-color: #CC9446; }
span { border-color: rgb(204,148,70); }
td.TdClassName
{
border-color: #CC9446;
}
.TagClassName
{
border-color: #CC9446;
}
</style>