Shades of Anzac #CA9241
Tints of Anzac #CA9241
RGB
CMYK
RGB Variations
Color information
#CA9241 (or 0xCA9241) is known color: Anzac. HEX triplet: CA, 92 and 41. RGB value is (202,146,65). Sum of RGB (Red+Green+Blue) = 202+146+65=413 (54% of max value = 765). Red value is 202 (79.30% from 255 or 48.91% from 413); Green value is 146 (57.42% from 255 or 35.35% from 413); Blue value is 65 (25.78% from 255 or 15.74% from 413); Max value from RGB is 202 - color contains mainly: red. Hex color #CA9241 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CA9241 is #356DBE. Grayscale: #999999. Windows color (decimal): -3501503 or 4297418. OLE color: 4297418.
HSL color Cylindrical-coordinate representation of color #CA9241: hue angle of 35.47º 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 #CA9241 is Cyan = 0, Magento = 0.28, Yellow = 0.68 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 146 | 65 | - |
| CMYK | 0 | 0.28 | 0.68 | 0.21 |
| HSL | 35.47º | 0.56% | 0.52% | - |
| HSV(B) | 35.47º | 0.68% | 0.79% | - |
| XYZ | 35.59 | 33.5 | 9.59 | - |
| YUV | 153.51 | 78.05 | 162.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 146 | 65 | 0 | 0.28 | 0.68 | 0.21 | 35.47 | 0.56 | 0.52 |
| Hex | CA | 92 | 41 | 0 | 1C | 44 | 15 | 23 | 38 | 34 |
| Octal | 312 | 222 | 101 | 0 | 34 | 104 | 25 | 43 | 70 | 64 |
| Binary | 11001010 | 10010010 | 1000001 | 0 | 11100 | 1000100 | 10101 | 100011 | 111000 | 110100 |
Color Harmonies of #CA9241
Complementary color
Monochromatic Colors of #CA9241
Black with #CA9241
Text Example
Text Example
White with #CA9241
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA9241; }
p { color: rgb(202,146,65); }
H1.HeaderClassName
{
color: #CA9241;
}
.AnyTagClassName
{
color: #CA9241;
}
</style>
background-color css
<style>
a { background-color: #CA9241; }
a { background-color: rgb(202,146,65); }
div.DivClassName
{
background-color: #CA9241;
}
.BgClassName
{
background-color: #CA9241;
}
</style>
border-color css
<style>
span { border-color: #CA9241; }
span { border-color: rgb(202,146,65); }
td.TdClassName
{
border-color: #CA9241;
}
.TagClassName
{
border-color: #CA9241;
}
</style>