Shades of Anzac #C7903F
Tints of Anzac #C7903F
RGB
CMYK
RGB Variations
Color information
#C7903F (or 0xC7903F) is known color: Anzac. HEX triplet: C7, 90 and 3F. RGB value is (199,144,63). Sum of RGB (Red+Green+Blue) = 199+144+63=406 (53% of max value = 765). Red value is 199 (78.12% from 255 or 49.01% from 406); Green value is 144 (56.64% from 255 or 35.47% from 406); Blue value is 63 (25% from 255 or 15.52% from 406); Max value from RGB is 199 - color contains mainly: red. Hex color #C7903F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C7903F is #386FC0. Grayscale: #979797. Windows color (decimal): -3698625 or 4165831. OLE color: 4165831.
HSL color Cylindrical-coordinate representation of color #C7903F: hue angle of 35.74º degrees, saturation: 0.55, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C7903F is Cyan = 0, Magento = 0.28, Yellow = 0.68 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 144 | 63 | - |
| CMYK | 0 | 0.28 | 0.68 | 0.22 |
| HSL | 35.74º | 0.55% | 0.51% | - |
| HSV(B) | 35.74º | 0.68% | 0.78% | - |
| XYZ | 34.42 | 32.45 | 9.15 | - |
| YUV | 151.21 | 78.22 | 162.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 144 | 63 | 0 | 0.28 | 0.68 | 0.22 | 35.74 | 0.55 | 0.51 |
| Hex | C7 | 90 | 3F | 0 | 1C | 44 | 16 | 24 | 37 | 33 |
| Octal | 307 | 220 | 77 | 0 | 34 | 104 | 26 | 44 | 67 | 63 |
| Binary | 11000111 | 10010000 | 111111 | 0 | 11100 | 1000100 | 10110 | 100100 | 110111 | 110011 |
Color Harmonies of #C7903F
Complementary color
Monochromatic Colors of #C7903F
Black with #C7903F
Text Example
Text Example
White with #C7903F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7903F; }
p { color: rgb(199,144,63); }
H1.HeaderClassName
{
color: #C7903F;
}
.AnyTagClassName
{
color: #C7903F;
}
</style>
background-color css
<style>
a { background-color: #C7903F; }
a { background-color: rgb(199,144,63); }
div.DivClassName
{
background-color: #C7903F;
}
.BgClassName
{
background-color: #C7903F;
}
</style>
border-color css
<style>
span { border-color: #C7903F; }
span { border-color: rgb(199,144,63); }
td.TdClassName
{
border-color: #C7903F;
}
.TagClassName
{
border-color: #C7903F;
}
</style>