Shades of Anzac #CA9042
Tints of Anzac #CA9042
RGB
CMYK
RGB Variations
Color information
#CA9042 (or 0xCA9042) is known color: Anzac. HEX triplet: CA, 90 and 42. RGB value is (202,144,66). Sum of RGB (Red+Green+Blue) = 202+144+66=412 (54% of max value = 765). Red value is 202 (79.30% from 255 or 49.03% from 412); Green value is 144 (56.64% from 255 or 34.95% from 412); Blue value is 66 (26.17% from 255 or 16.02% from 412); Max value from RGB is 202 - color contains mainly: red. Hex color #CA9042 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CA9042 is #356FBD. Grayscale: #989898. Windows color (decimal): -3502014 or 4362442. OLE color: 4362442.
HSL color Cylindrical-coordinate representation of color #CA9042: hue angle of 34.41º degrees, saturation: 0.56, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #CA9042 is Cyan = 0, Magento = 0.29, Yellow = 0.67 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 144 | 66 | - |
| CMYK | 0 | 0.29 | 0.67 | 0.21 |
| HSL | 34.41º | 0.56% | 0.53% | - |
| HSV(B) | 34.41º | 0.67% | 0.79% | - |
| XYZ | 35.31 | 32.9 | 9.64 | - |
| YUV | 152.45 | 79.22 | 163.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 144 | 66 | 0 | 0.29 | 0.67 | 0.21 | 34.41 | 0.56 | 0.53 |
| Hex | CA | 90 | 42 | 0 | 1D | 43 | 15 | 22 | 38 | 35 |
| Octal | 312 | 220 | 102 | 0 | 35 | 103 | 25 | 42 | 70 | 65 |
| Binary | 11001010 | 10010000 | 1000010 | 0 | 11101 | 1000011 | 10101 | 100010 | 111000 | 110101 |
Color Harmonies of #CA9042
Complementary color
Monochromatic Colors of #CA9042
Black with #CA9042
Text Example
Text Example
White with #CA9042
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA9042; }
p { color: rgb(202,144,66); }
H1.HeaderClassName
{
color: #CA9042;
}
.AnyTagClassName
{
color: #CA9042;
}
</style>
background-color css
<style>
a { background-color: #CA9042; }
a { background-color: rgb(202,144,66); }
div.DivClassName
{
background-color: #CA9042;
}
.BgClassName
{
background-color: #CA9042;
}
</style>
border-color css
<style>
span { border-color: #CA9042; }
span { border-color: rgb(202,144,66); }
td.TdClassName
{
border-color: #CA9042;
}
.TagClassName
{
border-color: #CA9042;
}
</style>