Shades of Anzac #CA923B
Tints of Anzac #CA923B
RGB
CMYK
RGB Variations
Color information
#CA923B (or 0xCA923B) is known color: Anzac. HEX triplet: CA, 92 and 3B. RGB value is (202,146,59). Sum of RGB (Red+Green+Blue) = 202+146+59=407 (53% of max value = 765). Red value is 202 (79.30% from 255 or 49.63% from 407); Green value is 146 (57.42% from 255 or 35.87% from 407); Blue value is 59 (23.44% from 255 or 14.50% from 407); Max value from RGB is 202 - color contains mainly: red. Hex color #CA923B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CA923B is #356DC4. Grayscale: #999999. Windows color (decimal): -3501509 or 3904202. OLE color: 3904202.
HSL color Cylindrical-coordinate representation of color #CA923B: hue angle of 36.5º degrees, saturation: 0.57, 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 #CA923B is Cyan = 0, Magento = 0.28, Yellow = 0.71 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 146 | 59 | - |
| CMYK | 0 | 0.28 | 0.71 | 0.21 |
| HSL | 36.5º | 0.57% | 0.51% | - |
| HSV(B) | 36.5º | 0.71% | 0.79% | - |
| XYZ | 35.43 | 33.43 | 8.72 | - |
| YUV | 152.83 | 75.05 | 163.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 146 | 59 | 0 | 0.28 | 0.71 | 0.21 | 36.5 | 0.57 | 0.51 |
| Hex | CA | 92 | 3B | 0 | 1C | 47 | 15 | 25 | 39 | 33 |
| Octal | 312 | 222 | 73 | 0 | 34 | 107 | 25 | 45 | 71 | 63 |
| Binary | 11001010 | 10010010 | 111011 | 0 | 11100 | 1000111 | 10101 | 100101 | 111001 | 110011 |
Color Harmonies of #CA923B
Complementary color
Monochromatic Colors of #CA923B
Black with #CA923B
Text Example
Text Example
White with #CA923B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA923B; }
p { color: rgb(202,146,59); }
H1.HeaderClassName
{
color: #CA923B;
}
.AnyTagClassName
{
color: #CA923B;
}
</style>
background-color css
<style>
a { background-color: #CA923B; }
a { background-color: rgb(202,146,59); }
div.DivClassName
{
background-color: #CA923B;
}
.BgClassName
{
background-color: #CA923B;
}
</style>
border-color css
<style>
span { border-color: #CA923B; }
span { border-color: rgb(202,146,59); }
td.TdClassName
{
border-color: #CA923B;
}
.TagClassName
{
border-color: #CA923B;
}
</style>