Shades of Anzac #CA8F40
Tints of Anzac #CA8F40
RGB
CMYK
RGB Variations
Color information
#CA8F40 (or 0xCA8F40) is known color: Anzac. HEX triplet: CA, 8F and 40. RGB value is (202,143,64). Sum of RGB (Red+Green+Blue) = 202+143+64=409 (54% of max value = 765). Red value is 202 (79.30% from 255 or 49.39% from 409); Green value is 143 (56.25% from 255 or 34.96% from 409); Blue value is 64 (25.39% from 255 or 15.65% from 409); Max value from RGB is 202 - color contains mainly: red. Hex color #CA8F40 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CA8F40 is #3570BF. Grayscale: #989898. Windows color (decimal): -3502272 or 4231114. OLE color: 4231114.
HSL color Cylindrical-coordinate representation of color #CA8F40: hue angle of 34.35º degrees, saturation: 0.57, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #CA8F40 is Cyan = 0, Magento = 0.29, Yellow = 0.68 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 143 | 64 | - |
| CMYK | 0 | 0.29 | 0.68 | 0.21 |
| HSL | 34.35º | 0.57% | 0.52% | - |
| HSV(B) | 34.35º | 0.68% | 0.79% | - |
| XYZ | 35.11 | 32.57 | 9.29 | - |
| YUV | 151.64 | 78.55 | 163.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 143 | 64 | 0 | 0.29 | 0.68 | 0.21 | 34.35 | 0.57 | 0.52 |
| Hex | CA | 8F | 40 | 0 | 1D | 44 | 15 | 22 | 39 | 34 |
| Octal | 312 | 217 | 100 | 0 | 35 | 104 | 25 | 42 | 71 | 64 |
| Binary | 11001010 | 10001111 | 1000000 | 0 | 11101 | 1000100 | 10101 | 100010 | 111001 | 110100 |
Color Harmonies of #CA8F40
Complementary color
Monochromatic Colors of #CA8F40
Black with #CA8F40
Text Example
Text Example
White with #CA8F40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA8F40; }
p { color: rgb(202,143,64); }
H1.HeaderClassName
{
color: #CA8F40;
}
.AnyTagClassName
{
color: #CA8F40;
}
</style>
background-color css
<style>
a { background-color: #CA8F40; }
a { background-color: rgb(202,143,64); }
div.DivClassName
{
background-color: #CA8F40;
}
.BgClassName
{
background-color: #CA8F40;
}
</style>
border-color css
<style>
span { border-color: #CA8F40; }
span { border-color: rgb(202,143,64); }
td.TdClassName
{
border-color: #CA8F40;
}
.TagClassName
{
border-color: #CA8F40;
}
</style>