Shades of Anzac #CA9440
Tints of Anzac #CA9440
RGB
CMYK
RGB Variations
Color information
#CA9440 (or 0xCA9440) is known color: Anzac. HEX triplet: CA, 94 and 40. RGB value is (202,148,64). Sum of RGB (Red+Green+Blue) = 202+148+64=414 (54% of max value = 765). Red value is 202 (79.30% from 255 or 48.79% from 414); Green value is 148 (58.20% from 255 or 35.75% from 414); Blue value is 64 (25.39% from 255 or 15.46% from 414); Max value from RGB is 202 - color contains mainly: red. Hex color #CA9440 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CA9440 is #356BBF. Grayscale: #9A9A9A. Windows color (decimal): -3500992 or 4232394. OLE color: 4232394.
HSL color Cylindrical-coordinate representation of color #CA9440: hue angle of 36.52º 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 #CA9440 is Cyan = 0, Magento = 0.27, Yellow = 0.68 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 148 | 64 | - |
| CMYK | 0 | 0.27 | 0.68 | 0.21 |
| HSL | 36.52º | 0.57% | 0.52% | - |
| HSV(B) | 36.52º | 0.68% | 0.79% | - |
| XYZ | 35.87 | 34.11 | 9.54 | - |
| YUV | 154.57 | 76.89 | 161.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 148 | 64 | 0 | 0.27 | 0.68 | 0.21 | 36.52 | 0.57 | 0.52 |
| Hex | CA | 94 | 40 | 0 | 1B | 44 | 15 | 25 | 39 | 34 |
| Octal | 312 | 224 | 100 | 0 | 33 | 104 | 25 | 45 | 71 | 64 |
| Binary | 11001010 | 10010100 | 1000000 | 0 | 11011 | 1000100 | 10101 | 100101 | 111001 | 110100 |
Color Harmonies of #CA9440
Complementary color
Monochromatic Colors of #CA9440
Black with #CA9440
Text Example
Text Example
White with #CA9440
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA9440; }
p { color: rgb(202,148,64); }
H1.HeaderClassName
{
color: #CA9440;
}
.AnyTagClassName
{
color: #CA9440;
}
</style>
background-color css
<style>
a { background-color: #CA9440; }
a { background-color: rgb(202,148,64); }
div.DivClassName
{
background-color: #CA9440;
}
.BgClassName
{
background-color: #CA9440;
}
</style>
border-color css
<style>
span { border-color: #CA9440; }
span { border-color: rgb(202,148,64); }
td.TdClassName
{
border-color: #CA9440;
}
.TagClassName
{
border-color: #CA9440;
}
</style>