Shades of Anzac #CA9740
Tints of Anzac #CA9740
RGB
CMYK
RGB Variations
Color information
#CA9740 (or 0xCA9740) is known color: Anzac. HEX triplet: CA, 97 and 40. RGB value is (202,151,64). Sum of RGB (Red+Green+Blue) = 202+151+64=417 (55% of max value = 765). Red value is 202 (79.30% from 255 or 48.44% from 417); Green value is 151 (59.38% from 255 or 36.21% from 417); Blue value is 64 (25.39% from 255 or 15.35% from 417); Max value from RGB is 202 - color contains mainly: red. Hex color #CA9740 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CA9740 is #3568BF. Grayscale: #9C9C9C. Windows color (decimal): -3500224 or 4233162. OLE color: 4233162.
HSL color Cylindrical-coordinate representation of color #CA9740: hue angle of 37.83º degrees, saturation: 0.57, 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 #CA9740 is Cyan = 0, Magento = 0.25, Yellow = 0.68 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 151 | 64 | - |
| CMYK | 0 | 0.25 | 0.68 | 0.21 |
| HSL | 37.83º | 0.57% | 0.52% | - |
| HSV(B) | 37.83º | 0.68% | 0.79% | - |
| XYZ | 36.35 | 35.06 | 9.7 | - |
| YUV | 156.33 | 75.9 | 160.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 151 | 64 | 0 | 0.25 | 0.68 | 0.21 | 37.83 | 0.57 | 0.52 |
| Hex | CA | 97 | 40 | 0 | 19 | 44 | 15 | 26 | 39 | 34 |
| Octal | 312 | 227 | 100 | 0 | 31 | 104 | 25 | 46 | 71 | 64 |
| Binary | 11001010 | 10010111 | 1000000 | 0 | 11001 | 1000100 | 10101 | 100110 | 111001 | 110100 |
Color Harmonies of #CA9740
Complementary color
Monochromatic Colors of #CA9740
Black with #CA9740
Text Example
Text Example
White with #CA9740
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA9740; }
p { color: rgb(202,151,64); }
H1.HeaderClassName
{
color: #CA9740;
}
.AnyTagClassName
{
color: #CA9740;
}
</style>
background-color css
<style>
a { background-color: #CA9740; }
a { background-color: rgb(202,151,64); }
div.DivClassName
{
background-color: #CA9740;
}
.BgClassName
{
background-color: #CA9740;
}
</style>
border-color css
<style>
span { border-color: #CA9740; }
span { border-color: rgb(202,151,64); }
td.TdClassName
{
border-color: #CA9740;
}
.TagClassName
{
border-color: #CA9740;
}
</style>