Shades of Anzac #CA9239
Tints of Anzac #CA9239
RGB
CMYK
RGB Variations
Color information
#CA9239 (or 0xCA9239) is known color: Anzac. HEX triplet: CA, 92 and 39. RGB value is (202,146,57). Sum of RGB (Red+Green+Blue) = 202+146+57=405 (53% of max value = 765). Red value is 202 (79.30% from 255 or 49.88% from 405); Green value is 146 (57.42% from 255 or 36.05% from 405); Blue value is 57 (22.66% from 255 or 14.07% from 405); Max value from RGB is 202 - color contains mainly: red. Hex color #CA9239 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CA9239 is #356DC6. Grayscale: #999999. Windows color (decimal): -3501511 or 3773130. OLE color: 3773130.
HSL color Cylindrical-coordinate representation of color #CA9239: hue angle of 36.83º 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 #CA9239 is Cyan = 0, Magento = 0.28, Yellow = 0.72 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 146 | 57 | - |
| CMYK | 0 | 0.28 | 0.72 | 0.21 |
| HSL | 36.83º | 0.58% | 0.51% | - |
| HSV(B) | 36.83º | 0.72% | 0.79% | - |
| XYZ | 35.37 | 33.41 | 8.46 | - |
| YUV | 152.6 | 74.05 | 163.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 146 | 57 | 0 | 0.28 | 0.72 | 0.21 | 36.83 | 0.58 | 0.51 |
| Hex | CA | 92 | 39 | 0 | 1C | 48 | 15 | 25 | 3A | 33 |
| Octal | 312 | 222 | 71 | 0 | 34 | 110 | 25 | 45 | 72 | 63 |
| Binary | 11001010 | 10010010 | 111001 | 0 | 11100 | 1001000 | 10101 | 100101 | 111010 | 110011 |
Color Harmonies of #CA9239
Complementary color
Monochromatic Colors of #CA9239
Black with #CA9239
Text Example
Text Example
White with #CA9239
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA9239; }
p { color: rgb(202,146,57); }
H1.HeaderClassName
{
color: #CA9239;
}
.AnyTagClassName
{
color: #CA9239;
}
</style>
background-color css
<style>
a { background-color: #CA9239; }
a { background-color: rgb(202,146,57); }
div.DivClassName
{
background-color: #CA9239;
}
.BgClassName
{
background-color: #CA9239;
}
</style>
border-color css
<style>
span { border-color: #CA9239; }
span { border-color: rgb(202,146,57); }
td.TdClassName
{
border-color: #CA9239;
}
.TagClassName
{
border-color: #CA9239;
}
</style>