Shades of Anzac #CA8D3C
Tints of Anzac #CA8D3C
RGB
CMYK
RGB Variations
Color information
#CA8D3C (or 0xCA8D3C) is known color: Anzac. HEX triplet: CA, 8D and 3C. RGB value is (202,141,60). Sum of RGB (Red+Green+Blue) = 202+141+60=403 (53% of max value = 765). Red value is 202 (79.30% from 255 or 50.12% from 403); Green value is 141 (55.47% from 255 or 34.99% from 403); Blue value is 60 (23.83% from 255 or 14.89% from 403); Max value from RGB is 202 - color contains mainly: red. Hex color #CA8D3C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CA8D3C is #3572C3. Grayscale: #969696. Windows color (decimal): -3502788 or 3968458. OLE color: 3968458.
HSL color Cylindrical-coordinate representation of color #CA8D3C: hue angle of 34.23º degrees, saturation: 0.57, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #CA8D3C is Cyan = 0, Magento = 0.30, Yellow = 0.70 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 141 | 60 | - |
| CMYK | 0 | 0.30 | 0.70 | 0.21 |
| HSL | 34.23º | 0.57% | 0.51% | - |
| HSV(B) | 34.23º | 0.7% | 0.79% | - |
| XYZ | 34.7 | 31.93 | 8.61 | - |
| YUV | 150.01 | 77.21 | 165.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 141 | 60 | 0 | 0.30 | 0.70 | 0.21 | 34.23 | 0.57 | 0.51 |
| Hex | CA | 8D | 3C | 0 | 1E | 46 | 15 | 22 | 39 | 33 |
| Octal | 312 | 215 | 74 | 0 | 36 | 106 | 25 | 42 | 71 | 63 |
| Binary | 11001010 | 10001101 | 111100 | 0 | 11110 | 1000110 | 10101 | 100010 | 111001 | 110011 |
Color Harmonies of #CA8D3C
Complementary color
Monochromatic Colors of #CA8D3C
Black with #CA8D3C
Text Example
Text Example
White with #CA8D3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA8D3C; }
p { color: rgb(202,141,60); }
H1.HeaderClassName
{
color: #CA8D3C;
}
.AnyTagClassName
{
color: #CA8D3C;
}
</style>
background-color css
<style>
a { background-color: #CA8D3C; }
a { background-color: rgb(202,141,60); }
div.DivClassName
{
background-color: #CA8D3C;
}
.BgClassName
{
background-color: #CA8D3C;
}
</style>
border-color css
<style>
span { border-color: #CA8D3C; }
span { border-color: rgb(202,141,60); }
td.TdClassName
{
border-color: #CA8D3C;
}
.TagClassName
{
border-color: #CA8D3C;
}
</style>