Shades of Anzac #CA9541
Tints of Anzac #CA9541
RGB
CMYK
RGB Variations
Color information
#CA9541 (or 0xCA9541) is known color: Anzac. HEX triplet: CA, 95 and 41. RGB value is (202,149,65). Sum of RGB (Red+Green+Blue) = 202+149+65=416 (55% of max value = 765). Red value is 202 (79.30% from 255 or 48.56% from 416); Green value is 149 (58.59% from 255 or 35.82% from 416); Blue value is 65 (25.78% from 255 or 15.62% from 416); Max value from RGB is 202 - color contains mainly: red. Hex color #CA9541 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CA9541 is #356ABE. Grayscale: #9B9B9B. Windows color (decimal): -3500735 or 4298186. OLE color: 4298186.
HSL color Cylindrical-coordinate representation of color #CA9541: hue angle of 36.79º 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 #CA9541 is Cyan = 0, Magento = 0.26, Yellow = 0.68 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 149 | 65 | - |
| CMYK | 0 | 0.26 | 0.68 | 0.21 |
| HSL | 36.79º | 0.56% | 0.52% | - |
| HSV(B) | 36.79º | 0.68% | 0.79% | - |
| XYZ | 36.06 | 34.43 | 9.75 | - |
| YUV | 155.27 | 77.06 | 161.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 149 | 65 | 0 | 0.26 | 0.68 | 0.21 | 36.79 | 0.56 | 0.52 |
| Hex | CA | 95 | 41 | 0 | 1A | 44 | 15 | 25 | 38 | 34 |
| Octal | 312 | 225 | 101 | 0 | 32 | 104 | 25 | 45 | 70 | 64 |
| Binary | 11001010 | 10010101 | 1000001 | 0 | 11010 | 1000100 | 10101 | 100101 | 111000 | 110100 |
Color Harmonies of #CA9541
Complementary color
Monochromatic Colors of #CA9541
Black with #CA9541
Text Example
Text Example
White with #CA9541
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA9541; }
p { color: rgb(202,149,65); }
H1.HeaderClassName
{
color: #CA9541;
}
.AnyTagClassName
{
color: #CA9541;
}
</style>
background-color css
<style>
a { background-color: #CA9541; }
a { background-color: rgb(202,149,65); }
div.DivClassName
{
background-color: #CA9541;
}
.BgClassName
{
background-color: #CA9541;
}
</style>
border-color css
<style>
span { border-color: #CA9541; }
span { border-color: rgb(202,149,65); }
td.TdClassName
{
border-color: #CA9541;
}
.TagClassName
{
border-color: #CA9541;
}
</style>