Shades of Anzac #CA9344
Tints of Anzac #CA9344
RGB
CMYK
RGB Variations
Color information
#CA9344 (or 0xCA9344) is known color: Anzac. HEX triplet: CA, 93 and 44. RGB value is (202,147,68). Sum of RGB (Red+Green+Blue) = 202+147+68=417 (55% of max value = 765). Red value is 202 (79.30% from 255 or 48.44% from 417); Green value is 147 (57.81% from 255 or 35.25% from 417); Blue value is 68 (26.95% from 255 or 16.31% from 417); Max value from RGB is 202 - color contains mainly: red. Hex color #CA9344 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CA9344 is #356CBB. Grayscale: #9A9A9A. Windows color (decimal): -3501244 or 4494282. OLE color: 4494282.
HSL color Cylindrical-coordinate representation of color #CA9344: hue angle of 35.37º degrees, saturation: 0.56, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #CA9344 is Cyan = 0, Magento = 0.27, Yellow = 0.66 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 147 | 68 | - |
| CMYK | 0 | 0.27 | 0.66 | 0.21 |
| HSL | 35.37º | 0.56% | 0.53% | - |
| HSV(B) | 35.37º | 0.66% | 0.79% | - |
| XYZ | 35.83 | 33.84 | 10.11 | - |
| YUV | 154.44 | 79.22 | 161.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 147 | 68 | 0 | 0.27 | 0.66 | 0.21 | 35.37 | 0.56 | 0.53 |
| Hex | CA | 93 | 44 | 0 | 1B | 42 | 15 | 23 | 38 | 35 |
| Octal | 312 | 223 | 104 | 0 | 33 | 102 | 25 | 43 | 70 | 65 |
| Binary | 11001010 | 10010011 | 1000100 | 0 | 11011 | 1000010 | 10101 | 100011 | 111000 | 110101 |
Color Harmonies of #CA9344
Complementary color
Monochromatic Colors of #CA9344
Black with #CA9344
Text Example
Text Example
White with #CA9344
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA9344; }
p { color: rgb(202,147,68); }
H1.HeaderClassName
{
color: #CA9344;
}
.AnyTagClassName
{
color: #CA9344;
}
</style>
background-color css
<style>
a { background-color: #CA9344; }
a { background-color: rgb(202,147,68); }
div.DivClassName
{
background-color: #CA9344;
}
.BgClassName
{
background-color: #CA9344;
}
</style>
border-color css
<style>
span { border-color: #CA9344; }
span { border-color: rgb(202,147,68); }
td.TdClassName
{
border-color: #CA9344;
}
.TagClassName
{
border-color: #CA9344;
}
</style>