Shades of Anzac #CA9039
Tints of Anzac #CA9039
RGB
CMYK
RGB Variations
Color information
#CA9039 (or 0xCA9039) is known color: Anzac. HEX triplet: CA, 90 and 39. RGB value is (202,144,57). Sum of RGB (Red+Green+Blue) = 202+144+57=403 (53% of max value = 765). Red value is 202 (79.30% from 255 or 50.12% from 403); Green value is 144 (56.64% from 255 or 35.73% from 403); Blue value is 57 (22.66% from 255 or 14.14% from 403); Max value from RGB is 202 - color contains mainly: red. Hex color #CA9039 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CA9039 is #356FC6. Grayscale: #979797. Windows color (decimal): -3502023 or 3772618. OLE color: 3772618.
HSL color Cylindrical-coordinate representation of color #CA9039: hue angle of 36º degrees, saturation: 0.58, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #CA9039 is Cyan = 0, Magento = 0.29, Yellow = 0.72 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 144 | 57 | - |
| CMYK | 0 | 0.29 | 0.72 | 0.21 |
| HSL | 36º | 0.58% | 0.51% | - |
| HSV(B) | 36º | 0.72% | 0.79% | - |
| XYZ | 35.07 | 32.8 | 8.35 | - |
| YUV | 151.42 | 74.72 | 164.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 144 | 57 | 0 | 0.29 | 0.72 | 0.21 | 36 | 0.58 | 0.51 |
| Hex | CA | 90 | 39 | 0 | 1D | 48 | 15 | 24 | 3A | 33 |
| Octal | 312 | 220 | 71 | 0 | 35 | 110 | 25 | 44 | 72 | 63 |
| Binary | 11001010 | 10010000 | 111001 | 0 | 11101 | 1001000 | 10101 | 100100 | 111010 | 110011 |
Color Harmonies of #CA9039
Complementary color
Monochromatic Colors of #CA9039
Black with #CA9039
Text Example
Text Example
White with #CA9039
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA9039; }
p { color: rgb(202,144,57); }
H1.HeaderClassName
{
color: #CA9039;
}
.AnyTagClassName
{
color: #CA9039;
}
</style>
background-color css
<style>
a { background-color: #CA9039; }
a { background-color: rgb(202,144,57); }
div.DivClassName
{
background-color: #CA9039;
}
.BgClassName
{
background-color: #CA9039;
}
</style>
border-color css
<style>
span { border-color: #CA9039; }
span { border-color: rgb(202,144,57); }
td.TdClassName
{
border-color: #CA9039;
}
.TagClassName
{
border-color: #CA9039;
}
</style>