Shades of Anzac #CA9E3E
Tints of Anzac #CA9E3E
RGB
CMYK
RGB Variations
Color information
#CA9E3E (or 0xCA9E3E) is known color: Anzac. HEX triplet: CA, 9E and 3E. RGB value is (202,158,62). Sum of RGB (Red+Green+Blue) = 202+158+62=422 (55% of max value = 765). Red value is 202 (79.30% from 255 or 47.87% from 422); Green value is 158 (62.11% from 255 or 37.44% from 422); Blue value is 62 (24.61% from 255 or 14.69% from 422); Max value from RGB is 202 - color contains mainly: red. Hex color #CA9E3E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CA9E3E is #3561C1. Grayscale: #A0A0A0. Windows color (decimal): -3498434 or 4103882. OLE color: 4103882.
HSL color Cylindrical-coordinate representation of color #CA9E3E: hue angle of 41.14º degrees, saturation: 0.57, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #CA9E3E is Cyan = 0, Magento = 0.22, Yellow = 0.69 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 158 | 62 | - |
| CMYK | 0 | 0.22 | 0.69 | 0.21 |
| HSL | 41.14º | 0.57% | 0.52% | - |
| HSV(B) | 41.14º | 0.69% | 0.79% | - |
| XYZ | 37.45 | 37.36 | 9.79 | - |
| YUV | 160.21 | 72.58 | 157.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 158 | 62 | 0 | 0.22 | 0.69 | 0.21 | 41.14 | 0.57 | 0.52 |
| Hex | CA | 9E | 3E | 0 | 16 | 45 | 15 | 29 | 39 | 34 |
| Octal | 312 | 236 | 76 | 0 | 26 | 105 | 25 | 51 | 71 | 64 |
| Binary | 11001010 | 10011110 | 111110 | 0 | 10110 | 1000101 | 10101 | 101001 | 111001 | 110100 |
Color Harmonies of #CA9E3E
Complementary color
Monochromatic Colors of #CA9E3E
Black with #CA9E3E
Text Example
Text Example
White with #CA9E3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA9E3E; }
p { color: rgb(202,158,62); }
H1.HeaderClassName
{
color: #CA9E3E;
}
.AnyTagClassName
{
color: #CA9E3E;
}
</style>
background-color css
<style>
a { background-color: #CA9E3E; }
a { background-color: rgb(202,158,62); }
div.DivClassName
{
background-color: #CA9E3E;
}
.BgClassName
{
background-color: #CA9E3E;
}
</style>
border-color css
<style>
span { border-color: #CA9E3E; }
span { border-color: rgb(202,158,62); }
td.TdClassName
{
border-color: #CA9E3E;
}
.TagClassName
{
border-color: #CA9E3E;
}
</style>