Shades of Anzac #CA923A
Tints of Anzac #CA923A
RGB
CMYK
RGB Variations
Color information
#CA923A (or 0xCA923A) is known color: Anzac. HEX triplet: CA, 92 and 3A. RGB value is (202,146,58). Sum of RGB (Red+Green+Blue) = 202+146+58=406 (53% of max value = 765). Red value is 202 (79.30% from 255 or 49.75% from 406); Green value is 146 (57.42% from 255 or 35.96% from 406); Blue value is 58 (23.05% from 255 or 14.29% from 406); Max value from RGB is 202 - color contains mainly: red. Hex color #CA923A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CA923A is #356DC5. Grayscale: #999999. Windows color (decimal): -3501510 or 3838666. OLE color: 3838666.
HSL color Cylindrical-coordinate representation of color #CA923A: hue angle of 36.67º degrees, saturation: 0.58, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #CA923A is Cyan = 0, Magento = 0.28, Yellow = 0.71 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 146 | 58 | - |
| CMYK | 0 | 0.28 | 0.71 | 0.21 |
| HSL | 36.67º | 0.58% | 0.51% | - |
| HSV(B) | 36.67º | 0.71% | 0.79% | - |
| XYZ | 35.4 | 33.42 | 8.59 | - |
| YUV | 152.71 | 74.55 | 163.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 146 | 58 | 0 | 0.28 | 0.71 | 0.21 | 36.67 | 0.58 | 0.51 |
| Hex | CA | 92 | 3A | 0 | 1C | 47 | 15 | 25 | 3A | 33 |
| Octal | 312 | 222 | 72 | 0 | 34 | 107 | 25 | 45 | 72 | 63 |
| Binary | 11001010 | 10010010 | 111010 | 0 | 11100 | 1000111 | 10101 | 100101 | 111010 | 110011 |
Color Harmonies of #CA923A
Complementary color
Monochromatic Colors of #CA923A
Black with #CA923A
Text Example
Text Example
White with #CA923A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA923A; }
p { color: rgb(202,146,58); }
H1.HeaderClassName
{
color: #CA923A;
}
.AnyTagClassName
{
color: #CA923A;
}
</style>
background-color css
<style>
a { background-color: #CA923A; }
a { background-color: rgb(202,146,58); }
div.DivClassName
{
background-color: #CA923A;
}
.BgClassName
{
background-color: #CA923A;
}
</style>
border-color css
<style>
span { border-color: #CA923A; }
span { border-color: rgb(202,146,58); }
td.TdClassName
{
border-color: #CA923A;
}
.TagClassName
{
border-color: #CA923A;
}
</style>