Shades of Anzac #CA9E3D
Tints of Anzac #CA9E3D
RGB
CMYK
RGB Variations
Color information
#CA9E3D (or 0xCA9E3D) is known color: Anzac. HEX triplet: CA, 9E and 3D. RGB value is (202,158,61). Sum of RGB (Red+Green+Blue) = 202+158+61=421 (55% of max value = 765). Red value is 202 (79.30% from 255 or 47.98% from 421); Green value is 158 (62.11% from 255 or 37.53% from 421); Blue value is 61 (24.22% from 255 or 14.49% from 421); Max value from RGB is 202 - color contains mainly: red. Hex color #CA9E3D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CA9E3D is #3561C2. Grayscale: #A0A0A0. Windows color (decimal): -3498435 or 4038346. OLE color: 4038346.
HSL color Cylindrical-coordinate representation of color #CA9E3D: hue angle of 41.28º degrees, saturation: 0.57, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #CA9E3D is Cyan = 0, Magento = 0.22, Yellow = 0.70 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 158 | 61 | - |
| CMYK | 0 | 0.22 | 0.70 | 0.21 |
| HSL | 41.28º | 0.57% | 0.52% | - |
| HSV(B) | 41.28º | 0.7% | 0.79% | - |
| XYZ | 37.43 | 37.35 | 9.65 | - |
| YUV | 160.1 | 72.08 | 157.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 158 | 61 | 0 | 0.22 | 0.70 | 0.21 | 41.28 | 0.57 | 0.52 |
| Hex | CA | 9E | 3D | 0 | 16 | 46 | 15 | 29 | 39 | 34 |
| Octal | 312 | 236 | 75 | 0 | 26 | 106 | 25 | 51 | 71 | 64 |
| Binary | 11001010 | 10011110 | 111101 | 0 | 10110 | 1000110 | 10101 | 101001 | 111001 | 110100 |
Color Harmonies of #CA9E3D
Complementary color
Monochromatic Colors of #CA9E3D
Black with #CA9E3D
Text Example
Text Example
White with #CA9E3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA9E3D; }
p { color: rgb(202,158,61); }
H1.HeaderClassName
{
color: #CA9E3D;
}
.AnyTagClassName
{
color: #CA9E3D;
}
</style>
background-color css
<style>
a { background-color: #CA9E3D; }
a { background-color: rgb(202,158,61); }
div.DivClassName
{
background-color: #CA9E3D;
}
.BgClassName
{
background-color: #CA9E3D;
}
</style>
border-color css
<style>
span { border-color: #CA9E3D; }
span { border-color: rgb(202,158,61); }
td.TdClassName
{
border-color: #CA9E3D;
}
.TagClassName
{
border-color: #CA9E3D;
}
</style>