Shades of Anzac #CC9940
Tints of Anzac #CC9940
RGB
CMYK
RGB Variations
Color information
#CC9940 (or 0xCC9940) is known color: Anzac. HEX triplet: CC, 99 and 40. RGB value is (204,153,64). Sum of RGB (Red+Green+Blue) = 204+153+64=421 (55% of max value = 765). Red value is 204 (80.08% from 255 or 48.46% from 421); Green value is 153 (60.16% from 255 or 36.34% from 421); Blue value is 64 (25.39% from 255 or 15.20% from 421); Max value from RGB is 204 - color contains mainly: red. Hex color #CC9940 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CC9940 is #3366BF. Grayscale: #9E9E9E. Windows color (decimal): -3368640 or 4233676. OLE color: 4233676.
HSL color Cylindrical-coordinate representation of color #CC9940: hue angle of 38.14º degrees, saturation: 0.58, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #CC9940 is Cyan = 0, Magento = 0.25, Yellow = 0.69 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 153 | 64 | - |
| CMYK | 0 | 0.25 | 0.69 | 0.2 |
| HSL | 38.14º | 0.58% | 0.53% | - |
| HSV(B) | 38.14º | 0.69% | 0.8% | - |
| XYZ | 37.22 | 35.99 | 9.84 | - |
| YUV | 158.1 | 74.9 | 160.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 153 | 64 | 0 | 0.25 | 0.69 | 0.2 | 38.14 | 0.58 | 0.53 |
| Hex | CC | 99 | 40 | 0 | 19 | 45 | 14 | 26 | 3A | 35 |
| Octal | 314 | 231 | 100 | 0 | 31 | 105 | 24 | 46 | 72 | 65 |
| Binary | 11001100 | 10011001 | 1000000 | 0 | 11001 | 1000101 | 10100 | 100110 | 111010 | 110101 |
Color Harmonies of #CC9940
Complementary color
Monochromatic Colors of #CC9940
Black with #CC9940
Text Example
Text Example
White with #CC9940
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC9940; }
p { color: rgb(204,153,64); }
H1.HeaderClassName
{
color: #CC9940;
}
.AnyTagClassName
{
color: #CC9940;
}
</style>
background-color css
<style>
a { background-color: #CC9940; }
a { background-color: rgb(204,153,64); }
div.DivClassName
{
background-color: #CC9940;
}
.BgClassName
{
background-color: #CC9940;
}
</style>
border-color css
<style>
span { border-color: #CC9940; }
span { border-color: rgb(204,153,64); }
td.TdClassName
{
border-color: #CC9940;
}
.TagClassName
{
border-color: #CC9940;
}
</style>