Shades of Anzac #CA8E39
Tints of Anzac #CA8E39
RGB
CMYK
RGB Variations
Color information
#CA8E39 (or 0xCA8E39) is known color: Anzac. HEX triplet: CA, 8E and 39. RGB value is (202,142,57). Sum of RGB (Red+Green+Blue) = 202+142+57=401 (53% of max value = 765). Red value is 202 (79.30% from 255 or 50.37% from 401); Green value is 142 (55.86% from 255 or 35.41% from 401); Blue value is 57 (22.66% from 255 or 14.21% from 401); Max value from RGB is 202 - color contains mainly: red. Hex color #CA8E39 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CA8E39 is #3571C6. Grayscale: #969696. Windows color (decimal): -3502535 or 3772106. OLE color: 3772106.
HSL color Cylindrical-coordinate representation of color #CA8E39: hue angle of 35.17º degrees, saturation: 0.58, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #CA8E39 is Cyan = 0, Magento = 0.30, Yellow = 0.72 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 142 | 57 | - |
| CMYK | 0 | 0.30 | 0.72 | 0.21 |
| HSL | 35.17º | 0.58% | 0.51% | - |
| HSV(B) | 35.17º | 0.72% | 0.79% | - |
| XYZ | 34.77 | 32.2 | 8.25 | - |
| YUV | 150.25 | 75.38 | 164.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 142 | 57 | 0 | 0.30 | 0.72 | 0.21 | 35.17 | 0.58 | 0.51 |
| Hex | CA | 8E | 39 | 0 | 1E | 48 | 15 | 23 | 3A | 33 |
| Octal | 312 | 216 | 71 | 0 | 36 | 110 | 25 | 43 | 72 | 63 |
| Binary | 11001010 | 10001110 | 111001 | 0 | 11110 | 1001000 | 10101 | 100011 | 111010 | 110011 |
Color Harmonies of #CA8E39
Complementary color
Monochromatic Colors of #CA8E39
Black with #CA8E39
Text Example
Text Example
White with #CA8E39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA8E39; }
p { color: rgb(202,142,57); }
H1.HeaderClassName
{
color: #CA8E39;
}
.AnyTagClassName
{
color: #CA8E39;
}
</style>
background-color css
<style>
a { background-color: #CA8E39; }
a { background-color: rgb(202,142,57); }
div.DivClassName
{
background-color: #CA8E39;
}
.BgClassName
{
background-color: #CA8E39;
}
</style>
border-color css
<style>
span { border-color: #CA8E39; }
span { border-color: rgb(202,142,57); }
td.TdClassName
{
border-color: #CA8E39;
}
.TagClassName
{
border-color: #CA8E39;
}
</style>