Shades of Anzac #CA9741
Tints of Anzac #CA9741
RGB
CMYK
RGB Variations
Color information
#CA9741 (or 0xCA9741) is known color: Anzac. HEX triplet: CA, 97 and 41. RGB value is (202,151,65). Sum of RGB (Red+Green+Blue) = 202+151+65=418 (55% of max value = 765). Red value is 202 (79.30% from 255 or 48.33% from 418); Green value is 151 (59.38% from 255 or 36.12% from 418); Blue value is 65 (25.78% from 255 or 15.55% from 418); Max value from RGB is 202 - color contains mainly: red. Hex color #CA9741 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CA9741 is #3568BE. Grayscale: #9C9C9C. Windows color (decimal): -3500223 or 4298698. OLE color: 4298698.
HSL color Cylindrical-coordinate representation of color #CA9741: hue angle of 37.66º 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 #CA9741 is Cyan = 0, Magento = 0.25, Yellow = 0.68 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 151 | 65 | - |
| CMYK | 0 | 0.25 | 0.68 | 0.21 |
| HSL | 37.66º | 0.56% | 0.52% | - |
| HSV(B) | 37.66º | 0.68% | 0.79% | - |
| XYZ | 36.38 | 35.07 | 9.85 | - |
| YUV | 156.45 | 76.4 | 160.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 151 | 65 | 0 | 0.25 | 0.68 | 0.21 | 37.66 | 0.56 | 0.52 |
| Hex | CA | 97 | 41 | 0 | 19 | 44 | 15 | 26 | 38 | 34 |
| Octal | 312 | 227 | 101 | 0 | 31 | 104 | 25 | 46 | 70 | 64 |
| Binary | 11001010 | 10010111 | 1000001 | 0 | 11001 | 1000100 | 10101 | 100110 | 111000 | 110100 |
Color Harmonies of #CA9741
Complementary color
Monochromatic Colors of #CA9741
Black with #CA9741
Text Example
Text Example
White with #CA9741
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA9741; }
p { color: rgb(202,151,65); }
H1.HeaderClassName
{
color: #CA9741;
}
.AnyTagClassName
{
color: #CA9741;
}
</style>
background-color css
<style>
a { background-color: #CA9741; }
a { background-color: rgb(202,151,65); }
div.DivClassName
{
background-color: #CA9741;
}
.BgClassName
{
background-color: #CA9741;
}
</style>
border-color css
<style>
span { border-color: #CA9741; }
span { border-color: rgb(202,151,65); }
td.TdClassName
{
border-color: #CA9741;
}
.TagClassName
{
border-color: #CA9741;
}
</style>