Shades of Anzac #CA8D48
Tints of Anzac #CA8D48
RGB
CMYK
RGB Variations
Color information
#CA8D48 (or 0xCA8D48) is known color: Anzac. HEX triplet: CA, 8D and 48. RGB value is (202,141,72). Sum of RGB (Red+Green+Blue) = 202+141+72=415 (54% of max value = 765). Red value is 202 (79.30% from 255 or 48.67% from 415); Green value is 141 (55.47% from 255 or 33.98% from 415); Blue value is 72 (28.52% from 255 or 17.35% from 415); Max value from RGB is 202 - color contains mainly: red. Hex color #CA8D48 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CA8D48 is #3572B7. Grayscale: #979797. Windows color (decimal): -3502776 or 4754890. OLE color: 4754890.
HSL color Cylindrical-coordinate representation of color #CA8D48: hue angle of 31.85º degrees, saturation: 0.55, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #CA8D48 is Cyan = 0, Magento = 0.30, Yellow = 0.64 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 141 | 72 | - |
| CMYK | 0 | 0.30 | 0.64 | 0.21 |
| HSL | 31.85º | 0.55% | 0.54% | - |
| HSV(B) | 31.85º | 0.64% | 0.79% | - |
| XYZ | 35.05 | 32.07 | 10.47 | - |
| YUV | 151.37 | 83.21 | 164.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 141 | 72 | 0 | 0.30 | 0.64 | 0.21 | 31.85 | 0.55 | 0.54 |
| Hex | CA | 8D | 48 | 0 | 1E | 40 | 15 | 20 | 37 | 36 |
| Octal | 312 | 215 | 110 | 0 | 36 | 100 | 25 | 40 | 67 | 66 |
| Binary | 11001010 | 10001101 | 1001000 | 0 | 11110 | 1000000 | 10101 | 100000 | 110111 | 110110 |
Color Harmonies of #CA8D48
Complementary color
Monochromatic Colors of #CA8D48
Black with #CA8D48
Text Example
Text Example
White with #CA8D48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA8D48; }
p { color: rgb(202,141,72); }
H1.HeaderClassName
{
color: #CA8D48;
}
.AnyTagClassName
{
color: #CA8D48;
}
</style>
background-color css
<style>
a { background-color: #CA8D48; }
a { background-color: rgb(202,141,72); }
div.DivClassName
{
background-color: #CA8D48;
}
.BgClassName
{
background-color: #CA8D48;
}
</style>
border-color css
<style>
span { border-color: #CA8D48; }
span { border-color: rgb(202,141,72); }
td.TdClassName
{
border-color: #CA8D48;
}
.TagClassName
{
border-color: #CA8D48;
}
</style>