Shades of Anzac #CA9040
Tints of Anzac #CA9040
RGB
CMYK
RGB Variations
Color information
#CA9040 (or 0xCA9040) is known color: Anzac. HEX triplet: CA, 90 and 40. RGB value is (202,144,64). Sum of RGB (Red+Green+Blue) = 202+144+64=410 (54% of max value = 765). Red value is 202 (79.30% from 255 or 49.27% from 410); Green value is 144 (56.64% from 255 or 35.12% from 410); Blue value is 64 (25.39% from 255 or 15.61% from 410); Max value from RGB is 202 - color contains mainly: red. Hex color #CA9040 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CA9040 is #356FBF. Grayscale: #989898. Windows color (decimal): -3502016 or 4231370. OLE color: 4231370.
HSL color Cylindrical-coordinate representation of color #CA9040: hue angle of 34.78º degrees, saturation: 0.57, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #CA9040 is Cyan = 0, Magento = 0.29, Yellow = 0.68 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 144 | 64 | - |
| CMYK | 0 | 0.29 | 0.68 | 0.21 |
| HSL | 34.78º | 0.57% | 0.52% | - |
| HSV(B) | 34.78º | 0.68% | 0.79% | - |
| XYZ | 35.26 | 32.87 | 9.34 | - |
| YUV | 152.22 | 78.22 | 163.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 144 | 64 | 0 | 0.29 | 0.68 | 0.21 | 34.78 | 0.57 | 0.52 |
| Hex | CA | 90 | 40 | 0 | 1D | 44 | 15 | 23 | 39 | 34 |
| Octal | 312 | 220 | 100 | 0 | 35 | 104 | 25 | 43 | 71 | 64 |
| Binary | 11001010 | 10010000 | 1000000 | 0 | 11101 | 1000100 | 10101 | 100011 | 111001 | 110100 |
Color Harmonies of #CA9040
Complementary color
Monochromatic Colors of #CA9040
Black with #CA9040
Text Example
Text Example
White with #CA9040
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA9040; }
p { color: rgb(202,144,64); }
H1.HeaderClassName
{
color: #CA9040;
}
.AnyTagClassName
{
color: #CA9040;
}
</style>
background-color css
<style>
a { background-color: #CA9040; }
a { background-color: rgb(202,144,64); }
div.DivClassName
{
background-color: #CA9040;
}
.BgClassName
{
background-color: #CA9040;
}
</style>
border-color css
<style>
span { border-color: #CA9040; }
span { border-color: rgb(202,144,64); }
td.TdClassName
{
border-color: #CA9040;
}
.TagClassName
{
border-color: #CA9040;
}
</style>