Shades of Anzac #C8913A
Tints of Anzac #C8913A
RGB
CMYK
RGB Variations
Color information
#C8913A (or 0xC8913A) is known color: Anzac. HEX triplet: C8, 91 and 3A. RGB value is (200,145,58). Sum of RGB (Red+Green+Blue) = 200+145+58=403 (53% of max value = 765). Red value is 200 (78.52% from 255 or 49.63% from 403); Green value is 145 (57.03% from 255 or 35.98% from 403); Blue value is 58 (23.05% from 255 or 14.39% from 403); Max value from RGB is 200 - color contains mainly: red. Hex color #C8913A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C8913A is #376EC5. Grayscale: #979797. Windows color (decimal): -3632838 or 3838408. OLE color: 3838408.
HSL color Cylindrical-coordinate representation of color #C8913A: hue angle of 36.76º degrees, saturation: 0.56, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C8913A is Cyan = 0, Magento = 0.28, Yellow = 0.71 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 145 | 58 | - |
| CMYK | 0 | 0.28 | 0.71 | 0.22 |
| HSL | 36.76º | 0.56% | 0.51% | - |
| HSV(B) | 36.76º | 0.71% | 0.78% | - |
| XYZ | 34.71 | 32.84 | 8.51 | - |
| YUV | 151.53 | 75.22 | 162.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 145 | 58 | 0 | 0.28 | 0.71 | 0.22 | 36.76 | 0.56 | 0.51 |
| Hex | C8 | 91 | 3A | 0 | 1C | 47 | 16 | 25 | 38 | 33 |
| Octal | 310 | 221 | 72 | 0 | 34 | 107 | 26 | 45 | 70 | 63 |
| Binary | 11001000 | 10010001 | 111010 | 0 | 11100 | 1000111 | 10110 | 100101 | 111000 | 110011 |
Color Harmonies of #C8913A
Complementary color
Monochromatic Colors of #C8913A
Black with #C8913A
Text Example
Text Example
White with #C8913A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8913A; }
p { color: rgb(200,145,58); }
H1.HeaderClassName
{
color: #C8913A;
}
.AnyTagClassName
{
color: #C8913A;
}
</style>
background-color css
<style>
a { background-color: #C8913A; }
a { background-color: rgb(200,145,58); }
div.DivClassName
{
background-color: #C8913A;
}
.BgClassName
{
background-color: #C8913A;
}
</style>
border-color css
<style>
span { border-color: #C8913A; }
span { border-color: rgb(200,145,58); }
td.TdClassName
{
border-color: #C8913A;
}
.TagClassName
{
border-color: #C8913A;
}
</style>