Shades of Anzac #C8963A
Tints of Anzac #C8963A
RGB
CMYK
RGB Variations
Color information
#C8963A (or 0xC8963A) is known color: Anzac. HEX triplet: C8, 96 and 3A. RGB value is (200,150,58). Sum of RGB (Red+Green+Blue) = 200+150+58=408 (54% of max value = 765). Red value is 200 (78.52% from 255 or 49.02% from 408); Green value is 150 (58.98% from 255 or 36.76% from 408); Blue value is 58 (23.05% from 255 or 14.22% from 408); Max value from RGB is 200 - color contains mainly: red. Hex color #C8963A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C8963A is #3769C5. Grayscale: #9A9A9A. Windows color (decimal): -3631558 or 3839688. OLE color: 3839688.
HSL color Cylindrical-coordinate representation of color #C8963A: hue angle of 38.87º 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 #C8963A is Cyan = 0, Magento = 0.25, Yellow = 0.71 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 150 | 58 | - |
| CMYK | 0 | 0.25 | 0.71 | 0.22 |
| HSL | 38.87º | 0.56% | 0.51% | - |
| HSV(B) | 38.87º | 0.71% | 0.78% | - |
| XYZ | 35.49 | 34.4 | 8.77 | - |
| YUV | 154.46 | 73.57 | 160.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 150 | 58 | 0 | 0.25 | 0.71 | 0.22 | 38.87 | 0.56 | 0.51 |
| Hex | C8 | 96 | 3A | 0 | 19 | 47 | 16 | 27 | 38 | 33 |
| Octal | 310 | 226 | 72 | 0 | 31 | 107 | 26 | 47 | 70 | 63 |
| Binary | 11001000 | 10010110 | 111010 | 0 | 11001 | 1000111 | 10110 | 100111 | 111000 | 110011 |
Color Harmonies of #C8963A
Complementary color
Monochromatic Colors of #C8963A
Black with #C8963A
Text Example
Text Example
White with #C8963A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8963A; }
p { color: rgb(200,150,58); }
H1.HeaderClassName
{
color: #C8963A;
}
.AnyTagClassName
{
color: #C8963A;
}
</style>
background-color css
<style>
a { background-color: #C8963A; }
a { background-color: rgb(200,150,58); }
div.DivClassName
{
background-color: #C8963A;
}
.BgClassName
{
background-color: #C8963A;
}
</style>
border-color css
<style>
span { border-color: #C8963A; }
span { border-color: rgb(200,150,58); }
td.TdClassName
{
border-color: #C8963A;
}
.TagClassName
{
border-color: #C8963A;
}
</style>