Shades of Anzac #CA8F3B
Tints of Anzac #CA8F3B
RGB
CMYK
RGB Variations
Color information
#CA8F3B (or 0xCA8F3B) is known color: Anzac. HEX triplet: CA, 8F and 3B. RGB value is (202,143,59). Sum of RGB (Red+Green+Blue) = 202+143+59=404 (53% of max value = 765). Red value is 202 (79.30% from 255 or 50% from 404); Green value is 143 (56.25% from 255 or 35.40% from 404); Blue value is 59 (23.44% from 255 or 14.60% from 404); Max value from RGB is 202 - color contains mainly: red. Hex color #CA8F3B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CA8F3B is #3570C4. Grayscale: #979797. Windows color (decimal): -3502277 or 3903434. OLE color: 3903434.
HSL color Cylindrical-coordinate representation of color #CA8F3B: hue angle of 35.24º degrees, saturation: 0.57, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #CA8F3B is Cyan = 0, Magento = 0.29, Yellow = 0.71 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 143 | 59 | - |
| CMYK | 0 | 0.29 | 0.71 | 0.21 |
| HSL | 35.24º | 0.57% | 0.51% | - |
| HSV(B) | 35.24º | 0.71% | 0.79% | - |
| XYZ | 34.97 | 32.52 | 8.57 | - |
| YUV | 151.07 | 76.05 | 164.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 143 | 59 | 0 | 0.29 | 0.71 | 0.21 | 35.24 | 0.57 | 0.51 |
| Hex | CA | 8F | 3B | 0 | 1D | 47 | 15 | 23 | 39 | 33 |
| Octal | 312 | 217 | 73 | 0 | 35 | 107 | 25 | 43 | 71 | 63 |
| Binary | 11001010 | 10001111 | 111011 | 0 | 11101 | 1000111 | 10101 | 100011 | 111001 | 110011 |
Color Harmonies of #CA8F3B
Complementary color
Monochromatic Colors of #CA8F3B
Black with #CA8F3B
Text Example
Text Example
White with #CA8F3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA8F3B; }
p { color: rgb(202,143,59); }
H1.HeaderClassName
{
color: #CA8F3B;
}
.AnyTagClassName
{
color: #CA8F3B;
}
</style>
background-color css
<style>
a { background-color: #CA8F3B; }
a { background-color: rgb(202,143,59); }
div.DivClassName
{
background-color: #CA8F3B;
}
.BgClassName
{
background-color: #CA8F3B;
}
</style>
border-color css
<style>
span { border-color: #CA8F3B; }
span { border-color: rgb(202,143,59); }
td.TdClassName
{
border-color: #CA8F3B;
}
.TagClassName
{
border-color: #CA8F3B;
}
</style>