Shades of Anzac #CA9640
Tints of Anzac #CA9640
RGB
CMYK
RGB Variations
Color information
#CA9640 (or 0xCA9640) is known color: Anzac. HEX triplet: CA, 96 and 40. RGB value is (202,150,64). Sum of RGB (Red+Green+Blue) = 202+150+64=416 (55% of max value = 765). Red value is 202 (79.30% from 255 or 48.56% from 416); Green value is 150 (58.98% from 255 or 36.06% from 416); Blue value is 64 (25.39% from 255 or 15.38% from 416); Max value from RGB is 202 - color contains mainly: red. Hex color #CA9640 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CA9640 is #3569BF. Grayscale: #9C9C9C. Windows color (decimal): -3500480 or 4232906. OLE color: 4232906.
HSL color Cylindrical-coordinate representation of color #CA9640: hue angle of 37.39º 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 #CA9640 is Cyan = 0, Magento = 0.26, Yellow = 0.68 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 150 | 64 | - |
| CMYK | 0 | 0.26 | 0.68 | 0.21 |
| HSL | 37.39º | 0.57% | 0.52% | - |
| HSV(B) | 37.39º | 0.68% | 0.79% | - |
| XYZ | 36.19 | 34.74 | 9.65 | - |
| YUV | 155.74 | 76.23 | 160.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 150 | 64 | 0 | 0.26 | 0.68 | 0.21 | 37.39 | 0.57 | 0.52 |
| Hex | CA | 96 | 40 | 0 | 1A | 44 | 15 | 25 | 39 | 34 |
| Octal | 312 | 226 | 100 | 0 | 32 | 104 | 25 | 45 | 71 | 64 |
| Binary | 11001010 | 10010110 | 1000000 | 0 | 11010 | 1000100 | 10101 | 100101 | 111001 | 110100 |
Color Harmonies of #CA9640
Complementary color
Monochromatic Colors of #CA9640
Black with #CA9640
Text Example
Text Example
White with #CA9640
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA9640; }
p { color: rgb(202,150,64); }
H1.HeaderClassName
{
color: #CA9640;
}
.AnyTagClassName
{
color: #CA9640;
}
</style>
background-color css
<style>
a { background-color: #CA9640; }
a { background-color: rgb(202,150,64); }
div.DivClassName
{
background-color: #CA9640;
}
.BgClassName
{
background-color: #CA9640;
}
</style>
border-color css
<style>
span { border-color: #CA9640; }
span { border-color: rgb(202,150,64); }
td.TdClassName
{
border-color: #CA9640;
}
.TagClassName
{
border-color: #CA9640;
}
</style>