Shades of Anzac #C7983C
Tints of Anzac #C7983C
RGB
CMYK
RGB Variations
Color information
#C7983C (or 0xC7983C) is known color: Anzac. HEX triplet: C7, 98 and 3C. RGB value is (199,152,60). Sum of RGB (Red+Green+Blue) = 199+152+60=411 (54% of max value = 765). Red value is 199 (78.12% from 255 or 48.42% from 411); Green value is 152 (59.77% from 255 or 36.98% from 411); Blue value is 60 (23.83% from 255 or 14.60% from 411); Max value from RGB is 199 - color contains mainly: red. Hex color #C7983C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C7983C is #3867C3. Grayscale: #9B9B9B. Windows color (decimal): -3696580 or 3971271. OLE color: 3971271.
HSL color Cylindrical-coordinate representation of color #C7983C: hue angle of 39.71º degrees, saturation: 0.55, 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 #C7983C is Cyan = 0, Magento = 0.24, Yellow = 0.70 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 152 | 60 | - |
| CMYK | 0 | 0.24 | 0.70 | 0.22 |
| HSL | 39.71º | 0.55% | 0.51% | - |
| HSV(B) | 39.71º | 0.7% | 0.78% | - |
| XYZ | 35.6 | 34.92 | 9.14 | - |
| YUV | 155.57 | 74.07 | 158.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 152 | 60 | 0 | 0.24 | 0.70 | 0.22 | 39.71 | 0.55 | 0.51 |
| Hex | C7 | 98 | 3C | 0 | 18 | 46 | 16 | 28 | 37 | 33 |
| Octal | 307 | 230 | 74 | 0 | 30 | 106 | 26 | 50 | 67 | 63 |
| Binary | 11000111 | 10011000 | 111100 | 0 | 11000 | 1000110 | 10110 | 101000 | 110111 | 110011 |
Color Harmonies of #C7983C
Complementary color
Monochromatic Colors of #C7983C
Black with #C7983C
Text Example
Text Example
White with #C7983C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7983C; }
p { color: rgb(199,152,60); }
H1.HeaderClassName
{
color: #C7983C;
}
.AnyTagClassName
{
color: #C7983C;
}
</style>
background-color css
<style>
a { background-color: #C7983C; }
a { background-color: rgb(199,152,60); }
div.DivClassName
{
background-color: #C7983C;
}
.BgClassName
{
background-color: #C7983C;
}
</style>
border-color css
<style>
span { border-color: #C7983C; }
span { border-color: rgb(199,152,60); }
td.TdClassName
{
border-color: #C7983C;
}
.TagClassName
{
border-color: #C7983C;
}
</style>