Shades of Anzac #CA9945
Tints of Anzac #CA9945
RGB
CMYK
RGB Variations
Color information
#CA9945 (or 0xCA9945) is known color: Anzac. HEX triplet: CA, 99 and 45. RGB value is (202,153,69). Sum of RGB (Red+Green+Blue) = 202+153+69=424 (56% of max value = 765). Red value is 202 (79.30% from 255 or 47.64% from 424); Green value is 153 (60.16% from 255 or 36.08% from 424); Blue value is 69 (27.34% from 255 or 16.27% from 424); Max value from RGB is 202 - color contains mainly: red. Hex color #CA9945 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CA9945 is #3566BA. Grayscale: #9E9E9E. Windows color (decimal): -3499707 or 4561354. OLE color: 4561354.
HSL color Cylindrical-coordinate representation of color #CA9945: hue angle of 37.89º 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 #CA9945 is Cyan = 0, Magento = 0.24, Yellow = 0.66 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 153 | 69 | - |
| CMYK | 0 | 0.24 | 0.66 | 0.21 |
| HSL | 37.89º | 0.56% | 0.53% | - |
| HSV(B) | 37.89º | 0.66% | 0.79% | - |
| XYZ | 36.82 | 35.77 | 10.59 | - |
| YUV | 158.08 | 77.73 | 159.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 153 | 69 | 0 | 0.24 | 0.66 | 0.21 | 37.89 | 0.56 | 0.53 |
| Hex | CA | 99 | 45 | 0 | 18 | 42 | 15 | 26 | 38 | 35 |
| Octal | 312 | 231 | 105 | 0 | 30 | 102 | 25 | 46 | 70 | 65 |
| Binary | 11001010 | 10011001 | 1000101 | 0 | 11000 | 1000010 | 10101 | 100110 | 111000 | 110101 |
Color Harmonies of #CA9945
Complementary color
Monochromatic Colors of #CA9945
Black with #CA9945
Text Example
Text Example
White with #CA9945
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA9945; }
p { color: rgb(202,153,69); }
H1.HeaderClassName
{
color: #CA9945;
}
.AnyTagClassName
{
color: #CA9945;
}
</style>
background-color css
<style>
a { background-color: #CA9945; }
a { background-color: rgb(202,153,69); }
div.DivClassName
{
background-color: #CA9945;
}
.BgClassName
{
background-color: #CA9945;
}
</style>
border-color css
<style>
span { border-color: #CA9945; }
span { border-color: rgb(202,153,69); }
td.TdClassName
{
border-color: #CA9945;
}
.TagClassName
{
border-color: #CA9945;
}
</style>