Shades of Anzac #C7943A
Tints of Anzac #C7943A
RGB
CMYK
RGB Variations
Color information
#C7943A (or 0xC7943A) is known color: Anzac. HEX triplet: C7, 94 and 3A. RGB value is (199,148,58). Sum of RGB (Red+Green+Blue) = 199+148+58=405 (53% of max value = 765). Red value is 199 (78.12% from 255 or 49.14% from 405); Green value is 148 (58.20% from 255 or 36.54% from 405); Blue value is 58 (23.05% from 255 or 14.32% from 405); Max value from RGB is 199 - color contains mainly: red. Hex color #C7943A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C7943A is #386BC5. Grayscale: #999999. Windows color (decimal): -3697606 or 3839175. OLE color: 3839175.
HSL color Cylindrical-coordinate representation of color #C7943A: hue angle of 38.3º 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 #C7943A is Cyan = 0, Magento = 0.26, Yellow = 0.71 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 148 | 58 | - |
| CMYK | 0 | 0.26 | 0.71 | 0.22 |
| HSL | 38.3º | 0.56% | 0.5% | - |
| HSV(B) | 38.3º | 0.71% | 0.78% | - |
| XYZ | 34.91 | 33.63 | 8.65 | - |
| YUV | 152.99 | 74.4 | 160.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 148 | 58 | 0 | 0.26 | 0.71 | 0.22 | 38.3 | 0.56 | 0.5 |
| Hex | C7 | 94 | 3A | 0 | 1A | 47 | 16 | 26 | 38 | 32 |
| Octal | 307 | 224 | 72 | 0 | 32 | 107 | 26 | 46 | 70 | 62 |
| Binary | 11000111 | 10010100 | 111010 | 0 | 11010 | 1000111 | 10110 | 100110 | 111000 | 110010 |
Color Harmonies of #C7943A
Complementary color
Monochromatic Colors of #C7943A
Black with #C7943A
Text Example
Text Example
White with #C7943A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7943A; }
p { color: rgb(199,148,58); }
H1.HeaderClassName
{
color: #C7943A;
}
.AnyTagClassName
{
color: #C7943A;
}
</style>
background-color css
<style>
a { background-color: #C7943A; }
a { background-color: rgb(199,148,58); }
div.DivClassName
{
background-color: #C7943A;
}
.BgClassName
{
background-color: #C7943A;
}
</style>
border-color css
<style>
span { border-color: #C7943A; }
span { border-color: rgb(199,148,58); }
td.TdClassName
{
border-color: #C7943A;
}
.TagClassName
{
border-color: #C7943A;
}
</style>