Shades of Anzac #CA9B40
Tints of Anzac #CA9B40
RGB
CMYK
RGB Variations
Color information
#CA9B40 (or 0xCA9B40) is known color: Anzac. HEX triplet: CA, 9B and 40. RGB value is (202,155,64). Sum of RGB (Red+Green+Blue) = 202+155+64=421 (55% of max value = 765). Red value is 202 (79.30% from 255 or 47.98% from 421); Green value is 155 (60.94% from 255 or 36.82% from 421); Blue value is 64 (25.39% from 255 or 15.20% from 421); Max value from RGB is 202 - color contains mainly: red. Hex color #CA9B40 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CA9B40 is #3564BF. Grayscale: #9F9F9F. Windows color (decimal): -3499200 or 4234186. OLE color: 4234186.
HSL color Cylindrical-coordinate representation of color #CA9B40: hue angle of 39.57º degrees, saturation: 0.57, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #CA9B40 is Cyan = 0, Magento = 0.23, Yellow = 0.68 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 155 | 64 | - |
| CMYK | 0 | 0.23 | 0.68 | 0.21 |
| HSL | 39.57º | 0.57% | 0.52% | - |
| HSV(B) | 39.57º | 0.68% | 0.79% | - |
| XYZ | 37 | 36.37 | 9.92 | - |
| YUV | 158.68 | 74.57 | 158.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 155 | 64 | 0 | 0.23 | 0.68 | 0.21 | 39.57 | 0.57 | 0.52 |
| Hex | CA | 9B | 40 | 0 | 17 | 44 | 15 | 28 | 39 | 34 |
| Octal | 312 | 233 | 100 | 0 | 27 | 104 | 25 | 50 | 71 | 64 |
| Binary | 11001010 | 10011011 | 1000000 | 0 | 10111 | 1000100 | 10101 | 101000 | 111001 | 110100 |
Color Harmonies of #CA9B40
Complementary color
Monochromatic Colors of #CA9B40
Black with #CA9B40
Text Example
Text Example
White with #CA9B40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA9B40; }
p { color: rgb(202,155,64); }
H1.HeaderClassName
{
color: #CA9B40;
}
.AnyTagClassName
{
color: #CA9B40;
}
</style>
background-color css
<style>
a { background-color: #CA9B40; }
a { background-color: rgb(202,155,64); }
div.DivClassName
{
background-color: #CA9B40;
}
.BgClassName
{
background-color: #CA9B40;
}
</style>
border-color css
<style>
span { border-color: #CA9B40; }
span { border-color: rgb(202,155,64); }
td.TdClassName
{
border-color: #CA9B40;
}
.TagClassName
{
border-color: #CA9B40;
}
</style>