Shades of Anzac #C7903A
Tints of Anzac #C7903A
RGB
CMYK
RGB Variations
Color information
#C7903A (or 0xC7903A) is known color: Anzac. HEX triplet: C7, 90 and 3A. RGB value is (199,144,58). Sum of RGB (Red+Green+Blue) = 199+144+58=401 (53% of max value = 765). Red value is 199 (78.12% from 255 or 49.63% from 401); Green value is 144 (56.64% from 255 or 35.91% from 401); Blue value is 58 (23.05% from 255 or 14.46% from 401); Max value from RGB is 199 - color contains mainly: red. Hex color #C7903A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C7903A is #386FC5. Grayscale: #979797. Windows color (decimal): -3698630 or 3838151. OLE color: 3838151.
HSL color Cylindrical-coordinate representation of color #C7903A: hue angle of 36.6º degrees, saturation: 0.56, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C7903A is Cyan = 0, Magento = 0.28, Yellow = 0.71 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 144 | 58 | - |
| CMYK | 0 | 0.28 | 0.71 | 0.22 |
| HSL | 36.6º | 0.56% | 0.5% | - |
| HSV(B) | 36.6º | 0.71% | 0.78% | - |
| XYZ | 34.29 | 32.39 | 8.45 | - |
| YUV | 150.64 | 75.72 | 162.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 144 | 58 | 0 | 0.28 | 0.71 | 0.22 | 36.6 | 0.56 | 0.5 |
| Hex | C7 | 90 | 3A | 0 | 1C | 47 | 16 | 25 | 38 | 32 |
| Octal | 307 | 220 | 72 | 0 | 34 | 107 | 26 | 45 | 70 | 62 |
| Binary | 11000111 | 10010000 | 111010 | 0 | 11100 | 1000111 | 10110 | 100101 | 111000 | 110010 |
Color Harmonies of #C7903A
Complementary color
Monochromatic Colors of #C7903A
Black with #C7903A
Text Example
Text Example
White with #C7903A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7903A; }
p { color: rgb(199,144,58); }
H1.HeaderClassName
{
color: #C7903A;
}
.AnyTagClassName
{
color: #C7903A;
}
</style>
background-color css
<style>
a { background-color: #C7903A; }
a { background-color: rgb(199,144,58); }
div.DivClassName
{
background-color: #C7903A;
}
.BgClassName
{
background-color: #C7903A;
}
</style>
border-color css
<style>
span { border-color: #C7903A; }
span { border-color: rgb(199,144,58); }
td.TdClassName
{
border-color: #C7903A;
}
.TagClassName
{
border-color: #C7903A;
}
</style>