Shades of Anzac #CA9243
Tints of Anzac #CA9243
RGB
CMYK
RGB Variations
Color information
#CA9243 (or 0xCA9243) is known color: Anzac. HEX triplet: CA, 92 and 43. RGB value is (202,146,67). Sum of RGB (Red+Green+Blue) = 202+146+67=415 (54% of max value = 765). Red value is 202 (79.30% from 255 or 48.67% from 415); Green value is 146 (57.42% from 255 or 35.18% from 415); Blue value is 67 (26.56% from 255 or 16.14% from 415); Max value from RGB is 202 - color contains mainly: red. Hex color #CA9243 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CA9243 is #356DBC. Grayscale: #9A9A9A. Windows color (decimal): -3501501 or 4428490. OLE color: 4428490.
HSL color Cylindrical-coordinate representation of color #CA9243: hue angle of 35.11º 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 #CA9243 is Cyan = 0, Magento = 0.28, Yellow = 0.67 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 146 | 67 | - |
| CMYK | 0 | 0.28 | 0.67 | 0.21 |
| HSL | 35.11º | 0.56% | 0.53% | - |
| HSV(B) | 35.11º | 0.67% | 0.79% | - |
| XYZ | 35.65 | 33.52 | 9.9 | - |
| YUV | 153.74 | 79.05 | 162.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 146 | 67 | 0 | 0.28 | 0.67 | 0.21 | 35.11 | 0.56 | 0.53 |
| Hex | CA | 92 | 43 | 0 | 1C | 43 | 15 | 23 | 38 | 35 |
| Octal | 312 | 222 | 103 | 0 | 34 | 103 | 25 | 43 | 70 | 65 |
| Binary | 11001010 | 10010010 | 1000011 | 0 | 11100 | 1000011 | 10101 | 100011 | 111000 | 110101 |
Color Harmonies of #CA9243
Complementary color
Monochromatic Colors of #CA9243
Black with #CA9243
Text Example
Text Example
White with #CA9243
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA9243; }
p { color: rgb(202,146,67); }
H1.HeaderClassName
{
color: #CA9243;
}
.AnyTagClassName
{
color: #CA9243;
}
</style>
background-color css
<style>
a { background-color: #CA9243; }
a { background-color: rgb(202,146,67); }
div.DivClassName
{
background-color: #CA9243;
}
.BgClassName
{
background-color: #CA9243;
}
</style>
border-color css
<style>
span { border-color: #CA9243; }
span { border-color: rgb(202,146,67); }
td.TdClassName
{
border-color: #CA9243;
}
.TagClassName
{
border-color: #CA9243;
}
</style>