Shades of Anzac #CA9B3F
Tints of Anzac #CA9B3F
RGB
CMYK
RGB Variations
Color information
#CA9B3F (or 0xCA9B3F) is known color: Anzac. HEX triplet: CA, 9B and 3F. RGB value is (202,155,63). Sum of RGB (Red+Green+Blue) = 202+155+63=420 (55% of max value = 765). Red value is 202 (79.30% from 255 or 48.10% from 420); Green value is 155 (60.94% from 255 or 36.90% from 420); Blue value is 63 (25% from 255 or 15% from 420); Max value from RGB is 202 - color contains mainly: red. Hex color #CA9B3F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CA9B3F is #3564C0. Grayscale: #9E9E9E. Windows color (decimal): -3499201 or 4168650. OLE color: 4168650.
HSL color Cylindrical-coordinate representation of color #CA9B3F: hue angle of 39.71º 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 #CA9B3F is Cyan = 0, Magento = 0.23, Yellow = 0.69 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 155 | 63 | - |
| CMYK | 0 | 0.23 | 0.69 | 0.21 |
| HSL | 39.71º | 0.57% | 0.52% | - |
| HSV(B) | 39.71º | 0.69% | 0.79% | - |
| XYZ | 36.98 | 36.36 | 9.77 | - |
| YUV | 158.57 | 74.07 | 158.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 155 | 63 | 0 | 0.23 | 0.69 | 0.21 | 39.71 | 0.57 | 0.52 |
| Hex | CA | 9B | 3F | 0 | 17 | 45 | 15 | 28 | 39 | 34 |
| Octal | 312 | 233 | 77 | 0 | 27 | 105 | 25 | 50 | 71 | 64 |
| Binary | 11001010 | 10011011 | 111111 | 0 | 10111 | 1000101 | 10101 | 101000 | 111001 | 110100 |
Color Harmonies of #CA9B3F
Complementary color
Monochromatic Colors of #CA9B3F
Black with #CA9B3F
Text Example
Text Example
White with #CA9B3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA9B3F; }
p { color: rgb(202,155,63); }
H1.HeaderClassName
{
color: #CA9B3F;
}
.AnyTagClassName
{
color: #CA9B3F;
}
</style>
background-color css
<style>
a { background-color: #CA9B3F; }
a { background-color: rgb(202,155,63); }
div.DivClassName
{
background-color: #CA9B3F;
}
.BgClassName
{
background-color: #CA9B3F;
}
</style>
border-color css
<style>
span { border-color: #CA9B3F; }
span { border-color: rgb(202,155,63); }
td.TdClassName
{
border-color: #CA9B3F;
}
.TagClassName
{
border-color: #CA9B3F;
}
</style>