Shades of Anzac #C8923A
Tints of Anzac #C8923A
RGB
CMYK
RGB Variations
Color information
#C8923A (or 0xC8923A) is known color: Anzac. HEX triplet: C8, 92 and 3A. RGB value is (200,146,58). Sum of RGB (Red+Green+Blue) = 200+146+58=404 (53% of max value = 765). Red value is 200 (78.52% from 255 or 49.50% from 404); Green value is 146 (57.42% from 255 or 36.14% from 404); Blue value is 58 (23.05% from 255 or 14.36% from 404); Max value from RGB is 200 - color contains mainly: red. Hex color #C8923A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C8923A is #376DC5. Grayscale: #989898. Windows color (decimal): -3632582 or 3838664. OLE color: 3838664.
HSL color Cylindrical-coordinate representation of color #C8923A: hue angle of 37.18º 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 #C8923A is Cyan = 0, Magento = 0.27, Yellow = 0.71 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 146 | 58 | - |
| CMYK | 0 | 0.27 | 0.71 | 0.22 |
| HSL | 37.18º | 0.56% | 0.51% | - |
| HSV(B) | 37.18º | 0.71% | 0.78% | - |
| XYZ | 34.86 | 33.14 | 8.56 | - |
| YUV | 152.11 | 74.89 | 162.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 146 | 58 | 0 | 0.27 | 0.71 | 0.22 | 37.18 | 0.56 | 0.51 |
| Hex | C8 | 92 | 3A | 0 | 1B | 47 | 16 | 25 | 38 | 33 |
| Octal | 310 | 222 | 72 | 0 | 33 | 107 | 26 | 45 | 70 | 63 |
| Binary | 11001000 | 10010010 | 111010 | 0 | 11011 | 1000111 | 10110 | 100101 | 111000 | 110011 |
Color Harmonies of #C8923A
Complementary color
Monochromatic Colors of #C8923A
Black with #C8923A
Text Example
Text Example
White with #C8923A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8923A; }
p { color: rgb(200,146,58); }
H1.HeaderClassName
{
color: #C8923A;
}
.AnyTagClassName
{
color: #C8923A;
}
</style>
background-color css
<style>
a { background-color: #C8923A; }
a { background-color: rgb(200,146,58); }
div.DivClassName
{
background-color: #C8923A;
}
.BgClassName
{
background-color: #C8923A;
}
</style>
border-color css
<style>
span { border-color: #C8923A; }
span { border-color: rgb(200,146,58); }
td.TdClassName
{
border-color: #C8923A;
}
.TagClassName
{
border-color: #C8923A;
}
</style>