Shades of Anzac #CA9E42
Tints of Anzac #CA9E42
RGB
CMYK
RGB Variations
Color information
#CA9E42 (or 0xCA9E42) is known color: Anzac. HEX triplet: CA, 9E and 42. RGB value is (202,158,66). Sum of RGB (Red+Green+Blue) = 202+158+66=426 (56% of max value = 765). Red value is 202 (79.30% from 255 or 47.42% from 426); Green value is 158 (62.11% from 255 or 37.09% from 426); Blue value is 66 (26.17% from 255 or 15.49% from 426); Max value from RGB is 202 - color contains mainly: red. Hex color #CA9E42 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CA9E42 is #3561BD. Grayscale: #A1A1A1. Windows color (decimal): -3498430 or 4366026. OLE color: 4366026.
HSL color Cylindrical-coordinate representation of color #CA9E42: hue angle of 40.59º 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 #CA9E42 is Cyan = 0, Magento = 0.22, Yellow = 0.67 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 158 | 66 | - |
| CMYK | 0 | 0.22 | 0.67 | 0.21 |
| HSL | 40.59º | 0.56% | 0.53% | - |
| HSV(B) | 40.59º | 0.67% | 0.79% | - |
| XYZ | 37.57 | 37.4 | 10.39 | - |
| YUV | 160.67 | 74.58 | 157.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 158 | 66 | 0 | 0.22 | 0.67 | 0.21 | 40.59 | 0.56 | 0.53 |
| Hex | CA | 9E | 42 | 0 | 16 | 43 | 15 | 29 | 38 | 35 |
| Octal | 312 | 236 | 102 | 0 | 26 | 103 | 25 | 51 | 70 | 65 |
| Binary | 11001010 | 10011110 | 1000010 | 0 | 10110 | 1000011 | 10101 | 101001 | 111000 | 110101 |
Color Harmonies of #CA9E42
Complementary color
Monochromatic Colors of #CA9E42
Black with #CA9E42
Text Example
Text Example
White with #CA9E42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA9E42; }
p { color: rgb(202,158,66); }
H1.HeaderClassName
{
color: #CA9E42;
}
.AnyTagClassName
{
color: #CA9E42;
}
</style>
background-color css
<style>
a { background-color: #CA9E42; }
a { background-color: rgb(202,158,66); }
div.DivClassName
{
background-color: #CA9E42;
}
.BgClassName
{
background-color: #CA9E42;
}
</style>
border-color css
<style>
span { border-color: #CA9E42; }
span { border-color: rgb(202,158,66); }
td.TdClassName
{
border-color: #CA9E42;
}
.TagClassName
{
border-color: #CA9E42;
}
</style>