Shades of Anzac #CA9E43
Tints of Anzac #CA9E43
RGB
CMYK
RGB Variations
Color information
#CA9E43 (or 0xCA9E43) is known color: Anzac. HEX triplet: CA, 9E and 43. RGB value is (202,158,67). Sum of RGB (Red+Green+Blue) = 202+158+67=427 (56% of max value = 765). Red value is 202 (79.30% from 255 or 47.31% from 427); Green value is 158 (62.11% from 255 or 37.00% from 427); Blue value is 67 (26.56% from 255 or 15.69% from 427); Max value from RGB is 202 - color contains mainly: red. Hex color #CA9E43 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CA9E43 is #3561BC. Grayscale: #A1A1A1. Windows color (decimal): -3498429 or 4431562. OLE color: 4431562.
HSL color Cylindrical-coordinate representation of color #CA9E43: hue angle of 40.44º degrees, saturation: 0.56, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #CA9E43 is Cyan = 0, Magento = 0.22, Yellow = 0.67 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 158 | 67 | - |
| CMYK | 0 | 0.22 | 0.67 | 0.21 |
| HSL | 40.44º | 0.56% | 0.53% | - |
| HSV(B) | 40.44º | 0.67% | 0.79% | - |
| XYZ | 37.6 | 37.42 | 10.55 | - |
| YUV | 160.78 | 75.08 | 157.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 158 | 67 | 0 | 0.22 | 0.67 | 0.21 | 40.44 | 0.56 | 0.53 |
| Hex | CA | 9E | 43 | 0 | 16 | 43 | 15 | 28 | 38 | 35 |
| Octal | 312 | 236 | 103 | 0 | 26 | 103 | 25 | 50 | 70 | 65 |
| Binary | 11001010 | 10011110 | 1000011 | 0 | 10110 | 1000011 | 10101 | 101000 | 111000 | 110101 |
Color Harmonies of #CA9E43
Complementary color
Monochromatic Colors of #CA9E43
Black with #CA9E43
Text Example
Text Example
White with #CA9E43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA9E43; }
p { color: rgb(202,158,67); }
H1.HeaderClassName
{
color: #CA9E43;
}
.AnyTagClassName
{
color: #CA9E43;
}
</style>
background-color css
<style>
a { background-color: #CA9E43; }
a { background-color: rgb(202,158,67); }
div.DivClassName
{
background-color: #CA9E43;
}
.BgClassName
{
background-color: #CA9E43;
}
</style>
border-color css
<style>
span { border-color: #CA9E43; }
span { border-color: rgb(202,158,67); }
td.TdClassName
{
border-color: #CA9E43;
}
.TagClassName
{
border-color: #CA9E43;
}
</style>