Shades of Anzac #CA9246
Tints of Anzac #CA9246
RGB
CMYK
RGB Variations
Color information
#CA9246 (or 0xCA9246) is known color: Anzac. HEX triplet: CA, 92 and 46. RGB value is (202,146,70). Sum of RGB (Red+Green+Blue) = 202+146+70=418 (55% of max value = 765). Red value is 202 (79.30% from 255 or 48.33% from 418); Green value is 146 (57.42% from 255 or 34.93% from 418); Blue value is 70 (27.73% from 255 or 16.75% from 418); Max value from RGB is 202 - color contains mainly: red. Hex color #CA9246 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CA9246 is #356DB9. Grayscale: #9A9A9A. Windows color (decimal): -3501498 or 4625098. OLE color: 4625098.
HSL color Cylindrical-coordinate representation of color #CA9246: hue angle of 34.55º degrees, saturation: 0.55, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #CA9246 is Cyan = 0, Magento = 0.28, Yellow = 0.65 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 146 | 70 | - |
| CMYK | 0 | 0.28 | 0.65 | 0.21 |
| HSL | 34.55º | 0.55% | 0.53% | - |
| HSV(B) | 34.55º | 0.65% | 0.79% | - |
| XYZ | 35.74 | 33.56 | 10.39 | - |
| YUV | 154.08 | 80.55 | 162.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 146 | 70 | 0 | 0.28 | 0.65 | 0.21 | 34.55 | 0.55 | 0.53 |
| Hex | CA | 92 | 46 | 0 | 1C | 41 | 15 | 23 | 37 | 35 |
| Octal | 312 | 222 | 106 | 0 | 34 | 101 | 25 | 43 | 67 | 65 |
| Binary | 11001010 | 10010010 | 1000110 | 0 | 11100 | 1000001 | 10101 | 100011 | 110111 | 110101 |
Color Harmonies of #CA9246
Complementary color
Monochromatic Colors of #CA9246
Black with #CA9246
Text Example
Text Example
White with #CA9246
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA9246; }
p { color: rgb(202,146,70); }
H1.HeaderClassName
{
color: #CA9246;
}
.AnyTagClassName
{
color: #CA9246;
}
</style>
background-color css
<style>
a { background-color: #CA9246; }
a { background-color: rgb(202,146,70); }
div.DivClassName
{
background-color: #CA9246;
}
.BgClassName
{
background-color: #CA9246;
}
</style>
border-color css
<style>
span { border-color: #CA9246; }
span { border-color: rgb(202,146,70); }
td.TdClassName
{
border-color: #CA9246;
}
.TagClassName
{
border-color: #CA9246;
}
</style>