Shades of Anzac #CA9045
Tints of Anzac #CA9045
RGB
CMYK
RGB Variations
Color information
#CA9045 (or 0xCA9045) is known color: Anzac. HEX triplet: CA, 90 and 45. RGB value is (202,144,69). Sum of RGB (Red+Green+Blue) = 202+144+69=415 (54% of max value = 765). Red value is 202 (79.30% from 255 or 48.67% from 415); Green value is 144 (56.64% from 255 or 34.70% from 415); Blue value is 69 (27.34% from 255 or 16.63% from 415); Max value from RGB is 202 - color contains mainly: red. Hex color #CA9045 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CA9045 is #356FBA. Grayscale: #999999. Windows color (decimal): -3502011 or 4559050. OLE color: 4559050.
HSL color Cylindrical-coordinate representation of color #CA9045: hue angle of 33.83º degrees, saturation: 0.56, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #CA9045 is Cyan = 0, Magento = 0.29, Yellow = 0.66 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 144 | 69 | - |
| CMYK | 0 | 0.29 | 0.66 | 0.21 |
| HSL | 33.83º | 0.56% | 0.53% | - |
| HSV(B) | 33.83º | 0.66% | 0.79% | - |
| XYZ | 35.4 | 32.93 | 10.12 | - |
| YUV | 152.79 | 80.72 | 163.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 144 | 69 | 0 | 0.29 | 0.66 | 0.21 | 33.83 | 0.56 | 0.53 |
| Hex | CA | 90 | 45 | 0 | 1D | 42 | 15 | 22 | 38 | 35 |
| Octal | 312 | 220 | 105 | 0 | 35 | 102 | 25 | 42 | 70 | 65 |
| Binary | 11001010 | 10010000 | 1000101 | 0 | 11101 | 1000010 | 10101 | 100010 | 111000 | 110101 |
Color Harmonies of #CA9045
Complementary color
Monochromatic Colors of #CA9045
Black with #CA9045
Text Example
Text Example
White with #CA9045
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA9045; }
p { color: rgb(202,144,69); }
H1.HeaderClassName
{
color: #CA9045;
}
.AnyTagClassName
{
color: #CA9045;
}
</style>
background-color css
<style>
a { background-color: #CA9045; }
a { background-color: rgb(202,144,69); }
div.DivClassName
{
background-color: #CA9045;
}
.BgClassName
{
background-color: #CA9045;
}
</style>
border-color css
<style>
span { border-color: #CA9045; }
span { border-color: rgb(202,144,69); }
td.TdClassName
{
border-color: #CA9045;
}
.TagClassName
{
border-color: #CA9045;
}
</style>