Shades of Anzac #C7983B
Tints of Anzac #C7983B
RGB
CMYK
RGB Variations
Color information
#C7983B (or 0xC7983B) is known color: Anzac. HEX triplet: C7, 98 and 3B. RGB value is (199,152,59). Sum of RGB (Red+Green+Blue) = 199+152+59=410 (54% of max value = 765). Red value is 199 (78.12% from 255 or 48.54% from 410); Green value is 152 (59.77% from 255 or 37.07% from 410); Blue value is 59 (23.44% from 255 or 14.39% from 410); Max value from RGB is 199 - color contains mainly: red. Hex color #C7983B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C7983B is #3867C4. Grayscale: #9B9B9B. Windows color (decimal): -3696581 or 3905735. OLE color: 3905735.
HSL color Cylindrical-coordinate representation of color #C7983B: hue angle of 39.86º degrees, saturation: 0.56, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C7983B is Cyan = 0, Magento = 0.24, Yellow = 0.70 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 152 | 59 | - |
| CMYK | 0 | 0.24 | 0.70 | 0.22 |
| HSL | 39.86º | 0.56% | 0.51% | - |
| HSV(B) | 39.86º | 0.7% | 0.78% | - |
| XYZ | 35.57 | 34.91 | 9 | - |
| YUV | 155.45 | 73.57 | 159.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 152 | 59 | 0 | 0.24 | 0.70 | 0.22 | 39.86 | 0.56 | 0.51 |
| Hex | C7 | 98 | 3B | 0 | 18 | 46 | 16 | 28 | 38 | 33 |
| Octal | 307 | 230 | 73 | 0 | 30 | 106 | 26 | 50 | 70 | 63 |
| Binary | 11000111 | 10011000 | 111011 | 0 | 11000 | 1000110 | 10110 | 101000 | 111000 | 110011 |
Color Harmonies of #C7983B
Complementary color
Monochromatic Colors of #C7983B
Black with #C7983B
Text Example
Text Example
White with #C7983B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7983B; }
p { color: rgb(199,152,59); }
H1.HeaderClassName
{
color: #C7983B;
}
.AnyTagClassName
{
color: #C7983B;
}
</style>
background-color css
<style>
a { background-color: #C7983B; }
a { background-color: rgb(199,152,59); }
div.DivClassName
{
background-color: #C7983B;
}
.BgClassName
{
background-color: #C7983B;
}
</style>
border-color css
<style>
span { border-color: #C7983B; }
span { border-color: rgb(199,152,59); }
td.TdClassName
{
border-color: #C7983B;
}
.TagClassName
{
border-color: #C7983B;
}
</style>