Shades of Anzac #CA9D41
Tints of Anzac #CA9D41
RGB
CMYK
RGB Variations
Color information
#CA9D41 (or 0xCA9D41) is known color: Anzac. HEX triplet: CA, 9D and 41. RGB value is (202,157,65). Sum of RGB (Red+Green+Blue) = 202+157+65=424 (56% of max value = 765). Red value is 202 (79.30% from 255 or 47.64% from 424); Green value is 157 (61.72% from 255 or 37.03% from 424); Blue value is 65 (25.78% from 255 or 15.33% from 424); Max value from RGB is 202 - color contains mainly: red. Hex color #CA9D41 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CA9D41 is #3562BE. Grayscale: #A0A0A0. Windows color (decimal): -3498687 or 4300234. OLE color: 4300234.
HSL color Cylindrical-coordinate representation of color #CA9D41: hue angle of 40.29º degrees, saturation: 0.56, 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 #CA9D41 is Cyan = 0, Magento = 0.22, Yellow = 0.68 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 157 | 65 | - |
| CMYK | 0 | 0.22 | 0.68 | 0.21 |
| HSL | 40.29º | 0.56% | 0.52% | - |
| HSV(B) | 40.29º | 0.68% | 0.79% | - |
| XYZ | 37.37 | 37.05 | 10.18 | - |
| YUV | 159.97 | 74.41 | 157.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 157 | 65 | 0 | 0.22 | 0.68 | 0.21 | 40.29 | 0.56 | 0.52 |
| Hex | CA | 9D | 41 | 0 | 16 | 44 | 15 | 28 | 38 | 34 |
| Octal | 312 | 235 | 101 | 0 | 26 | 104 | 25 | 50 | 70 | 64 |
| Binary | 11001010 | 10011101 | 1000001 | 0 | 10110 | 1000100 | 10101 | 101000 | 111000 | 110100 |
Color Harmonies of #CA9D41
Complementary color
Monochromatic Colors of #CA9D41
Black with #CA9D41
Text Example
Text Example
White with #CA9D41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA9D41; }
p { color: rgb(202,157,65); }
H1.HeaderClassName
{
color: #CA9D41;
}
.AnyTagClassName
{
color: #CA9D41;
}
</style>
background-color css
<style>
a { background-color: #CA9D41; }
a { background-color: rgb(202,157,65); }
div.DivClassName
{
background-color: #CA9D41;
}
.BgClassName
{
background-color: #CA9D41;
}
</style>
border-color css
<style>
span { border-color: #CA9D41; }
span { border-color: rgb(202,157,65); }
td.TdClassName
{
border-color: #CA9D41;
}
.TagClassName
{
border-color: #CA9D41;
}
</style>