Shades of Anzac #CA9845
Tints of Anzac #CA9845
RGB
CMYK
RGB Variations
Color information
#CA9845 (or 0xCA9845) is known color: Anzac. HEX triplet: CA, 98 and 45. RGB value is (202,152,69). Sum of RGB (Red+Green+Blue) = 202+152+69=423 (56% of max value = 765). Red value is 202 (79.30% from 255 or 47.75% from 423); Green value is 152 (59.77% from 255 or 35.93% from 423); Blue value is 69 (27.34% from 255 or 16.31% from 423); Max value from RGB is 202 - color contains mainly: red. Hex color #CA9845 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CA9845 is #3567BA. Grayscale: #9D9D9D. Windows color (decimal): -3499963 or 4561098. OLE color: 4561098.
HSL color Cylindrical-coordinate representation of color #CA9845: hue angle of 37.44º 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 #CA9845 is Cyan = 0, Magento = 0.25, Yellow = 0.66 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 152 | 69 | - |
| CMYK | 0 | 0.25 | 0.66 | 0.21 |
| HSL | 37.44º | 0.56% | 0.53% | - |
| HSV(B) | 37.44º | 0.66% | 0.79% | - |
| XYZ | 36.66 | 35.44 | 10.54 | - |
| YUV | 157.49 | 78.07 | 159.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 152 | 69 | 0 | 0.25 | 0.66 | 0.21 | 37.44 | 0.56 | 0.53 |
| Hex | CA | 98 | 45 | 0 | 19 | 42 | 15 | 25 | 38 | 35 |
| Octal | 312 | 230 | 105 | 0 | 31 | 102 | 25 | 45 | 70 | 65 |
| Binary | 11001010 | 10011000 | 1000101 | 0 | 11001 | 1000010 | 10101 | 100101 | 111000 | 110101 |
Color Harmonies of #CA9845
Complementary color
Monochromatic Colors of #CA9845
Black with #CA9845
Text Example
Text Example
White with #CA9845
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA9845; }
p { color: rgb(202,152,69); }
H1.HeaderClassName
{
color: #CA9845;
}
.AnyTagClassName
{
color: #CA9845;
}
</style>
background-color css
<style>
a { background-color: #CA9845; }
a { background-color: rgb(202,152,69); }
div.DivClassName
{
background-color: #CA9845;
}
.BgClassName
{
background-color: #CA9845;
}
</style>
border-color css
<style>
span { border-color: #CA9845; }
span { border-color: rgb(202,152,69); }
td.TdClassName
{
border-color: #CA9845;
}
.TagClassName
{
border-color: #CA9845;
}
</style>