Shades of Anzac #CA9E41
Tints of Anzac #CA9E41
RGB
CMYK
RGB Variations
Color information
#CA9E41 (or 0xCA9E41) is known color: Anzac. HEX triplet: CA, 9E and 41. RGB value is (202,158,65). Sum of RGB (Red+Green+Blue) = 202+158+65=425 (56% of max value = 765). Red value is 202 (79.30% from 255 or 47.53% from 425); Green value is 158 (62.11% from 255 or 37.18% from 425); Blue value is 65 (25.78% from 255 or 15.29% from 425); Max value from RGB is 202 - color contains mainly: red. Hex color #CA9E41 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CA9E41 is #3561BE. Grayscale: #A0A0A0. Windows color (decimal): -3498431 or 4300490. OLE color: 4300490.
HSL color Cylindrical-coordinate representation of color #CA9E41: hue angle of 40.73º 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 #CA9E41 is Cyan = 0, Magento = 0.22, Yellow = 0.68 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 158 | 65 | - |
| CMYK | 0 | 0.22 | 0.68 | 0.21 |
| HSL | 40.73º | 0.56% | 0.52% | - |
| HSV(B) | 40.73º | 0.68% | 0.79% | - |
| XYZ | 37.54 | 37.39 | 10.24 | - |
| YUV | 160.55 | 74.08 | 157.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 158 | 65 | 0 | 0.22 | 0.68 | 0.21 | 40.73 | 0.56 | 0.52 |
| Hex | CA | 9E | 41 | 0 | 16 | 44 | 15 | 29 | 38 | 34 |
| Octal | 312 | 236 | 101 | 0 | 26 | 104 | 25 | 51 | 70 | 64 |
| Binary | 11001010 | 10011110 | 1000001 | 0 | 10110 | 1000100 | 10101 | 101001 | 111000 | 110100 |
Color Harmonies of #CA9E41
Complementary color
Monochromatic Colors of #CA9E41
Black with #CA9E41
Text Example
Text Example
White with #CA9E41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA9E41; }
p { color: rgb(202,158,65); }
H1.HeaderClassName
{
color: #CA9E41;
}
.AnyTagClassName
{
color: #CA9E41;
}
</style>
background-color css
<style>
a { background-color: #CA9E41; }
a { background-color: rgb(202,158,65); }
div.DivClassName
{
background-color: #CA9E41;
}
.BgClassName
{
background-color: #CA9E41;
}
</style>
border-color css
<style>
span { border-color: #CA9E41; }
span { border-color: rgb(202,158,65); }
td.TdClassName
{
border-color: #CA9E41;
}
.TagClassName
{
border-color: #CA9E41;
}
</style>